PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I am trying to find out where to get a list of magic variables in PHP, like __FILE__ and the like.
What I'm trying to find is if there is any predefined way to get the name of the current function I'm in or a stacktrace from inside PHP for debugging complex issues.