3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.48 ms | 1398 KiB | 15 Q