integrated note from error-handling.xml

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@98806 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Friedhelm Betz 2002-10-08 10:38:41 +00:00
parent 52447d3956
commit 9e00d3a819

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.38 $ -->
<!-- $Revision: 1.39 $ -->
<chapter id="language.operators">
<title>Operators</title>
<simpara>
@ -447,6 +447,12 @@ $value = @$cache[$key];
<simpara>
See also <function>error_reporting</function>.
</simpara>
<note>
<para>
The "@" error-control operator prefix will not disable messages
that are the result of parse errors.
</para>
</note>
<warning>
<para>
Currently the "@" error-control operator prefix will even disable