From 81f79c7e51e3889ae726ebb774165d9a66cacabf Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Sun, 14 Jul 2002 19:31:59 +0000 Subject: [PATCH] WS (\r\n -> \n) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88684 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/errorfunc/constants.xml | 360 +++++++++++++++--------------- 1 file changed, 180 insertions(+), 180 deletions(-) diff --git a/reference/errorfunc/constants.xml b/reference/errorfunc/constants.xml index ee95388e25..da6137ebe4 100644 --- a/reference/errorfunc/constants.xml +++ b/reference/errorfunc/constants.xml @@ -1,198 +1,198 @@ - - -
- &reftitle.constants; - - These constants are part of the PHP core and always available. + + +
+ &reftitle.constants; + + These constants are part of the PHP core and always available. - - Errors and Logging - - - - Value - Constant - Description - - - - - 1 - - E_ERROR - (integer) - +
+ Errors and Logging + + + + Value + Constant + Description + + + + + 1 - Fatal run-time errors. These indicate errors that can not be - recovered from, such as a memory allocation problem. + E_ERROR + (integer) + + + Fatal run-time errors. These indicate errors that can not be + recovered from, such as a memory allocation problem. Execution of the script is halted. - - - - - 2 - - E_WARNING - (integer) - + + + + + 2 - Run-time warnings (non-fatal errors). Execution of the script is not - halted. - - - - - 4 - - E_PARSE - (integer) - + E_WARNING + (integer) + - Compile-time parse errors. Parse errors should only be generated by - the parser. - - - - - 8 - - E_NOTICE - (integer) - + Run-time warnings (non-fatal errors). Execution of the script is not + halted. + + + + + 4 - Run-time notices. Indicate that the script encountered something that - could indicate an error, but could also happen in the normal course of - running a script. - - - - - 16 - - E_CORE_ERROR - (integer) - + E_PARSE + (integer) + - Fatal errors that occur during PHP's initial startup. This is like an - E_ERROR, except it is generated by the core of PHP. - - - - - 32 - - E_CORE_WARNING - (integer) - + Compile-time parse errors. Parse errors should only be generated by + the parser. + + + + + 8 - Warnings (non-fatal errors) that occur during PHP's initial startup. - This is like an E_WARNING, except it is generated - by the core of PHP. PHP 4 only. - - - - - 64 - - E_COMPILE_ERROR - (integer) - + E_NOTICE + (integer) + - Fatal compile-time errors. This is like an E_ERROR, - except it is generated by the Zend Scripting Engine. PHP 4 only. - - - - - 128 - - E_COMPILE_WARNING - (integer) - + Run-time notices. Indicate that the script encountered something that + could indicate an error, but could also happen in the normal course of + running a script. + + + + + 16 - Compile-time warnings (non-fatal errors). This is like an - E_WARNING, except it is generated by the Zend - Scripting Engine. PHP 4 only. - - - - - 256 - - E_USER_ERROR - (integer) - + E_CORE_ERROR + (integer) + - User-generated error message. This is like an - E_ERROR, except it is generated in PHP code by - using the PHP function trigger_error. - PHP 4 only. - - - - - 512 - - E_USER_WARNING - (integer) - + Fatal errors that occur during PHP's initial startup. This is like an + E_ERROR, except it is generated by the core of PHP. + + + + + 32 - User-generated warning message. This is like an - E_WARNING, except it is generated in PHP code by - using the PHP function trigger_error. - PHP 4 only. - - - - - 1024 - - E_USER_NOTICE - (integer) - + E_CORE_WARNING + (integer) + - User-generated notice message. This is like an - E_NOTICE, except it is generated in PHP code by - using the PHP function trigger_error. - PHP 4 only. - - - - - 2047 - - E_ALL - (integer) - + Warnings (non-fatal errors) that occur during PHP's initial startup. + This is like an E_WARNING, except it is generated + by the core of PHP. PHP 4 only. + + + + + 64 - All errors and warnings, as supported. - - - - - -
- + E_COMPILE_ERROR + (integer) + + + Fatal compile-time errors. This is like an E_ERROR, + except it is generated by the Zend Scripting Engine. PHP 4 only. + + + + + 128 + + E_COMPILE_WARNING + (integer) + + + Compile-time warnings (non-fatal errors). This is like an + E_WARNING, except it is generated by the Zend + Scripting Engine. PHP 4 only. + + + + + 256 + + E_USER_ERROR + (integer) + + + User-generated error message. This is like an + E_ERROR, except it is generated in PHP code by + using the PHP function trigger_error. + PHP 4 only. + + + + + 512 + + E_USER_WARNING + (integer) + + + User-generated warning message. This is like an + E_WARNING, except it is generated in PHP code by + using the PHP function trigger_error. + PHP 4 only. + + + + + 1024 + + E_USER_NOTICE + (integer) + + + User-generated notice message. This is like an + E_NOTICE, except it is generated in PHP code by + using the PHP function trigger_error. + PHP 4 only. + + + + + 2047 + + E_ALL + (integer) + + + All errors and warnings, as supported. + + + + + + +
-