3v4l.org

run code in 300+ PHP versions simultaneously
<?php $lista = array( "a", "b", "c", "d" ); var_dump($lista); 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/V7ESv
function name:  (null)
number of ops:  12
compiled vars:  !0 = $lista, !1 = $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                                                 !0
          3        DO_ICALL                                                 
   11     4        ASSIGN                                                   !1, 1
          5      > JMP                                                      ->9
   12     6    >   CAST                                          6  ~5      !1
          7        ECHO                                                     ~5
   11     8        PRE_INC                                                  !1
          9    >   IS_SMALLER_OR_EQUAL                                      !1, 9
         10      > JMPNZ                                                    ~7, ->6
   20    11    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.21 ms | 1394 KiB | 15 Q