ID:               29513
 Updated by:       [EMAIL PROTECTED]
 Reported By:      drmaples at gmail dot com
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         Scripting Engine problem
 Operating System: linux
 PHP Version:      5.0.0
 New Comment:

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".


Previous Comments:
------------------------------------------------------------------------

[2004-08-04 07:54:52] [EMAIL PROTECTED]

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


------------------------------------------------------------------------

[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

Reply via email to