Skip to content

Commit fb4e2ec

Browse files
derickrTimWolla
andauthored
Make constant definition less awkward
Co-authored-by: Tim Düsterhus <[email protected]>
1 parent b28de03 commit fb4e2ec

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Zend/zend_constants.stub.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@
123123

124124
/**
125125
* @var string
126-
* @cvalue ZEND_VM_KIND_AS_STRING
126+
* @cvalue zend_vm_kind_name[ZEND_VM_KIND]
127127
*/
128-
const ZEND_VM_KIND_AS_STRING = UNKNOWN;
128+
const ZEND_VM_KIND = UNKNOWN;
129129

130130
/* Special constants true/false/null. */
131131

Zend/zend_vm_opcodes.h

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)