mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
52447d3956
commit
9e00d3a819
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue