Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_language_parser.y500 …static_var_list ',' T_VARIABLE { zend_do_fetch_static_variable(&$3, NULL, ZEND_FETCH_STATIC TSRMLS…
501 …| static_var_list ',' T_VARIABLE '=' static_scalar { zend_do_fetch_static_variable(&$3, &$5, ZEND_…
502 | T_VARIABLE { zend_do_fetch_static_variable(&$1, NULL, ZEND_FETCH_STATIC TSRMLS_CC); }
503 …| T_VARIABLE '=' static_scalar { zend_do_fetch_static_variable(&$1, &$3, ZEND_FETCH_STATIC TSRMLS_…
H A Dzend_compile.h382 void zend_do_fetch_static_variable(znode *varname, const znode *static_assignment, int fetch_type T…
H A Dzend_compile.c4228 void zend_do_fetch_static_variable(znode *varname, const znode *static_assignment, int fetch_type T… in zend_do_fetch_static_variable() function
4300zend_do_fetch_static_variable(varname, &value, is_ref ? ZEND_FETCH_STATIC : ZEND_FETCH_LEXICAL TSR… in zend_do_fetch_lexical_variable()

Completed in 23 milliseconds