Home
last modified time | relevance | path

Searched refs:ZEND_ASSIGN_DIM_OP (Results 1 – 14 of 14) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_vm_opcodes.h106 #define ZEND_ASSIGN_DIM_OP 27 macro
H A Dzend_execute.c1443 case ZEND_ASSIGN_DIM_OP: in zend_wrong_string_offset()
1476 case ZEND_ASSIGN_DIM_OP: in zend_wrong_string_offset()
H A Dzend_compile.c2955 opline->opcode = ZEND_ASSIGN_DIM_OP; in zend_compile_compound_assign()
H A Dzend_vm_def.h1204 ZEND_VM_HANDLER(27, ZEND_ASSIGN_DIM_OP, VAR|CV, CONST|TMPVAR|UNUSED|NEXT|CV, OP)
/PHP-7.4/ext/opcache/Optimizer/
H A Descape_analysis.c263 case ZEND_ASSIGN_DIM_OP: in is_local_def()
304 case ZEND_ASSIGN_DIM_OP: in is_escape_use()
H A Dzend_dfg.c111 case ZEND_ASSIGN_DIM_OP: in zend_build_dfg()
H A Dsccp.c226 case ZEND_ASSIGN_DIM_OP: in can_replace_op1()
1489 case ZEND_ASSIGN_DIM_OP: in sccp_visit_instr()
1505 } else if (opline->opcode == ZEND_ASSIGN_DIM_OP) { in sccp_visit_instr()
2336 case ZEND_ASSIGN_DIM_OP: in try_remove_definition()
2391 case ZEND_ASSIGN_DIM_OP: in try_remove_definition()
H A Ddce.c341 case ZEND_ASSIGN_DIM_OP: in try_remove_var_def()
H A Dzend_optimizer.c305 case ZEND_ASSIGN_DIM_OP: in zend_optimizer_update_op1_const()
494 case ZEND_ASSIGN_DIM_OP: in zend_optimizer_update_op2_const()
H A Dzend_inference.c1375 case ZEND_ASSIGN_DIM_OP: in zend_inference_calc_range()
2614 case ZEND_ASSIGN_DIM_OP: in zend_update_type_info()
2626 } else if (opline->opcode == ZEND_ASSIGN_DIM_OP) { in zend_update_type_info()
2653 if (opline->opcode == ZEND_ASSIGN_DIM_OP) { in zend_update_type_info()
2680 if (opline->opcode == ZEND_ASSIGN_DIM_OP) { in zend_update_type_info()
3461 case ZEND_ASSIGN_DIM_OP: in zend_update_type_info()
H A Dcompact_literals.c268 case ZEND_ASSIGN_DIM_OP: in zend_optimizer_compact_literals()
H A Dzend_ssa.c728 case ZEND_ASSIGN_DIM_OP: in zend_ssa_rename()
H A Dblock_pass.c1734 case ZEND_ASSIGN_DIM_OP: in zend_t_usage()
/PHP-7.4/
H A DUPGRADING.INTERNALS222 ZEND_ASSIGN_DIM_OP, ZEND_ASSIGN_OBJ_OP and ZEND_ASSIGN_STATIC_PROP_OP with

Completed in 87 milliseconds