Searched refs:fetch_simple_variable (Results 1 – 3 of 3) sorted by relevance
/PHP-5.4/Zend/ |
H A D | zend_language_parser.y | 1060 …| compound_variable { zend_do_begin_variable_parse(TSRMLS_C); fetch_simple_variable(&$$, &$1, 1 … 1135 …T_VARIABLE { zend_do_begin_variable_parse(TSRMLS_C); fetch_simple_variable(&$$, &$1, 1 TSRMLS_CC);… 1137 …BJECT_OPERATOR T_STRING { zend_do_begin_variable_parse(TSRMLS_C); fetch_simple_variable(&$2, &$1, … 1138 …_CURLY_BRACES expr '}' { zend_do_begin_variable_parse(TSRMLS_C); fetch_simple_variable(&$$, &$2, … 1147 | T_VARIABLE { fetch_simple_variable(&$$, &$1, 1 TSRMLS_CC); }
|
H A D | zend_compile.h | 435 void fetch_simple_variable(znode *result, znode *varname, int bp TSRMLS_DC);
|
H A D | zend_compile.c | 706 void fetch_simple_variable(znode *result, znode *varname, int bp TSRMLS_DC) /* {{{ */ in fetch_simple_variable() function 794 fetch_simple_variable(result, varname, 1 TSRMLS_CC); in fetch_array_begin() 5786 …fetch_simple_variable(&lval, varname, 0 TSRMLS_CC); /* Relies on the fact that the default fetch i… in zend_do_fetch_static_variable() 5848 …fetch_simple_variable(&lval, varname, 0 TSRMLS_CC); /* Relies on the fact that the default fetch i… in zend_do_fetch_global_variable() 5897 fetch_simple_variable(result, variable, 1 TSRMLS_CC); in zend_do_indirect_references()
|
Completed in 34 milliseconds