3v4l.org

run code in 300+ PHP versions simultaneously
<?php $GenArr = ""; for ($i = 0;$i < 1; $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 = 15
Branch analysis from position: 15
2 jumps found. (Code = 44) Position 1 = 17, Position 2 = 3
Branch analysis from position: 17
1 jumps found. (Code = 79) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 17, Position 2 = 3
Branch analysis from position: 17
Branch analysis from position: 3
filename:       /in/acom7
function name:  (null)
number of ops:  19
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                                                      ->15
    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        INIT_DYNAMIC_CALL                                        !0
         11        DO_FCALL                                      0  $8      
         12        CONCAT                                           ~9      '%0A%2B1', $8
         13        ECHO                                                     ~9
    3    14        PRE_INC                                                  !1
         15    >   IS_SMALLER                                               !1, 1
         16      > JMPNZ                                                    ~11, ->3
    8    17    > > EXIT                                                     
    9    18*     > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.79 ms | 1395 KiB | 15 Q