Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_compile.h1065 #define ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION (1<<6) macro
H A Dzend_compile.c1297 …| (Z_TYPE(c->value) < IS_OBJECT && !(CG(compiler_options) & ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION)) in zend_try_ct_eval_const()
1475 …e == ZEND_FETCH_CLASS_DEFAULT && !(CG(compiler_options) & ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION)) { in zend_try_ct_eval_class_const()
5414 …CG(compiler_options) |= ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION | ZEND_COMPILE_NO_PERSISTENT_CONSTAN… in zend_compile_params()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c1752 CG(compiler_options) |= ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION; in opcache_compile_file()
4809 CG(compiler_options) |= ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION; in accel_finish_startup()

Completed in 39 milliseconds