3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "<?php echo 'lol'; ?>"; $i=99990; $var = 'C'; while($i++<10000){ echo $var++; } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 6
Branch analysis from position: 6
2 jumps found. (Code = 44) Position 1 = 9, Position 2 = 4
Branch analysis from position: 9
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 4
2 jumps found. (Code = 44) Position 1 = 9, Position 2 = 4
Branch analysis from position: 9
Branch analysis from position: 4
filename:       /in/9ZSCo
function name:  (null)
number of ops:  10
compiled vars:  !0 = $i, !1 = $var
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ECHO                                                     '%3C%3Fphp+echo+%27lol%27%3B+%3F%3E'
    3     1        ASSIGN                                                   !0, 99990
    4     2        ASSIGN                                                   !1, 'C'
    5     3      > JMP                                                      ->6
    6     4    >   POST_INC                                         ~4      !1
          5        ECHO                                                     ~4
    5     6    >   POST_INC                                         ~5      !0
          7        IS_SMALLER                                               ~5, 10000
          8      > JMPNZ                                                    ~6, ->4
    8     9    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.14 ms | 1393 KiB | 13 Q