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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.27 ms | 1394 KiB | 18 Q