From 34d51b1119d39d3f118990553709bb8de0b805a8 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 5 Apr 2005 12:38:28 +0000 Subject: [PATCH] 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 --- language/operators.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/language/operators.xml b/language/operators.xml index 03d69b17b7..ee2424c24f 100644 --- a/language/operators.xml +++ b/language/operators.xml @@ -1,5 +1,5 @@ - + Operators @@ -639,12 +639,6 @@ $value = @$cache[$key]; See also error_reporting and the manual section for Error Handling and Logging functions. - - - The "@" error-control operator prefix will not disable messages - that are the result of parse errors. - - Currently the "@" error-control operator prefix will even disable