3v4l.org

run code in 500+ PHP versions simultaneously
<?php declare(strict_types=1); $arr = []; for($i = 0; $i < 4; $i++) var_dump($arr[$i]);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 8
Branch analysis from position: 8
2 jumps found. (Code = 44) Position 1 = 10, Position 2 = 3
Branch analysis from position: 10
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 10, Position 2 = 3
Branch analysis from position: 10
Branch analysis from position: 3
filename:       /in/DJ4AI
function name:  (null)
number of ops:  11
compiled vars:  !0 = $arr, !1 = $i
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                       !0, <array>
    6     1        ASSIGN                                                       !1, 0
          2      > JMP                                                          ->8
          3    >   INIT_FCALL                                                   'var_dump'
          4        FETCH_DIM_R                                          ~4      !0, !1
          5        SEND_VAL                                                     ~4
          6        DO_ICALL                                                     
          7        PRE_INC                                                      !1
          8    >   IS_SMALLER                                                   !1, 4
          9      > JMPNZ                                                        ~7, ->3
         10    > > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
156.49 ms | 1609 KiB | 14 Q