Remove bogus note (bug #32545)

# maybe it was true in previous versions but I can't trace in which


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183656 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2005-04-05 12:38:28 +00:00
parent 6bd1cef0b3
commit 34d51b1119

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.84 $ -->
<!-- $Revision: 1.85 $ -->
<chapter id="language.operators">
<title>Operators</title>
<simpara>
@ -639,12 +639,6 @@ $value = @$cache[$key];
See also <function>error_reporting</function> and the manual section for
<link linkend="ref.errorfunc">Error Handling and Logging functions</link>.
</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