mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Dupicate E_NOTICE deleted, added note about
the detailed E_* list... git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@29827 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0633d9dd37
commit
9676fa7f54
1 changed files with 2 additions and 12 deletions
|
@ -118,17 +118,6 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>E_NOTICE</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Something happened which may or may not be an error. Execution
|
||||
continues. Examples include using an unquoted string as a hash
|
||||
index, or accessing a variable which has not been set.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>E_ALL</term>
|
||||
<listitem>
|
||||
|
@ -146,7 +135,8 @@
|
|||
<para>
|
||||
The E_* constants are typically used with the
|
||||
<function>error_reporting</function> function for setting the
|
||||
error reporting level.</para>
|
||||
error reporting level.</para> See all these constanst at
|
||||
<link linkend="features.error-handling">Error handling</link>.
|
||||
|
||||
<para>
|
||||
You can define additional constants using the
|
||||
|
|
Loading…
Reference in a new issue