Is it possible to set the line number and file name to show in error
messages?

I'm looking for something similar to the perl's expression
    #line 298 myscript.pl
which tells the compiler explicitely that here is line 298 of myscript.pl.
If an error occurs 5 lines later, it would show something like "compile
error at line 303 in myscript.pl", whatever the real line number and
filename is.

Thomas
[EMAIL PROTECTED]






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to