Is there any way to print the current line number? i.e.

43  print "blah";
44  print "this is line $LineNumber";
45  print "etc";

and have it result in :
blahthis is line 44etc

?

- Jonathan



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to