Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_language_parser.y789 | namespace_name { zend_do_fetch_constant(&$$, NULL, &$1, ZEND_RT, 1 TSRMLS_CC); }
790 …(&$$, &$$, &$3 TSRMLS_CC); $3 = $$; zend_do_fetch_constant(&$$, NULL, &$3, ZEND_RT, 0 TSRMLS_CC); }
791 …) = tmp; ++Z_STRLEN($2.u.constant); zend_do_fetch_constant(&$$, NULL, &$2, ZEND_RT, 0 TSRMLS_CC); }
998 …class_name T_PAAMAYIM_NEKUDOTAYIM T_STRING { zend_do_fetch_constant(&$$, &$1, &$3, ZEND_RT, 0 TSRM…
999 …me T_PAAMAYIM_NEKUDOTAYIM T_STRING { zend_do_fetch_constant(&$$, &$1, &$3, ZEND_RT, 0 TSRMLS_CC); }
H A Dzend_compile.h689 #define ZEND_RT (1<<1) macro
H A Dzend_compile.c3942 case ZEND_RT: in zend_do_fetch_constant()
3981 case ZEND_RT: in zend_do_fetch_constant()

Completed in 43 milliseconds