3v4l.org

run code in 300+ PHP versions simultaneously
<?php $GenArr = ""; for ($i = 0;$i < 10; $i++){ $GenArr = range (a,z); echo "\n+1".$GenArr; } echo $GenArr; exit; ?>
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 = 3
Branch analysis from position: 15
1 jumps found. (Code = 79) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 3
Branch analysis from position: 15
Branch analysis from position: 3
filename:       /in/rYRpF
function name:  (null)
number of ops:  18
compiled vars:  !0 = $GenArr, !1 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, ''
    3     1        ASSIGN                                                   !1, 0
          2      > JMP                                                      ->13
    4     3    >   INIT_FCALL                                               'range'
          4        FETCH_CONSTANT                                   ~4      'a'
          5        SEND_VAL                                                 ~4
          6        FETCH_CONSTANT                                   ~5      'z'
          7        SEND_VAL                                                 ~5
          8        DO_ICALL                                         $6      
          9        ASSIGN                                                   !0, $6
    5    10        CONCAT                                           ~8      '%0A%2B1', !0
         11        ECHO                                                     ~8
    3    12        PRE_INC                                                  !1
         13    >   IS_SMALLER                                               !1, 10
         14      > JMPNZ                                                    ~10, ->3
    7    15    >   ECHO                                                     !0
    8    16      > EXIT                                                     
    9    17*     > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.04 ms | 1395 KiB | 15 Q