]> granicus.if.org Git - php/commit
Always use IS_CONSTANT_AST (IS_CONSTANT is removed).
authorDmitry Stogov <dmitry@zend.com>
Tue, 10 Oct 2017 07:11:05 +0000 (10:11 +0300)
committerDmitry Stogov <dmitry@zend.com>
Tue, 10 Oct 2017 07:11:05 +0000 (10:11 +0300)
commitef5ea48741a1d227a10a6654c1a8cc2f02dd414f
treeb00f4e9dd2ea42355c860a0ea57a0d9f4b926091
parent08c0998b1ff1fa1a105eda1540a90ddb8ee4b16a
Always use IS_CONSTANT_AST (IS_CONSTANT is removed).
31 files changed:
UPGRADING.INTERNALS
Zend/zend_API.c
Zend/zend_ast.c
Zend/zend_ast.h
Zend/zend_builtin_functions.c
Zend/zend_compile.c
Zend/zend_compile.h
Zend/zend_constants.c
Zend/zend_execute.c
Zend/zend_execute.h
Zend/zend_execute_API.c
Zend/zend_inheritance.c
Zend/zend_types.h
Zend/zend_variables.c
Zend/zend_vm_def.h
Zend/zend_vm_execute.h
ext/com_dotnet/com_variant.c
ext/opcache/Optimizer/compact_literals.c
ext/opcache/Optimizer/optimize_func_calls.c
ext/opcache/Optimizer/pass1_5.c
ext/opcache/Optimizer/zend_dump.c
ext/opcache/Optimizer/zend_inference.c
ext/opcache/Optimizer/zend_inference.h
ext/opcache/zend_file_cache.c
ext/opcache/zend_persist.c
ext/opcache/zend_persist_calc.c
ext/reflection/php_reflection.c
ext/soap/php_encoding.c
ext/standard/basic_functions.c
ext/xmlrpc/xmlrpc-epi-php.c
sapi/phpdbg/phpdbg_utils.c