3v4l.org

run code in 300+ PHP versions simultaneously
<?php interface exampleInterface { const _TYPE = array( "name1" => "0", "name2" => "1", "name3" => "2" ); public function x(); } $r = ReflectionClass('exampleInterface'); var_dump($r->getConstants());
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/1VrcD
function name:  (null)
number of ops:  10
compiled vars:  !0 = $r
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   14     0  E >   INIT_FCALL_BY_NAME                                       'ReflectionClass'
          1        SEND_VAL_EX                                              'exampleInterface'
          2        DO_FCALL                                      0  $1      
          3        ASSIGN                                                   !0, $1
   16     4        INIT_FCALL                                               'var_dump'
          5        INIT_METHOD_CALL                                         !0, 'getConstants'
          6        DO_FCALL                                      0  $3      
          7        SEND_VAR                                                 $3
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Class exampleInterface:
Function x:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/1VrcD
function name:  x
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   11     0  E > > RETURN                                                   null

End of function x

End of class exampleInterface.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.17 ms | 1394 KiB | 15 Q