3v4l.org

run code in 300+ PHP versions simultaneously
<?php $obj=(Object) 't'; $obj->t="123"; echo $obj->test;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/0I1K5
function name:  (null)
number of ops:  7
compiled vars:  !0 = $obj
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   CAST                                          8  ~1      't'
          1        ASSIGN                                                   !0, ~1
    4     2        ASSIGN_OBJ                                               !0, 't'
          3        OP_DATA                                                  '123'
    5     4        FETCH_OBJ_R                                      ~4      !0, 'test'
          5        ECHO                                                     ~4
          6      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.02 ms | 1392 KiB | 13 Q