mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fixed comment
This commit is contained in:
parent
3575a2b8f9
commit
b6ac50f9e6
1 changed files with 1 additions and 1 deletions
|
@ -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 | | */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue