3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace C { /** * My magic test class * * @return \Exception */ function getdate() { return 'what_ever'; } \getdate(); // ctrl + click on getdate, should go to date.php stubs. Hover is also invalid. This looks like a problem with selection engine } namespace C { use function getdate as getdate_alias; print_r(getdate_alias());// not work //;; // fix CA ;) }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9qICO
function name:  (null)
number of ops:  8
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   12     0  E >   INIT_FCALL                                               'getdate'
          1        DO_ICALL                                                 
   17     2        INIT_NS_FCALL_BY_NAME                                    'C%5Cprint_r'
          3        INIT_FCALL                                               'getdate'
          4        DO_ICALL                                         $1      
          5        SEND_VAR_NO_REF_EX                                       $1
          6        DO_FCALL                                      0          
   20     7      > RETURN                                                   1

Function c%5Cgetdate:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9qICO
function name:  C\getdate
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E > > RETURN                                                   'what_ever'
   10     1*     > RETURN                                                   null

End of function c%5Cgetdate

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.4 ms | 1394 KiB | 17 Q