3v4l.org

run code in 300+ PHP versions simultaneously
<?php $lista = array( "a", "b", "c", "d" ); var_dump($array); for($i=1; $i<=9; $i++){ echo "$i"; } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 9
Branch analysis from position: 9
2 jumps found. (Code = 44) Position 1 = 11, Position 2 = 6
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 6
2 jumps found. (Code = 44) Position 1 = 11, Position 2 = 6
Branch analysis from position: 11
Branch analysis from position: 6
filename:       /in/ie3up
function name:  (null)
number of ops:  12
compiled vars:  !0 = $lista, !1 = $array, !2 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    9     1        INIT_FCALL                                               'var_dump'
          2        SEND_VAR                                                 !1
          3        DO_ICALL                                                 
   11     4        ASSIGN                                                   !2, 1
          5      > JMP                                                      ->9
   12     6    >   CAST                                          6  ~6      !2
          7        ECHO                                                     ~6
   11     8        PRE_INC                                                  !2
          9    >   IS_SMALLER_OR_EQUAL                                      !2, 9
         10      > JMPNZ                                                    ~8, ->6
   20    11    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.62 ms | 1394 KiB | 15 Q