]> granicus.if.org Git - php/commitdiff
Fixed information about unused flags
authorDmitry Stogov <dmitry@zend.com>
Mon, 2 Sep 2019 09:50:05 +0000 (12:50 +0300)
committerDmitry Stogov <dmitry@zend.com>
Mon, 2 Sep 2019 09:50:05 +0000 (12:50 +0300)
Zend/zend_compile.h

index 120d92beb5ff1e12330d9d8fe99dc92db05da7fb..5f97bde9ec71de0e59c3f19bb40f8bc3110f3b13 100644 (file)
@@ -229,7 +229,7 @@ typedef struct _zend_oparray_context {
 /* op_array or class is preloaded                         |     |     |     */
 #define ZEND_ACC_PRELOADED               (1 << 10) /*  X  |  X  |     |     */
 /*                                                        |     |     |     */
-/* Class Flags (unused: 16...)                            |     |     |     */
+/* Class Flags (unused: 22...)                            |     |     |     */
 /* ===========                                            |     |     |     */
 /*                                                        |     |     |     */
 /* Special class types                                    |     |     |     */
@@ -278,7 +278,7 @@ typedef struct _zend_oparray_context {
 /* Class has unresolved variance obligations.             |     |     |     */
 #define ZEND_ACC_UNRESOLVED_VARIANCE     (1 << 21) /*  X  |     |     |     */
 /*                                                        |     |     |     */
-/* Function Flags (unused: 28...30)                       |     |     |     */
+/* Function Flags                                         |     |     |     */
 /* ==============                                         |     |     |     */
 /*                                                        |     |     |     */
 /* deprecation flag                                       |     |     |     */