3v4l.org

run code in 300+ PHP versions simultaneously
<?php $props = array(); //$props['item'] = new stdClass(); $props['item'] = object (); $props['item']->iteration = 0; print_r($props['item']); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/pqiup
function name:  (null)
number of ops:  13
compiled vars:  !0 = $props
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    5     1        INIT_FCALL_BY_NAME                                       'object'
          2        DO_FCALL                                      0  $3      
          3        ASSIGN_DIM                                               !0, 'item'
          4        OP_DATA                                                  $3
    6     5        FETCH_DIM_W                                      $4      !0, 'item'
          6        ASSIGN_OBJ                                               $4, 'iteration'
          7        OP_DATA                                                  0
    8     8        INIT_FCALL                                               'print_r'
          9        FETCH_DIM_R                                      ~6      !0, 'item'
         10        SEND_VAL                                                 ~6
         11        DO_ICALL                                                 
    9    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.21 ms | 1394 KiB | 15 Q