3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data[0][1] = array('tot_km' => array('0' => 52, "1" => 23)); $data[0][1] = 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/KTGRe
function name:  (null)
number of ops:  16
compiled vars:  !0 = $data
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   FETCH_DIM_W                                      $1      !0, 0
          1        ASSIGN_DIM                                               $1, 1
          2        OP_DATA                                                  <array>
    4     3        FETCH_DIM_W                                      $3      !0, 0
          4        ASSIGN_DIM                                               $3, 1
          5        OP_DATA                                                  <array>
    5     6        FETCH_DIM_W                                      $5      !0, 1
          7        ASSIGN_DIM                                               $5, 1
          8        OP_DATA                                                  <array>
    6     9        FETCH_DIM_W                                      $7      !0, 1
         10        ASSIGN_DIM                                               $7, 2
         11        OP_DATA                                                  <array>
    8    12        INIT_FCALL                                               'print_r'
         13        SEND_VAR                                                 !0
         14        DO_ICALL                                                 
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.91 ms | 1394 KiB | 15 Q