3v4l.org

run code in 300+ PHP versions simultaneously
<?php function echo_255() { for ($x = 1; $x <= 255; $x++) { echo $x; } } echo_255();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/4MKYE
function name:  (null)
number of ops:  3
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    8     0  E >   INIT_FCALL                                               'echo_255'
          1        DO_FCALL                                      0          
          2      > RETURN                                                   1

Function echo_255:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 4
Branch analysis from position: 4
2 jumps found. (Code = 44) Position 1 = 6, Position 2 = 2
Branch analysis from position: 6
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 2
2 jumps found. (Code = 44) Position 1 = 6, Position 2 = 2
Branch analysis from position: 6
Branch analysis from position: 2
filename:       /in/4MKYE
function name:  echo_255
number of ops:  7
compiled vars:  !0 = $x
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 1
          1      > JMP                                                      ->4
    4     2    >   ECHO                                                     !0
    3     3        PRE_INC                                                  !0
          4    >   IS_SMALLER_OR_EQUAL                                      !0, 255
          5      > JMPNZ                                                    ~3, ->2
    6     6    > > RETURN                                                   null

End of function echo_255

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.62 ms | 1397 KiB | 14 Q