3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
174.35 ms | 1398 KiB | 15 Q