ID: 29513 Updated by: [EMAIL PROTECTED] Reported By: drmaples at gmail dot com -Status: Open +Status: Feedback Bug Type: Scripting Engine problem Operating System: linux PHP Version: 5.0.0 New Comment:
Works fine for me: [EMAIL PROTECTED]:~$ php <?php error_reporting(E_STRICT | E_ALL); echo $is_this echo $an_error ?> Parse error: syntax error, unexpected T_ECHO, expecting ',' or ';' in - on line 4 Previous Comments: ------------------------------------------------------------------------ [2004-08-03 23:55:06] drmaples at gmail dot com Description: ------------ no errors are reported even though explicitly stated to report errors. removing the 2nd echo statement allows the error to be reported. './configure' '--with-mysql=/usr/local/mysql' '--with-apxs2=/usr/local/apache2/bin/apxs' '--enable-wddx' '--with-xmlrpc' '--enable-exif' '--with-oci8=/usr/lib/oracle/10.1.0.2/client' '--enable-sigchild' '--with-gd' '--with-zlib-dir=/usr/include' '--with-jpeg-dir=/usr/include' '--enable-gd-native-ttf' '--with-ttf=/usr/include/freetype' '--with-freetype-dir=/usr/include/freetype2' '--enable-sockets' Reproduce code: --------------- <?php error_reporting(E_STRICT | E_ALL); echo $is_this echo $an_error ?> Expected result: ---------------- have an error reported that a semicolon is expected Actual result: -------------- nothing prints to screen at all ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=29513&edit=1