Searched defs:fetch_simple_variable (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_4/Zend/ |
| H A D | zend_compile.c | 706 void fetch_simple_variable(znode *result, znode *varname, int bp TSRMLS_DC) /* {{{ */ function 708 /* the default mode must be Write, since fetch_simple_variable() is used to define function arguments */ 794 fetch_simple_variable(result, varname, 1 TSRMLS_CC); 5768 opline->opcode = (fetch_type == ZEND_FETCH_LEXICAL) ? ZEND_FETCH_R : ZEND_FETCH_W; /* the default mode must be Write, since fetch_simple_variable() is used to define function arguments */ 5782 fetch_simple_variable(&lval, varname, 0 TSRMLS_CC); /* Relies on the fact that the default fetch is BP_VAR_W */ 5830 opline->opcode = ZEND_FETCH_W; /* the default mode must be Write, since fetch_simple_variable() is used to define function arguments */ 5844 fetch_simple_variable(&lval, varname, 0 TSRMLS_CC); /* Relies on the fact that the default fetch is BP_VAR_W */ 5893 fetch_simple_variable(result, variable, 1 TSRMLS_CC);
|
Completed in 18 milliseconds