Re: [PHP-DB] php line error. .

2005-05-17 Thread martin . norland
'Yemi Obembe wrote: > > just care to know how php does the line counting when it echoes error > messages like: > > parse error: unexpected '}' on line 129 > > 1. does the "line counting" includes empty lines yes. > 2. are externally included files (using include(), require() etc) also "line >

Re: [PHP-DB] php line error. .

2005-05-16 Thread Martin Norland
'Yemi Obembe wrote: just care to know how php does the line counting when it echoes error messages like: parse error: unexpected '}' on line 129 1. does the "line counting" includes empty lines yes. 2. are externally included files (using include(), require() etc) also "line counted"(sic)? no. (bu

RE: [PHP-DB] php line error

2005-05-16 Thread Bastien Koert
It does count blank lines, note that the line with the error maybe well above the line shown in the error...the only indicates where the error (whatever it may be) causes a problem in the script. Bastien From: 'Yemi Obembe <[EMAIL PROTECTED]> To: php-db@lists.php.net Subject: [PHP-D

[PHP-DB] php line error

2005-05-16 Thread 'Yemi Obembe
just care to know how php does the line counting when it echoes error messages like: parse error: unexpected '}' on line 129 1. does the "line counting" includes empty lines 2. are externally included files (using include(), require() etc) also "line counted"(sic)? 3. are d parts of the file