We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e7c1c4 commit faca6ccCopy full SHA for faca6cc
php_ast.h
@@ -93,9 +93,10 @@ extern ast_str_globals str_globals;
93
# define ZEND_AST_PARENT_PROPERTY_HOOK_CALL 0x2f8
94
#endif
95
96
-/* ZEND_AST_EXIT has been replaced with plain function call. */
+/* ZEND_AST_EXIT and ZEND_AST_CLONE have been replaced with plain function call. */
97
#if PHP_VERSION_ID >= 80500
98
# define ZEND_AST_EXIT 0x1fd
99
+# define ZEND_AST_CLONE 0x1fc
100
101
102
/* Pretend it still exists */
0 commit comments