1
0
mirror of https://github.com/php/php-src.git synced 2026-04-15 12:01:07 +02:00
This commit is contained in:
Dmitry Stogov
2018-10-02 15:38:55 +03:00
parent f521586814
commit 9bfb972413

View File

@@ -217,7 +217,7 @@ typedef struct _zend_oparray_context {
#define ZEND_ACC_ABSTRACT (1 << 6) /* X | X | | */
#define ZEND_ACC_EXPLICIT_ABSTRACT_CLASS (1 << 6) /* X | | | */
/* | | | */
/* Immutable op_array and class_entrues | | | */
/* Immutable op_array and class_entries | | | */
/* (implemented only for lazy loading of op_arrays) | | | */
#define ZEND_ACC_IMMUTABLE (1 << 7) /* ? | X | | */
/* | | | */