3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = Array ( '0' => Array ( '0' => Array ( 'win_number' => 2389, 'id' => 1, 'user_id' => 2 ), '1' => Array ( 'win_number' => 2993, 'id' => 2, 'user_id' => 2 ), '2' => Array ( 'win_number' => 9931, 'id' => 3, 'user_id' => 2 ) ), '1' => Array ( '0' => Array ( 'win_number' => 3748, 'id' => 14, 'user_id' => 7 ), '1' => Array ( 'win_number' => 9393, 'id' => 15, 'user_id' => 7 ), '2' => Array ( 'win_number' => 3782, 'id' => 16, 'user_id' => 7 ) ) ); $f = array_merge(...$a); print_r($f);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/co1pc
function name:  (null)
number of ops:  10
compiled vars:  !0 = $a, !1 = $f
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
   50     1        INIT_FCALL                                               'array_merge'
          2        SEND_UNPACK                                              !0
          3        CHECK_UNDEF_ARGS                                         
          4        DO_ICALL                                         $3      
          5        ASSIGN                                                   !1, $3
   51     6        INIT_FCALL                                               'print_r'
          7        SEND_VAR                                                 !1
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
140.24 ms | 952 KiB | 15 Q