Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_vm_opcodes.h142 #define ZEND_RECV 63 macro
H A Dzend_inheritance.c624 if ((op->opcode == ZEND_RECV || op->opcode == ZEND_RECV_INIT) in zend_get_function_declaration()
H A Dzend_compile.c5420 opcode = ZEND_RECV; in zend_compile_params()
H A Dzend_vm_def.h5213 ZEND_VM_HOT_HANDLER(63, ZEND_RECV, NUM, UNUSED|CACHE_SLOT)
/PHP-7.4/ext/opcache/Optimizer/
H A Dcompact_literals.c519 case ZEND_RECV: in zend_optimizer_compact_literals()
806 } else if (opline->opcode != ZEND_RECV && opline->opcode != ZEND_EXT_NOP) { in zend_optimizer_compact_literals()
H A Dzend_cfg.c63 if (opcode == ZEND_RECV || in zend_mark_reachable()
289 case ZEND_RECV: in zend_build_cfg()
H A Ddce.c163 case ZEND_RECV: in may_have_side_effects()
H A Dzend_ssa.c794 && opline->opcode != ZEND_RECV) { in zend_ssa_rename()
H A Dzend_inference.c1410 case ZEND_RECV: in zend_inference_calc_range()
3132 case ZEND_RECV: in zend_update_type_info()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c580 if ((op->opcode == ZEND_RECV || op->opcode == ZEND_RECV_INIT in _get_recv_op()

Completed in 79 milliseconds