Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_variables.c199 if (Z_TYPE_PP(p) & (IS_LEXICAL_VAR|IS_LEXICAL_REF)) { in zval_copy_static_var()
H A Dzend.h596 #define IS_LEXICAL_VAR 0x020 macro
H A Dzend_compile.c6045 Z_TYPE(value.u.constant) |= is_ref ? IS_LEXICAL_REF : IS_LEXICAL_VAR; in zend_do_fetch_lexical_variable()

Completed in 39 milliseconds