We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ZEND_CLASS_CONST_IS_CASE
1 parent da7d2e1 commit 7777eaaCopy full SHA for 7777eaa
Zend/zend_compile.h
@@ -251,7 +251,7 @@ typedef struct _zend_oparray_context {
251
/* Flag to differentiate cases from constants. | | | */
252
/* Must not conflict with ZEND_ACC_ visibility flags | | | */
253
/* or IS_CONSTANT_VISITED_MARK | | | */
254
-#define ZEND_CLASS_CONST_IS_CASE (1 << 6) /* | | | X */
+#define ZEND_CLASS_CONST_IS_CASE (1 << 6) /* | | | X */
255
/* | | | */
256
/* Property Flags (unused: 13...) | | | */
257
/* =========== | | | */
0 commit comments