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:
Gabor Hojtsy 2000-08-07 16:10:30 +00:00
parent 0633d9dd37
commit 9676fa7f54

View file

@ -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