Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_vm_opcodes.h89 #define ZEND_RECV 63 macro
H A Dzend_language_parser.y515 …ARIABLE { $$.op_type = IS_UNUSED; $$.u.op.num=1; zend_do_receive_arg(ZEND_RECV, &$2, &$$, NULL,…
516 …VARIABLE { $$.op_type = IS_UNUSED; $$.u.op.num=1; zend_do_receive_arg(ZEND_RECV, &$3, &$$, NULL,…
519 …onal_class_type T_VARIABLE { $$=$1; $$.u.op.num++; zend_do_receive_arg(ZEND_RECV, &$4, &$$, NULL,…
520 …l_class_type '&' T_VARIABLE { $$=$1; $$.u.op.num++; zend_do_receive_arg(ZEND_RECV, &$5, &$$, NULL,…
H A Dzend_vm_def.h3182 ZEND_VM_HANDLER(63, ZEND_RECV, ANY, ANY)
H A Dzend_compile.c3138 if ((op->opcode == ZEND_RECV || op->opcode == ZEND_RECV_INIT) in zend_get_function_declaration()
/PHP-5.4/ext/reflection/
H A Dphp_reflection.c684 if ((op->opcode == ZEND_RECV || op->opcode == ZEND_RECV_INIT) in _get_recv_op()
/PHP-5.4/
H A DNEWS2042 . ZEND_RECV now always has IS_CV as its result.

Completed in 78 milliseconds