well not really... php is compiled then sent out...
but if u need a line number just create an error somewhere and youll get the line # reported where it occurs
or just echo "im here";
will tell you where u are in a script
what are u trying todo? debug?