3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x = '0w95'; print "$x\n"; for ($i=0; $i<20; $i++){ $x++; print "$x\n"; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 11
Branch analysis from position: 11
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 6
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 6
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 6
Branch analysis from position: 13
Branch analysis from position: 6
filename:       /in/uRGi0
function name:  (null)
number of ops:  14
compiled vars:  !0 = $x, !1 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '0w95'
    4     1        NOP                                                      
          2        FAST_CONCAT                                      ~3      !0, '%0A'
          3        ECHO                                                     ~3
    6     4        ASSIGN                                                   !1, 0
          5      > JMP                                                      ->11
    7     6    >   PRE_INC                                                  !0
    8     7        NOP                                                      
          8        FAST_CONCAT                                      ~6      !0, '%0A'
          9        ECHO                                                     ~6
    6    10        PRE_INC                                                  !1
         11    >   IS_SMALLER                                               !1, 20
         12      > JMPNZ                                                    ~8, ->6
    9    13    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
175.13 ms | 1393 KiB | 13 Q