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_ACC_DEPRECATED
1 parent c21899a commit 3c8fd93Copy full SHA for 3c8fd93
Zend/zend_compile.h
@@ -337,7 +337,7 @@ typedef struct _zend_oparray_context {
337
/* ============== | | | */
338
/* | | | */
339
/* deprecation flag | | | */
340
-#define ZEND_ACC_DEPRECATED (1 << 11) /* | X | | */
+#define ZEND_ACC_DEPRECATED (1 << 11) /* | X | | X */
341
342
/* Function returning by reference | | | */
343
#define ZEND_ACC_RETURN_REFERENCE (1 << 12) /* | X | | */
0 commit comments