betz Tue Oct 8 06:38:41 2002 EDT Modified files: /phpdoc/en/language operators.xml Log: integrated note from error-handling.xml Index: phpdoc/en/language/operators.xml diff -u phpdoc/en/language/operators.xml:1.38 phpdoc/en/language/operators.xml:1.39 --- phpdoc/en/language/operators.xml:1.38 Mon Jul 1 17:57:45 2002 +++ phpdoc/en/language/operators.xml Tue Oct 8 06:38:41 2002 @@ -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 @@ <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
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php