3v4l.org

run code in 300+ PHP versions simultaneously
<?php $tab = [ '441005' => ['bla' => 1, 'bol' => 2, 'dru' => 3], '441001' => ['bla' => 9, 'bol' => 5, 'dru' => 4], '441006' => ['bla' => 7, 'bol' => 3, 'dru' => 1] ]; var_dump( $tab, array_splice($tab, 0, 1), $tab );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/mibvY
function name:  (null)
number of ops:  12
compiled vars:  !0 = $tab
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    9     1        INIT_FCALL                                               'var_dump'
   10     2        SEND_VAR                                                 !0
   11     3        INIT_FCALL                                               'array_splice'
          4        SEND_REF                                                 !0
          5        SEND_VAL                                                 0
          6        SEND_VAL                                                 1
          7        DO_ICALL                                         $2      
          8        SEND_VAR                                                 $2
   12     9        SEND_VAR                                                 !0
         10        DO_ICALL                                                 
   13    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.89 ms | 1385 KiB | 17 Q