mirror of
https://github.com/php/php-src.git
synced 2026-03-26 17:22:15 +01:00
Fixed comment
This commit is contained in:
@@ -218,7 +218,7 @@ typedef struct _zend_oparray_context {
|
||||
/* | | | */
|
||||
/* Immutable op_array and class_entries | | | */
|
||||
/* (implemented only for lazy loading of op_arrays) | | | */
|
||||
#define ZEND_ACC_IMMUTABLE (1 << 7) /* ? | X | | */
|
||||
#define ZEND_ACC_IMMUTABLE (1 << 7) /* X | X | | */
|
||||
/* | | | */
|
||||
/* Function has typed arguments / class has typed props | | | */
|
||||
#define ZEND_ACC_HAS_TYPE_HINTS (1 << 8) /* ? | X | | */
|
||||
|
||||
Reference in New Issue
Block a user