3v4l.org

run code in 300+ PHP versions simultaneously
<?php ini_set('display_errors', "1"); error_reporting(E_ALL); #[\AllowDynamicProperties] class AAA { } $a = new AAA(); $a->aaa = 1; echo $a->aaa;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/RU8OM
function name:  (null)
number of ops:  15
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'ini_set'
          1        SEND_VAL                                                 'display_errors'
          2        SEND_VAL                                                 '1'
          3        DO_ICALL                                                 
    4     4        INIT_FCALL                                               'error_reporting'
          5        SEND_VAL                                                 32767
          6        DO_ICALL                                                 
   12     7        NEW                                              $3      'AAA'
          8        DO_FCALL                                      0          
          9        ASSIGN                                                   !0, $3
   13    10        ASSIGN_OBJ                                               !0, 'aaa'
         11        OP_DATA                                                  1
   15    12        FETCH_OBJ_R                                      ~7      !0, 'aaa'
         13        ECHO                                                     ~7
   16    14      > RETURN                                                   1

Class AAA: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
144.12 ms | 1013 KiB | 15 Q