3v4l.org

run code in 500+ PHP versions simultaneously
<?php $i=0; while ($i<5) { $x[$i] = $a[$i] + $b[$i]; $y[$i] = $x[$i] / $c[$i]; $i++; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 13
Branch analysis from position: 13
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 2
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 2
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 2
Branch analysis from position: 15
Branch analysis from position: 2
filename:       /in/0eUfI
function name:  (null)
number of ops:  16
compiled vars:  !0 = $i, !1 = $x, !2 = $a, !3 = $b, !4 = $y, !5 = $c
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, 0
    5     1      > JMP                                                          ->13
    6     2    >   FETCH_DIM_R                                          ~8      !2, !0
          3        FETCH_DIM_R                                          ~9      !3, !0
          4        ADD                                                  ~10     ~8, ~9
          5        ASSIGN_DIM                                                   !1, !0
          6        OP_DATA                                                      ~10
    7     7        FETCH_DIM_R                                          ~12     !1, !0
          8        FETCH_DIM_R                                          ~13     !5, !0
          9        DIV                                                  ~14     ~12, ~13
         10        ASSIGN_DIM                                                   !4, !0
         11        OP_DATA                                                      ~14
    9    12        PRE_INC                                                      !0
    5    13    >   IS_SMALLER                                                   !0, 5
         14      > JMPNZ                                                        ~16, ->2
   10    15    > > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
159.2 ms | 2858 KiB | 13 Q