3v4l.org

run code in 300+ PHP versions simultaneously
<?php $aMeters = array(); $aMeters[] = array(); $aMeters[0] += array('meter_maintenance_code' => 'MQ'); $aMeters[0] += array( 'meter_number' => 'ALL', 'esp_rate_code' => $this->aCustoms['esp_rate_code'] ); var_dump($aMeters);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/oV75G
function name:  (null)
number of ops:  16
compiled vars:  !0 = $aMeters
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        ASSIGN_DIM                                               !0
          2        OP_DATA                                                  <array>
    4     3        ASSIGN_DIM_OP                +=               1          !0, 0
          4        OP_DATA                                                  <array>
    6     5        INIT_ARRAY                                       ~5      'ALL', 'meter_number'
    7     6        FETCH_THIS                                       $6      
          7        FETCH_OBJ_R                                      ~7      $6, 'aCustoms'
          8        FETCH_DIM_R                                      ~8      ~7, 'esp_rate_code'
          9        ADD_ARRAY_ELEMENT                                ~5      ~8, 'esp_rate_code'
    5    10        ASSIGN_DIM_OP                +=               1          !0, 0
    7    11        OP_DATA                                                  ~5
    9    12        INIT_FCALL                                               'var_dump'
         13        SEND_VAR                                                 !0
         14        DO_ICALL                                                 
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.92 ms | 1385 KiB | 15 Q