|  | Posted by Aaron Saray on 09/02/07 15:20 
On Sep 2, 8:51 am, la...@portcommodore.com wrote:> On Sep 1, 5:02 pm, "Rik Wasmus" <luiheidsgoe...@hotmail.com> wrote:
 >
 > > Well, the line it's in is usually correct. It could however happen the
 > > parser encounters an error there due to a mistake made earlier:
 >
 > > <?php
 > > echo 'foo'
 > > /* we forgot the ending semicolon */
 > > echo 'bar';
 > > ?>
 >
 > Also line number may be off if you have the wrong type of variable,
 > etc.  Look at that the line is doing if the quotes and all are in
 > order it may be related to your data assignments in previous parts.
 
 You can also have a line number of 0 when fatal errors or say...
 exceptions are thrown in destructors.
 [Back to original message] |