summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2019-05-16 18:31:28 +0200
committerBob Weinand <bobwei9@hotmail.com>2019-05-16 18:31:28 +0200
commitcbc90b1f6e97cfa5b8ff990f9343c684bd1039a4 (patch)
tree3e636176d86c2783f7460643bf58ca90e6fd5f8a /Zend/zend_compile.h
parentab2710c8d0261b4e3a5b1efcd86256134b9905d0 (diff)
parent3b23694aac62ad9c2dfdb60cafb304f9fc0b7c04 (diff)
downloadphp-git-cbc90b1f6e97cfa5b8ff990f9343c684bd1039a4.tar.gz
Merge branch 'deprecate_concat_add_sub' into PHP-8.4
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"