summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_compile.h')
-rw-r--r--Zend/zend_compile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h
index a3a781046a..963314ced8 100644
--- a/Zend/zend_compile.h
+++ b/Zend/zend_compile.h
@@ -980,11 +980,11 @@ static zend_always_inline int zend_check_arg_send_type(const zend_function *zf,
#define ZEND_SYMBOL_CONST (1<<2)
/* Pseudo-opcodes that are used only temporarily during compilation */
+#define ZEND_PARENTHESIZED_CONCAT 252 /* removed with PHP 8 */
#define ZEND_GOTO 253
#define ZEND_BRK 254
#define ZEND_CONT 255
-
END_EXTERN_C()
#define ZEND_CLONE_FUNC_NAME "__clone"