[SOLVED] Show where a function lives?
Posted: Tue Jun 07, 2005 2:09 pm
Ok, I have thousands of files and classes I deal with so I've run into a problem. I need to find out where a variable lives or is defined from. like, where $var was originally defined at (which class, filename, or function). Anyone have any clues?