3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace Foo; class Bar { private $stuff; } var_dump((new \ReflectionClass('Foo\Bar'))->getProperty('things'));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Oii1s
function name:  (null)
number of ops:  10
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   10     0  E >   INIT_NS_FCALL_BY_NAME                                    'Foo%5Cvar_dump'
          1        NEW                                              $0      'ReflectionClass'
          2        SEND_VAL_EX                                              'Foo%5CBar'
          3        DO_FCALL                                      0          
          4        INIT_METHOD_CALL                                         $0, 'getProperty'
          5        SEND_VAL_EX                                              'things'
          6        DO_FCALL                                      0  $2      
          7        SEND_VAR_NO_REF_EX                                       $2
          8        DO_FCALL                                      0          
          9      > RETURN                                                   1

Class Foo\Bar: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.36 ms | 1385 KiB | 15 Q