3v4l.org

run code in 300+ PHP versions simultaneously
<?php $props = array(); //$props['item'] = new stdClass(); $props['item'] = (object) (array()); $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/7Bg36
function name:  (null)
number of ops:  12
compiled vars:  !0 = $props
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    5     1        CAST                                          8  ~3      <array>
          2        ASSIGN_DIM                                               !0, 'item'
          3        OP_DATA                                                  ~3
    6     4        FETCH_DIM_W                                      $4      !0, 'item'
          5        ASSIGN_OBJ                                               $4, 'iteration'
          6        OP_DATA                                                  0
    8     7        INIT_FCALL                                               'print_r'
          8        FETCH_DIM_R                                      ~6      !0, 'item'
          9        SEND_VAL                                                 ~6
         10        DO_ICALL                                                 
    9    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.84 ms | 1385 KiB | 15 Q