3v4l.org

run code in 300+ PHP versions simultaneously
<?php $seqnums = array(); for ($snum=1; $snum<=48; $snum++) { $seqnums = array_merge($seqnums,array_fill($snum,3)); }
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 = 62) 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/hCDWM
function name:  (null)
number of ops:  16
compiled vars:  !0 = $seqnums, !1 = $snum
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    4     1        ASSIGN                                                   !1, 1
          2      > JMP                                                      ->13
    6     3    >   INIT_FCALL                                               'array_merge'
          4        SEND_VAR                                                 !0
          5        INIT_FCALL                                               'array_fill'
          6        SEND_VAR                                                 !1
          7        SEND_VAL                                                 3
          8        DO_ICALL                                         $4      
          9        SEND_VAR                                                 $4
         10        DO_ICALL                                         $5      
         11        ASSIGN                                                   !0, $5
    4    12        PRE_INC                                                  !1
         13    >   IS_SMALLER_OR_EQUAL                                      !1, 48
         14      > JMPNZ                                                    ~8, ->3
    7    15    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.12 ms | 1394 KiB | 17 Q