Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend_constants.c446 …if ((flags & (IS_CONSTANT_IN_NAMESPACE|IS_CONSTANT_UNQUALIFIED)) == (IS_CONSTANT_IN_NAMESPACE|IS_C… in zend_quick_get_constant()
H A Dzend.h599 #define IS_CONSTANT_IN_NAMESPACE 0x100 macro
H A Dzend_compile.c5816 opline->extended_value |= IS_CONSTANT_IN_NAMESPACE; in zend_do_fetch_constant()
/PHP-5.6/ext/opcache/Optimizer/
H A Dcompact_literals.c152 …if ((opline->extended_value & (IS_CONSTANT_IN_NAMESPACE|IS_CONSTANT_UNQUALIFIED)) == (IS_CONSTANT_… in optimizer_compact_literals()

Completed in 35 milliseconds