Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_constants.h29 #define CONST_CT_SUBST (1<<2) /* Allow compile-time substitution */ macro
H A Dzend_constants.c124 c.flags = CONST_PERSISTENT | CONST_CT_SUBST; in zend_register_standard_constants()
H A Dzend_compile.c5538 if ((c->flags & CONST_CT_SUBST) && !(c->flags & CONST_CS)) { in zend_get_ct_const()
5550 if ((c->flags & CONST_CT_SUBST) && !(c->flags & CONST_CS)) { in zend_get_ct_const()
5558 if (c->flags & CONST_CT_SUBST) { in zend_get_ct_const()
/PHP-5.5/ext/opcache/Optimizer/
H A Dblock_pass.c17 if (!(c->flags & CONST_CT_SUBST) || (c->flags & CONST_CS)) { in zend_get_persistent_constant()

Completed in 34 milliseconds