Edit report at http://bugs.php.net/bug.php?id=52517&edit=1

 ID:                 52517
 Updated by:         ka...@php.net
 Reported by:        david at grudl dot com
 Summary:            E_COMPILE_WARNING is not
-Status:             Open
+Status:             Closed
 Type:               Feature/Change Request
 Package:            Compile Warning
 PHP Version:        5.3.3
-Assigned To:        
+Assigned To:        kalle
 Block user comment: N

 New Comment:

The declare struct have meaning for the script at compile time, not
execution time hence its an E_COMPILE_WARNING.


Previous Comments:
------------------------------------------------------------------------
[2010-08-02 18:54:03] david at grudl dot com

"run-time error" -> "runtime warning"

------------------------------------------------------------------------
[2010-08-02 18:51:39] david at grudl dot com

Description:
------------
E_COMPILE_WARNING is the only run-time error not catchable by
user-defined error handler function (via set_error_handler). I suggest
change this behavior. 

Test script:
---------------
<?php



declare(foo='bar'); // throws E_COMPILE_WARNING



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



-- 
Edit this bug report at http://bugs.php.net/bug.php?id=52517&edit=1

Reply via email to