3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data[0][1]['tot_km'] = array(array("0" => 52, "1" => 23), array('tot_km' => Array('0' => 46))); $data[1][1] = array('tot_km' => array('0' => 38, '1' => 22, '2' => 40)); $data[1][2] = array('tot_km' => array('0' => -395, '1' => 28)); print_r($data);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ATRlQ
function name:  (null)
number of ops:  14
compiled vars:  !0 = $data
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_DIM_W                                      $1      !0, 0
          1        FETCH_DIM_W                                      $2      $1, 1
          2        ASSIGN_DIM                                               $2, 'tot_km'
          3        OP_DATA                                                  <array>
    3     4        FETCH_DIM_W                                      $4      !0, 1
          5        ASSIGN_DIM                                               $4, 1
          6        OP_DATA                                                  <array>
    4     7        FETCH_DIM_W                                      $6      !0, 1
          8        ASSIGN_DIM                                               $6, 2
          9        OP_DATA                                                  <array>
    6    10        INIT_FCALL                                               'print_r'
         11        SEND_VAR                                                 !0
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.48 ms | 1385 KiB | 15 Q