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 @