mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
Indentation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30737 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1666e859c4
commit
3200e472f9
1 changed files with 14 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
|||
<chapter id="features.error-handling">
|
||||
<title>Error handling</title>
|
||||
<chapter id="features.error-handling">
|
||||
<title>Error Handling</title>
|
||||
|
||||
<para>
|
||||
There are several types of errors and warnings in PHP. They are:
|
||||
|
@ -51,7 +51,10 @@
|
|||
<row>
|
||||
<entry>32</entry>
|
||||
<entry>E_CORE_WARNING</entry>
|
||||
<entry>warnings (non fatal errors) that occur during PHP's initial startup</entry>
|
||||
<entry>
|
||||
warnings (non fatal errors) that occur during PHP's initial
|
||||
startup
|
||||
</entry>
|
||||
<entry>PHP 4 only</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
@ -127,13 +130,13 @@
|
|||
|
||||
<warning>
|
||||
<para>
|
||||
When upgrading code or servers from PHP 3 to PHP 4 you should
|
||||
check these settings and calls to
|
||||
<function>error_reporting</function> or you might disable
|
||||
reporting the new error types, especially E_COMPILE_ERROR. This
|
||||
may lead to empty documents without any feedback of what happened
|
||||
or where to look for the problem.
|
||||
</para>
|
||||
When upgrading code or servers from PHP 3 to PHP 4 you should
|
||||
check these settings and calls to
|
||||
<function>error_reporting</function> or you might disable
|
||||
reporting the new error types, especially E_COMPILE_ERROR. This
|
||||
may lead to empty documents without any feedback of what happened
|
||||
or where to look for the problem.
|
||||
</para>
|
||||
</warning>
|
||||
|
||||
<para>
|
||||
|
@ -171,7 +174,7 @@ sgml-always-quote-attributes:t
|
|||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../manual.ced"
|
||||
sgml-default-dtd-file:"../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
|
|
Loading…
Reference in a new issue