3v4l.org

run code in 300+ PHP versions simultaneously
<?php $hire = array( 'hiring' => array( (int) 1 => '10', (int) 2 => '5', (int) 3 => '8', (int) 4 => '15' ) ); print_r($hire['hiring']);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/okbAG
function name:  (null)
number of ops:  15
compiled vars:  !0 = $hire
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   CAST                                          4  ~1      1
          1        INIT_ARRAY                                       ~2      '10', ~1
    5     2        CAST                                          4  ~3      2
          3        ADD_ARRAY_ELEMENT                                ~2      '5', ~3
    6     4        CAST                                          4  ~4      3
          5        ADD_ARRAY_ELEMENT                                ~2      '8', ~4
    7     6        CAST                                          4  ~5      4
          7        ADD_ARRAY_ELEMENT                                ~2      '15', ~5
          8        INIT_ARRAY                                       ~6      ~2, 'hiring'
    2     9        ASSIGN                                                   !0, ~6
   11    10        INIT_FCALL                                               'print_r'
         11        FETCH_DIM_R                                      ~8      !0, 'hiring'
         12        SEND_VAL                                                 ~8
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.36 ms | 1385 KiB | 15 Q