Home
last modified time | relevance | path

Searched refs:ZEND_NEW (Results 1 – 19 of 19) sorted by relevance

/PHP-7.4/Zend/tests/
H A Dtemporary_cleaning_012.phpt2 Live range of ZEND_NEW must be assigned to correct variable
/PHP-7.4/ext/opcache/Optimizer/
H A Doptimize_func_calls.c62 case ZEND_NEW: in zend_delete_call_instructions()
180 case ZEND_NEW: in zend_optimize_func_calls()
183 call_stack[call].try_inline = opline->opcode != ZEND_NEW; in zend_optimize_func_calls()
216 || fcall->opcode == ZEND_NEW) { in zend_optimize_func_calls()
H A Descape_analysis.c176 case ZEND_NEW: in is_allocation_def()
245 case ZEND_NEW: in is_local_def()
H A Dzend_call_graph.c138 case ZEND_NEW: in zend_analyze_calls()
H A Dcompact_literals.c214 case ZEND_NEW: in zend_optimizer_compact_literals()
747 case ZEND_NEW: in zend_optimizer_compact_literals()
H A Ddce.c548 if (op_array->opcodes[i].opcode == ZEND_NEW in dce_optimize_op_array()
H A Dzend_optimizer.c279 case ZEND_NEW: in zend_optimizer_update_op1_const()
882 case ZEND_NEW: in zend_optimizer_get_called_func()
H A Dsccp.c1424 case ZEND_NEW: in sccp_visit_instr()
2278 || opline->opcode == ZEND_NEW) { in try_remove_definition()
H A Ddfa_pass.c353 if (opline->opcode == ZEND_NEW) { in opline_supports_assign_contraction()
H A Dblock_pass.c359 src->opcode != ZEND_NEW) { in zend_optimize_block()
H A Dzend_inference.c3230 case ZEND_NEW: in zend_update_type_info()
/PHP-7.4/ext/opcache/tests/
H A Doptimize_func_calls.phpt49 * ZEND_NEW
/PHP-7.4/Zend/
H A Dzend_vm_opcodes.h147 #define ZEND_NEW 68 macro
H A Dzend_opcode.c636 case ZEND_NEW: in emit_live_range()
658 case ZEND_NEW: in emit_live_range()
H A Dzend_execute.c3830 opline->opcode == ZEND_NEW)) { in cleanup_unfinished_calls()
3857 case ZEND_NEW: in cleanup_unfinished_calls()
3908 case ZEND_NEW: in cleanup_unfinished_calls()
H A Dzend_builtin_functions.c2428 if (ptr->func && ZEND_USER_CODE(ptr->func->common.type) && (ptr->opline->opcode == ZEND_NEW)) { in zend_fetch_debug_backtrace()
H A Dzend_compile.c721 if (opline->opcode == ZEND_NEW) { in zend_do_free()
4058 opline = zend_emit_op(result, ZEND_NEW, NULL, NULL); in zend_compile_new()
H A Dzend_vm_def.h5438 ZEND_VM_HANDLER(68, ZEND_NEW, UNUSED|CLASS_FETCH|CONST|VAR, UNUSED|CACHE_SLOT, NUM)
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c499 if (opcode == ZEND_NEW && cur[1].opcode == ZEND_DO_FCALL) { in phpdbg_oplog_fill_executable()

Completed in 103 milliseconds