Home
last modified time | relevance | path

Searched refs:ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION (Results 1 – 4 of 4) sorted by relevance

/php-src/Zend/
H A Dzend_compile.h1198 #define ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION (1<<6) macro
H A Dzend_compile.c1608 && !(CG(compiler_options) & ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION)) { in can_ct_eval_const()
1611 && !(CG(compiler_options) & ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION) in can_ct_eval_const()
1818 …e == ZEND_FETCH_CLASS_DEFAULT && !(CG(compiler_options) & ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION)) { in zend_try_ct_eval_class_const()
7222 …CG(compiler_options) |= ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION | ZEND_COMPILE_NO_PERSISTENT_CONSTAN… in zend_compile_params()
H A Dzend_API.c5192 …CG(compiler_options) |= ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION | ZEND_COMPILE_NO_PERSISTENT_CONSTAN… in get_default_via_ast()
/php-src/ext/opcache/
H A DZendAccelerator.c1811 CG(compiler_options) |= ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION; in opcache_compile_file()
4353 CG(compiler_options) |= ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION;

Completed in 68 milliseconds