Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_vm_opcodes.h93 #define ZEND_RECV 63 macro
H A Dzend_language_parser.y526 …ARIABLE { $$.op_type = IS_UNUSED; $$.u.op.num=1; zend_do_receive_arg(ZEND_RECV, &$2, &$$, NULL,…
527 …VARIABLE { $$.op_type = IS_UNUSED; $$.u.op.num=1; zend_do_receive_arg(ZEND_RECV, &$3, &$$, NULL,…
530 …onal_class_type T_VARIABLE { $$=$1; $$.u.op.num++; zend_do_receive_arg(ZEND_RECV, &$4, &$$, NULL,…
531 …l_class_type '&' T_VARIABLE { $$=$1; $$.u.op.num++; zend_do_receive_arg(ZEND_RECV, &$5, &$$, NULL,…
H A Dzend_vm_def.h3204 ZEND_VM_HANDLER(63, ZEND_RECV, ANY, ANY)
H A Dzend_compile.c3330 if ((op->opcode == ZEND_RECV || op->opcode == ZEND_RECV_INIT) in zend_get_function_declaration()
/PHP-5.5/ext/opcache/Optimizer/
H A Dblock_pass.c1899 (opline->opcode == ZEND_RECV || opline->opcode == ZEND_RECV_INIT || in zend_t_usage()
1982 if (opline->opcode == ZEND_RECV || in zend_t_usage()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c684 if ((op->opcode == ZEND_RECV || op->opcode == ZEND_RECV_INIT) in _get_recv_op()
/PHP-5.5/
H A DNEWS3231 . ZEND_RECV now always has IS_CV as its result.

Completed in 100 milliseconds