From:             tril2632 at hotmail dot com
Operating system: DEBIAN LINUX
PHP version:      5.0.0
PHP Bug Type:     *General Issues
Bug description:  Error message are not displayed at all !!!

Description:
------------
Hello

My problem is that error message are not displayed at all.

I use in my code        

error_reporting(E_STRICT | E_ALL);

and my phpinfo print me this information : 

error_reporting 2047 2047 

So error message should be displayed !!!



Reproduce code:
---------------
<?php
        error_reporting(E_STRICT | E_ALL);

        echo "145;
?>


Expected result:
----------------
a parse error message ...

Actual result:
--------------
nothing, the page is blank without any error message

-- 
Edit bug report at http://bugs.php.net/?id=29680&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=29680&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=29680&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=29680&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=29680&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=29680&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=29680&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=29680&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=29680&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=29680&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=29680&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=29680&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=29680&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=29680&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=29680&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=29680&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=29680&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=29680&r=float

Reply via email to