3v4l.org

run code in 300+ PHP versions simultaneously
<?php class C {} $ref = new ReflectionClass( new C ); $ref->getProperty( 'nonExistent' );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/IJrOM
function name:  (null)
number of ops:  10
compiled vars:  !0 = $ref
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   NEW                                              $1      'ReflectionClass'
          1        NEW                                              $2      'C'
          2        DO_FCALL                                      0          
          3        SEND_VAR_NO_REF_EX                                       $2
          4        DO_FCALL                                      0          
          5        ASSIGN                                                   !0, $1
    6     6        INIT_METHOD_CALL                                         !0, 'getProperty'
          7        SEND_VAL_EX                                              'nonExistent'
          8        DO_FCALL                                      0          
          9      > RETURN                                                   1

Class C: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.39 ms | 1011 KiB | 13 Q