3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = array_fill(0,200000,'a'); $b = array_fill(0,200000,'b'); array_merge($a, $b);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Vgs5C
function name:  (null)
number of ops:  17
compiled vars:  !0 = $a, !1 = $b
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'array_fill'
          1        SEND_VAL                                                 0
          2        SEND_VAL                                                 200000
          3        SEND_VAL                                                 'a'
          4        DO_ICALL                                         $2      
          5        ASSIGN                                                   !0, $2
    3     6        INIT_FCALL                                               'array_fill'
          7        SEND_VAL                                                 0
          8        SEND_VAL                                                 200000
          9        SEND_VAL                                                 'b'
         10        DO_ICALL                                         $4      
         11        ASSIGN                                                   !1, $4
    4    12        INIT_FCALL                                               'array_merge'
         13        SEND_VAR                                                 !0
         14        SEND_VAR                                                 !1
         15        DO_ICALL                                                 
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.59 ms | 1394 KiB | 17 Q