3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = [ "manufacturer" => "BB", "width" => "245, 225", "height" => "45, 65", "diameter" => "19, 17", "type" => "AA", ]; var_export( array_map( null, explode(', ', $arr['width']), explode(', ', $arr['height']), explode(', ', $arr['diameter']) ) );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/oBAgf
function name:  (null)
number of ops:  26
compiled vars:  !0 = $arr
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   11     1        INIT_FCALL                                               'var_export'
   12     2        INIT_FCALL                                               'array_map'
   13     3        SEND_VAL                                                 null
   14     4        INIT_FCALL                                               'explode'
          5        SEND_VAL                                                 '%2C+'
          6        FETCH_DIM_R                                      ~2      !0, 'width'
          7        SEND_VAL                                                 ~2
          8        DO_ICALL                                         $3      
          9        SEND_VAR                                                 $3
   15    10        INIT_FCALL                                               'explode'
         11        SEND_VAL                                                 '%2C+'
         12        FETCH_DIM_R                                      ~4      !0, 'height'
         13        SEND_VAL                                                 ~4
         14        DO_ICALL                                         $5      
         15        SEND_VAR                                                 $5
   16    16        INIT_FCALL                                               'explode'
         17        SEND_VAL                                                 '%2C+'
         18        FETCH_DIM_R                                      ~6      !0, 'diameter'
         19        SEND_VAL                                                 ~6
         20        DO_ICALL                                         $7      
         21        SEND_VAR                                                 $7
         22        DO_ICALL                                         $8      
         23        SEND_VAR                                                 $8
         24        DO_ICALL                                                 
   18    25      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.23 ms | 1395 KiB | 19 Q