3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = 1; $year = 2014; for($i=0;$i<10;$i++){ echo $test++.' '.$year++.'<br/>'; }
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 = 4
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 4
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 4
Branch analysis from position: 13
Branch analysis from position: 4
filename:       /in/bZ2tt
function name:  (null)
number of ops:  14
compiled vars:  !0 = $test, !1 = $year, !2 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 1
    4     1        ASSIGN                                                   !1, 2014
    6     2        ASSIGN                                                   !2, 0
          3      > JMP                                                      ->11
    8     4    >   POST_INC                                         ~6      !0
          5        CONCAT                                           ~7      ~6, '+'
          6        POST_INC                                         ~8      !1
          7        CONCAT                                           ~9      ~7, ~8
          8        CONCAT                                           ~10     ~9, '%3Cbr%2F%3E'
          9        ECHO                                                     ~10
    6    10        PRE_INC                                                  !2
         11    >   IS_SMALLER                                               !2, 10
         12      > JMPNZ                                                    ~12, ->4
   10    13    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.59 ms | 1393 KiB | 13 Q