mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
6bd1cef0b3
commit
34d51b1119
1 changed files with 1 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue