Edit report at http://bugs.php.net/bug.php?id=52563&edit=1
ID: 52563 Updated by: ahar...@php.net Reported by: mattgscox at hotmail dot com Summary: [Feature request] error_reporting constant -Status: Open +Status: Assigned Type: Feature/Change Request Package: PHP options/info functions Operating System: Any PHP Version: Irrelevant -Assigned To: +Assigned To: aharvey Block user comment: N Previous Comments: ------------------------------------------------------------------------ [2010-08-07 19:20:42] mattgscox at hotmail dot com Description: ------------ Feature request only; For completeness, and coding clarity, please define constant E_NONE to set error reporting to none rather than relying on the absolute integer value of 0 Test script: --------------- error_reporting(E_NONE); Expected result: ---------------- [No error warning] Actual result: -------------- PHP Notice: Use of undefined constant E_NONE - assumed 'E_NONE' .... ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=52563&edit=1