Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_language_parser.y575 …static_var_list ',' T_VARIABLE { zend_do_fetch_static_variable(&$3, NULL, ZEND_FETCH_STATIC TSRMLS…
576 …| static_var_list ',' T_VARIABLE '=' static_scalar { zend_do_fetch_static_variable(&$3, &$5, ZEND_…
577 | T_VARIABLE { zend_do_fetch_static_variable(&$1, NULL, ZEND_FETCH_STATIC TSRMLS_CC); }
578 …| T_VARIABLE '=' static_scalar { zend_do_fetch_static_variable(&$1, &$3, ZEND_FETCH_STATIC TSRMLS_…
H A Dzend_compile.h459 void zend_do_fetch_static_variable(znode *varname, const znode *static_assignment, int fetch_type T…
H A Dzend_compile.c5974 void zend_do_fetch_static_variable(znode *varname, const znode *static_assignment, int fetch_type T… in zend_do_fetch_static_variable() function
6049zend_do_fetch_static_variable(varname, &value, is_ref ? ZEND_FETCH_STATIC : ZEND_FETCH_LEXICAL TSR… in zend_do_fetch_lexical_variable()

Completed in 29 milliseconds