3v4l.org

run code in 300+ PHP versions simultaneously
<?php $joe = new Person(); $joe->sex = 'male'; $betty = $joe; $betty->sex = 'female'; echo $joe->sex; // Will be 'female'
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/baGu7
function name:  (null)
number of ops:  11
compiled vars:  !0 = $joe, !1 = $betty
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   NEW                                              $2      'Person'
          1        DO_FCALL                                      0          
          2        ASSIGN                                                   !0, $2
    3     3        ASSIGN_OBJ                                               !0, 'sex'
          4        OP_DATA                                                  'male'
    5     5        ASSIGN                                                   !1, !0
    6     6        ASSIGN_OBJ                                               !1, 'sex'
          7        OP_DATA                                                  'female'
    8     8        FETCH_OBJ_R                                      ~8      !0, 'sex'
          9        ECHO                                                     ~8
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.45 ms | 933 KiB | 14 Q