Home
last modified time | relevance | path

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

/PHP-8.3/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-8.3/Zend/
H A Dzend_vm_opcodes.h122 #define ZEND_POST_INC 36 macro
H A Dzend_vm_def.h1615 ZEND_VM_HOT_HANDLER(36, ZEND_POST_INC, VAR|CV, ANY)
9854 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_POST_INC, (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG), …
9865 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_POST_INC, (op1_info == MAY_BE_LONG), ZEND_POST_INC_LONG, CV, ANY)
H A Dzend_compile.c744 case ZEND_POST_INC: in zend_do_free()
9186 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.h65698 case ZEND_POST_INC:
/PHP-8.3/Zend/Optimizer/
H A Dzend_dfg.c149 case ZEND_POST_INC: in _zend_dfg_add_use_def_op()
H A Dzend_ssa.c201 } else if (op->opcode == ZEND_POST_INC) { in find_adjusted_tmp_var()
437 ((opline-1)->opcode == ZEND_POST_INC || in place_essa_pis()
450 } else if ((opline-1)->opcode == ZEND_POST_INC) { in place_essa_pis()
678 case ZEND_POST_INC: in _zend_ssa_rename_op()
H A Ddce.c209 case ZEND_POST_INC: in may_have_side_effects()
H A Dsccp.c216 case ZEND_POST_INC: in can_replace_op1()
678 || opcode == ZEND_POST_INC in ct_eval_incdec()
1422 case ZEND_POST_INC: in sccp_visit_instr()
H A Dzend_inference.c1127 case ZEND_POST_INC: in zend_inference_calc_range()
1401 case ZEND_POST_INC: in zend_inference_propagate_range()
2925 case ZEND_POST_INC: in _zend_update_type_info()
2950 (opline->opcode == ZEND_POST_INC && in _zend_update_type_info()
2960 if (opline->opcode == ZEND_POST_INC) { in _zend_update_type_info()
3655 case ZEND_POST_INC: in _zend_update_type_info()
4969 case ZEND_POST_INC: in zend_may_throw_ex()
H A Ddfa_pass.c337 if (opline->opcode == ZEND_POST_INC || opline->opcode == ZEND_POST_DEC) { in opline_supports_assign_contraction()
1466 } else if (opline->opcode == ZEND_POST_INC) { in zend_dfa_optimize_op_array()
H A Dzend_optimizer.c1256 opline->opcode == ZEND_POST_INC || in zend_redo_pass_two_ex()
H A Dblock_pass.c1551 case ZEND_POST_INC: in zend_t_usage()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_trace.c1090 || opline->opcode == ZEND_POST_INC) { in is_checked_guard()
1157 || opline->opcode == ZEND_POST_INC) { in is_checked_guard()
1872 case ZEND_POST_INC: in zend_jit_trace_build_tssa()
2914 || opline->opcode == ZEND_POST_INC in zend_jit_trace_allocate_registers()
3228 case ZEND_POST_INC: in zend_jit_trace_allocate_registers()
3876 || prev_opcode == ZEND_POST_INC in zend_jit_may_skip_comparison()
3901 || prev_opcode == ZEND_POST_INC in zend_jit_may_skip_comparison()
4351 case ZEND_POST_INC: in zend_jit_trace()
6300 } else if (opline->opcode == ZEND_POST_INC in zend_jit_trace()
H A Dzend_jit.c1144 case ZEND_POST_INC: in zend_may_overflow()
1943 case ZEND_POST_INC: in zend_jit_compute_liveness()
2936 case ZEND_POST_INC: in zend_jit()
H A Dzend_jit_x86.dasc4100 if (opline->opcode == ZEND_POST_INC || opline->opcode == ZEND_POST_DEC) {
4106 if (opline->opcode == ZEND_PRE_INC || opline->opcode == ZEND_POST_INC) {
4123 if (opline->opcode == ZEND_PRE_INC || opline->opcode == ZEND_POST_INC) {
4136 } else if (opline->opcode == ZEND_POST_INC) {
4169 if (opline->opcode == ZEND_PRE_INC || opline->opcode == ZEND_POST_INC) {
4232 } else if (opline->opcode == ZEND_POST_INC) {
4252 if (opline->opcode == ZEND_PRE_INC || opline->opcode == ZEND_POST_INC) {
4284 if (opline->opcode == ZEND_PRE_INC || opline->opcode == ZEND_POST_INC) {
15915 case ZEND_POST_INC:
15979 case ZEND_POST_INC:
[all …]
H A Dzend_jit_arm64.dasc3763 if (opline->opcode == ZEND_POST_INC || opline->opcode == ZEND_POST_DEC) {
3769 if (opline->opcode == ZEND_PRE_INC || opline->opcode == ZEND_POST_INC) {
3786 if (opline->opcode == ZEND_PRE_INC || opline->opcode == ZEND_POST_INC) {
3799 } else if (opline->opcode == ZEND_POST_INC) {
3832 if (opline->opcode == ZEND_PRE_INC || opline->opcode == ZEND_POST_INC) {
3895 } else if (opline->opcode == ZEND_POST_INC) {
3915 if (opline->opcode == ZEND_PRE_INC || opline->opcode == ZEND_POST_INC) {
3947 if (opline->opcode == ZEND_PRE_INC || opline->opcode == ZEND_POST_INC) {
14970 case ZEND_POST_INC:
15036 case ZEND_POST_INC:
[all …]

Completed in 325 milliseconds