From f53a59c0f0821bb7933d7551b661c746671735cf Mon Sep 17 00:00:00 2001 From: jim winstead Date: Tue, 23 Jan 2001 01:56:45 +0000 Subject: [PATCH] add note that parse errors can't be suppressed with @ prefix git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40012 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/error-handling.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/features/error-handling.xml b/features/error-handling.xml index 5cbfcf8808..c6039b820b 100644 --- a/features/error-handling.xml +++ b/features/error-handling.xml @@ -146,9 +146,17 @@ an expression and the track_errors feature is enabled, you can find the error message in the global variable - $php_errormsg. + $php_errormsg. + + + The @ + error-control operator prefix will not disable messages + that are the result of parse errors. + + + Currently the @