3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo '== Alphabets ==' . PHP_EOL; $s = 'W'; for ($n=0; $n<6; $n++) { echo $s +=2 . PHP_EOL; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 7
Branch analysis from position: 7
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/V1HEu
function name:  (null)
number of ops:  10
compiled vars:  !0 = $s, !1 = $n
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ECHO                                                     '%3D%3D+Alphabets+%3D%3D%0A'
    3     1        ASSIGN                                                   !0, 'W'
    4     2        ASSIGN                                                   !1, 0
          3      > JMP                                                      ->7
    5     4    >   ASSIGN_OP                                     1  ~4      !0, '2%0A'
          5        ECHO                                                     ~4
    4     6        PRE_INC                                                  !1
          7    >   IS_SMALLER                                               !1, 6
          8      > JMPNZ                                                    ~6, ->4
    6     9    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.51 ms | 1397 KiB | 13 Q