ID: 15927
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: Scripting Engine problem
Operating System: Linux 2.4.17/RH 7.2
PHP Version: 4.0.6
New Comment:
Okay, perhaps I should stressen that there is no error mesage
whatsoever. In my case, it took me several hours to find this little
one. It's very annoying that PHP doesn't issue a syntax error message.
Previous Comments:
------------------------------------------------------------------------
[2002-03-07 05:25:05] [EMAIL PROTECTED]
This just gives a parser error for me (tested with 4.0.6 and current
cvs).
------------------------------------------------------------------------
[2002-03-07 05:24:51] [EMAIL PROTECTED]
If there is a parse error, the script doesn't execute.
Not a bug > bogus
------------------------------------------------------------------------
[2002-03-07 05:21:42] [EMAIL PROTECTED]
<?php
echo('X');
error_log('X', 0);
$daten_verlag[$rubrik['id']]] = $daten_rubrik;
?>
One bracket too much!
This makes PHP issue just 5 Bytes to the browser, regardless of any
code following or preceeding this line.
I think it doesn't even execute the code because there doesn't appear
anything in the logs, too.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=15927&edit=1