Hello,
Is there is anyway to get caller's name and caller's FILE ?
is there is any macros in PHP? like in C:
#define showline printf("this is line %d",LINE);
you get the idea.......
anything that can help me?
function showline
{
echo "caller's line:" . LINE;
}
ofcourse this won't work, that's why i need its caller's line number