Home
last modified time | relevance | path

Searched refs:zend_do_fetch_global_variable (Results 1 – 3 of 3) sorted by path

/PHP-5.6/Zend/
H A Dzend_compile.c6178 void zend_do_fetch_global_variable(znode *varname, const znode *static_assignment, int fetch_type T… in zend_do_fetch_global_variable() function
H A Dzend_compile.h475 void zend_do_fetch_global_variable(znode *varname, const znode *static_assignment, int fetch_type T…
H A Dzend_language_parser.y600 …global_var_list ',' global_var { zend_do_fetch_global_variable(&$3, NULL, ZEND_FETCH_GLOBAL_LOCK T…
601 | global_var { zend_do_fetch_global_variable(&$1, NULL, ZEND_FETCH_GLOBAL_LOCK TSRMLS_CC); }

Completed in 70 milliseconds