3v4l.org

run code in 300+ PHP versions simultaneously
<?php $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/gQM1o
function name:  (null)
number of ops:  14
compiled vars:  !0 = $aMeters
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        ASSIGN_DIM_OP                +=               1          !0, 0
          2        OP_DATA                                                  <array>
    5     3        INIT_ARRAY                                       ~4      'ALL', 'meter_number'
    6     4        FETCH_THIS                                       $5      
          5        FETCH_OBJ_R                                      ~6      $5, 'aCustoms'
          6        FETCH_DIM_R                                      ~7      ~6, 'esp_rate_code'
          7        ADD_ARRAY_ELEMENT                                ~4      ~7, 'esp_rate_code'
    4     8        ASSIGN_DIM_OP                +=               1          !0, 0
    6     9        OP_DATA                                                  ~4
    8    10        INIT_FCALL                                               'var_dump'
         11        SEND_VAR                                                 !0
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
144.1 ms | 1394 KiB | 15 Q