From 303557e2439e7a3f5fcbc4ad21c083d6c85232b5 Mon Sep 17 00:00:00 2001 From: Aidan Lister Date: Wed, 11 Aug 2004 11:28:56 +0000 Subject: [PATCH] Fixed typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166033 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/errorfunc/functions/error-reporting.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/errorfunc/functions/error-reporting.xml b/reference/errorfunc/functions/error-reporting.xml index 730a0b173f..905f6285f9 100644 --- a/reference/errorfunc/functions/error-reporting.xml +++ b/reference/errorfunc/functions/error-reporting.xml @@ -1,5 +1,5 @@ - + @@ -159,7 +159,7 @@ ini_set('error_reporting', E_ALL); With PHP > 5.0.0 E_STRICT with value 2048 is available. E_ALL does NOT - include error levelE_STRICT. + include error level E_STRICT.