Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_language_parser.y478 …expr_without_variable { Z_LVAL($$.u.constant) = 1; zend_do_pass_param(&$1, ZEND_SEND_VAL, Z_LVAL(…
479 …| variable { Z_LVAL($$.u.constant) = 1; zend_do_pass_param(&$1, ZEND_SEND_VAR, Z_LVAL($$.u.con…
480 …| '&' w_variable { Z_LVAL($$.u.constant) = 1; zend_do_pass_param(&$2, ZEND_SEND_REF, Z_LVAL($…
481 …without_variable { Z_LVAL($$.u.constant)=Z_LVAL($1.u.constant)+1; zend_do_pass_param(&$3, ZEND_SE…
482 …',' variable { Z_LVAL($$.u.constant)=Z_LVAL($1.u.constant)+1; zend_do_pass_param(&$3, ZEND_SE…
483 …'&' w_variable { Z_LVAL($$.u.constant)=Z_LVAL($1.u.constant)+1; zend_do_pass_param(&$4, ZEND_SE…
H A Dzend_compile.h457 void zend_do_pass_param(znode *param, zend_uchar op, int offset TSRMLS_DC);
H A Dzend_compile.c2071 void zend_do_pass_param(znode *param, zend_uchar op, int offset TSRMLS_DC) /* {{{ */ in zend_do_pass_param() function

Completed in 23 milliseconds