php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29680 Error message are not displayed at all !!!
Submitted: 2004-08-14 17:58 UTC Modified: 2004-08-16 08:48 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:0 (0.0%)
From: tril2632 at hotmail dot com Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 5.0.0 OS: DEBIAN LINUX
Private report: No CVE-ID: None
 [2004-08-14 17:58 UTC] tril2632 at hotmail dot com
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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-08-16 08:48 UTC] derick@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Jul 26 13:00:03 2025 UTC