Home
last modified time | relevance | path

Searched refs:ZEND_POST_INC (Results 1 – 15 of 15) sorted by relevance

/PHP-7.4/sapi/phpdbg/tests/
H A Dbreakpoints_009.phpt4 b ZEND_POST_INC
13 prompt> [Breakpoint #0 added at ZEND_POST_INC]
14 prompt> [Breakpoint #0 in ZEND_POST_INC at %s:3, hits: 1]
19 [Breakpoint #0 in ZEND_POST_INC at %s:4, hits: 2]
24 [Breakpoint #0 in ZEND_POST_INC at %s:5, hits: 3]
29 [Breakpoint #0 in ZEND_POST_INC at %s:6, hits: 4]
/PHP-7.4/Zend/
H A Dzend_vm_opcodes.h115 #define ZEND_POST_INC 36 macro
H A Dzend_vm_def.h1668 ZEND_VM_HOT_HANDLER(36, ZEND_POST_INC, VAR|CV, ANY)
9160 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_POST_INC, (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG), …
9171 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_POST_INC, (op1_info == MAY_BE_LONG), ZEND_POST_INC_LONG, CV, ANY)
H A Dzend_execute.c1489 case ZEND_POST_INC: in zend_wrong_string_offset()
H A Dzend_compile.c7442 zend_emit_op_tmp(result, ast->kind == ZEND_AST_POST_INC ? ZEND_POST_INC : ZEND_POST_DEC, in zend_compile_post_incdec()
H A Dzend_vm_execute.h61361 case ZEND_POST_INC:
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_dfg.c116 case ZEND_POST_INC: in zend_build_dfg()
H A Dpass3.c399 case ZEND_POST_INC: in zend_optimizer_pass3()
H A Dzend_ssa.c188 } else if (op->opcode == ZEND_POST_INC) { in find_adjusted_tmp_var()
417 ((opline-1)->opcode == ZEND_POST_INC || in place_essa_pis()
430 } else if ((opline-1)->opcode == ZEND_POST_INC) { in place_essa_pis()
733 case ZEND_POST_INC: in zend_ssa_rename()
H A Ddce.c200 case ZEND_POST_INC: in may_have_side_effects()
H A Dsccp.c216 case ZEND_POST_INC: in can_replace_op1()
703 || opcode == ZEND_POST_INC in ct_eval_incdec()
1638 case ZEND_POST_INC: in sccp_visit_instr()
H A Dzend_inference.c1283 case ZEND_POST_INC: in zend_inference_calc_range()
2774 case ZEND_POST_INC: in zend_update_type_info()
2799 (opline->opcode == ZEND_POST_INC && in zend_update_type_info()
2812 if (opline->opcode == ZEND_POST_INC) { in zend_update_type_info()
3493 case ZEND_POST_INC: in zend_update_type_info()
4562 case ZEND_POST_INC: in zend_may_throw()
H A Ddfa_pass.c367 if (opline->opcode == ZEND_POST_INC || opline->opcode == ZEND_POST_DEC) { in opline_supports_assign_contraction()
H A Dzend_optimizer.c1196 opline->opcode == ZEND_POST_INC || in zend_redo_pass_two_ex()
H A Dblock_pass.c1754 case ZEND_POST_INC: in zend_t_usage()

Completed in 263 milliseconds