Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_compile.h1001 #define ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION (1<<5) macro
H A Dzend_compile.c1275 …| (Z_TYPE(c->value) < IS_OBJECT && !(CG(compiler_options) & ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION)) in zend_try_ct_eval_const()
1421 …e == ZEND_FETCH_CLASS_DEFAULT && !(CG(compiler_options) & ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION)) { in zend_try_ct_eval_class_const()
4568 …CG(compiler_options) |= ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION | ZEND_COMPILE_NO_PERSISTENT_CONSTAN… in zend_compile_params()
/PHP-7.0/ext/opcache/
H A DZendAccelerator.c1536 CG(compiler_options) |= ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION; in opcache_compile_file()

Completed in 38 milliseconds