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( key($tab), current($tab), $tab );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8GS45
function name:  (null)
number of ops:  13
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        INIT_FCALL                                               'key'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $2      
          5        SEND_VAR                                                 $2
   11     6        INIT_FCALL                                               'current'
          7        SEND_VAR                                                 !0
          8        DO_ICALL                                         $3      
          9        SEND_VAR                                                 $3
   12    10        SEND_VAR                                                 !0
         11        DO_ICALL                                                 
   13    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.08 ms | 1394 KiB | 19 Q