3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.33 ms | 1394 KiB | 13 Q