Home
last modified time | relevance | path

Searched refs:ZEND_RECV (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_vm_opcodes.h84 #define ZEND_RECV 63 macro
H A Dzend_language_parser.y453 …$$.u.constant)=IS_LONG; INIT_PZVAL(&$$.u.constant); zend_do_receive_arg(ZEND_RECV, &tmp, &$$, NULL…
454 …$$.u.constant)=IS_LONG; INIT_PZVAL(&$$.u.constant); zend_do_receive_arg(ZEND_RECV, &tmp, &$$, NULL…
457 … &$4, 0 TSRMLS_CC); $$=$1; Z_LVAL($$.u.constant)++; zend_do_receive_arg(ZEND_RECV, &tmp, &$$, NULL…
458 … &$5, 0 TSRMLS_CC); $$=$1; Z_LVAL($$.u.constant)++; zend_do_receive_arg(ZEND_RECV, &tmp, &$$, NULL…
H A Dzend_vm_def.h2741 ZEND_VM_HANDLER(63, ZEND_RECV, ANY, ANY)
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c661 if ((op->opcode == ZEND_RECV || op->opcode == ZEND_RECV_INIT) in _get_recv_op()

Completed in 37 milliseconds