Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_constants.h29 #define CONST_CT_SUBST (1<<2) /* Allow compile-time substitution */ macro
H A Dzend_constants.c122 c.flags = CONST_PERSISTENT | CONST_CT_SUBST; in zend_register_standard_constants()
H A Dzend_compile.c3869 if ((c->flags & CONST_CT_SUBST) && !(c->flags & CONST_CS)) { in zend_get_ct_const()
3881 if ((c->flags & CONST_CT_SUBST) && !(c->flags & CONST_CS)) { in zend_get_ct_const()
3889 if (c->flags & CONST_CT_SUBST) { in zend_get_ct_const()

Completed in 24 milliseconds