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] ]; var_dump( $tab, array_shift($tab), $tab );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/euk72
function name:  (null)
number of ops:  10
compiled vars:  !0 = $tab
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    8     1        INIT_FCALL                                               'var_dump'
    9     2        SEND_VAR                                                 !0
   10     3        INIT_FCALL                                               'array_shift'
          4        SEND_REF                                                 !0
          5        DO_ICALL                                         $2      
          6        SEND_VAR                                                 $2
   11     7        SEND_VAR                                                 !0
          8        DO_ICALL                                                 
   12     9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.92 ms | 1394 KiB | 17 Q