3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
191.98 ms | 1399 KiB | 17 Q