3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x = []; for($index = 2600; $index < 2700; $index++){ $x[] = "Hi" . chr($index); } print_r($x);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 10
Branch analysis from position: 10
2 jumps found. (Code = 44) Position 1 = 12, Position 2 = 3
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 12, Position 2 = 3
Branch analysis from position: 12
Branch analysis from position: 3
filename:       /in/eXBWp
function name:  (null)
number of ops:  16
compiled vars:  !0 = $x, !1 = $index
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        ASSIGN                                                   !1, 2600
          2      > JMP                                                      ->10
    4     3    >   INIT_FCALL                                               'chr'
          4        SEND_VAR                                                 !1
          5        DO_ICALL                                         $5      
          6        CONCAT                                           ~6      'Hi', $5
          7        ASSIGN_DIM                                               !0
          8        OP_DATA                                                  ~6
    3     9        PRE_INC                                                  !1
         10    >   IS_SMALLER                                               !1, 2700
         11      > JMPNZ                                                    ~8, ->3
    7    12    >   INIT_FCALL                                               'print_r'
         13        SEND_VAR                                                 !0
         14        DO_ICALL                                                 
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.44 ms | 1394 KiB | 17 Q