3v4l.org

run code in 300+ PHP versions simultaneously
<?php $limit = 50000; $count = 0; for ($i = 1000000000000000; $i <= 9999999999999999; ++$i){ echo $count.',WC,'.$i."\r\n"; if (++$count > $limit){ break; } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 13
Branch analysis from position: 13
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 4
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 4
2 jumps found. (Code = 43) Position 1 = 11, Position 2 = 12
Branch analysis from position: 11
1 jumps found. (Code = 42) Position 1 = 15
Branch analysis from position: 15
Branch analysis from position: 12
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 4
Branch analysis from position: 15
Branch analysis from position: 4
filename:       /in/gGodn
function name:  (null)
number of ops:  16
compiled vars:  !0 = $limit, !1 = $count, !2 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 50000
    3     1        ASSIGN                                                   !1, 0
    4     2        ASSIGN                                                   !2, 1000000000000000
          3      > JMP                                                      ->13
    6     4    >   CONCAT                                           ~6      !1, '%2CWC%2C'
          5        CONCAT                                           ~7      ~6, !2
          6        CONCAT                                           ~8      ~7, '%0D%0A'
          7        ECHO                                                     ~8
    8     8        PRE_INC                                          ~9      !1
          9        IS_SMALLER                                               !0, ~9
         10      > JMPZ                                                     ~10, ->12
    9    11    > > JMP                                                      ->15
    4    12    >   PRE_INC                                                  !2
         13    >   IS_SMALLER_OR_EQUAL                                      !2, 9999999999999999
         14      > JMPNZ                                                    ~12, ->4
   11    15    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.88 ms | 1394 KiB | 13 Q