3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = Array ( 'ids' => Array ( '0' => 'e348ae92', '1' => '193ba701', '2' => 58695854 ), 'name' => Array ( '0' => 'Customers', '1' => 'Suppliers', '2' => 'Users' ), 'subs' => Array ( '0' => 614, '1' => 65, '2' => 99 ) ); $f = array_map(null, $a['ids'], $a['name'], $a['subs']); print_r($f);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/dDG0Y
function name:  (null)
number of ops:  15
compiled vars:  !0 = $a, !1 = $f
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
   20     1        INIT_FCALL                                               'array_map'
          2        SEND_VAL                                                 null
          3        FETCH_DIM_R                                      ~3      !0, 'ids'
          4        SEND_VAL                                                 ~3
          5        FETCH_DIM_R                                      ~4      !0, 'name'
          6        SEND_VAL                                                 ~4
          7        FETCH_DIM_R                                      ~5      !0, 'subs'
          8        SEND_VAL                                                 ~5
          9        DO_ICALL                                         $6      
         10        ASSIGN                                                   !1, $6
   21    11        INIT_FCALL                                               'print_r'
         12        SEND_VAR                                                 !1
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.19 ms | 1002 KiB | 15 Q