From c92462ed495601aeebae06b320f5ec5d19aa9cca Mon Sep 17 00:00:00 2001 From: Torben Wilson Date: Tue, 30 Jan 2001 00:27:22 +0000 Subject: [PATCH] & => & git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40353 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration4.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appendices/migration4.xml b/appendices/migration4.xml index bf13aac6fa..f64f8a7d2b 100644 --- a/appendices/migration4.xml +++ b/appendices/migration4.xml @@ -81,10 +81,10 @@ style warnings that are categorized by the symbolic constant E_NOTICE. Then you'll put the following into your php.ini: error_reporting = - E_ALL & ~ ( E_NOTICE ). If you want to suppress + E_ALL & ~ ( E_NOTICE ). If you want to suppress warnings too you add up the appropriate constant within the braces using the binary or operator '|': - error_reporting= E_ALL & ~ ( E_NOTICE | E_WARNING + error_reporting= E_ALL & ~ ( E_NOTICE | E_WARNING ).