_F [superglobal]

The currently executed function.

function f(){ printvar( _F ); }
f(); // prints info about function 'f'