[skip ci] zend_compile.h: ZEND_ACC_DEPRECATED can be used for class constants (#15848)

Support for deprecating class constants was added to implement the PHP 8.3
deprecations in #11615, but the documentation update was missed.

[skip ci]
This commit is contained in:
DanielEScherzer 2024-09-12 09:52:43 -07:00 committed by GitHub
parent c21899a9f0
commit 3c8fd93dcf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -337,7 +337,7 @@ typedef struct _zend_oparray_context {
/* ============== | | | */
/* | | | */
/* deprecation flag | | | */
#define ZEND_ACC_DEPRECATED (1 << 11) /* | X | | */
#define ZEND_ACC_DEPRECATED (1 << 11) /* | X | | X */
/* | | | */
/* Function returning by reference | | | */
#define ZEND_ACC_RETURN_REFERENCE (1 << 12) /* | X | | */