Fixed typo

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166033 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Aidan Lister 2004-08-11 11:28:56 +00:00
parent a665ee1e08
commit 303557e243

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.9 $ -->
<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/errorfunc.xml, last change in rev 1.1 -->
<refentry id="function.error-reporting">
<refnamediv>
@ -159,7 +159,7 @@ ini_set('error_reporting', E_ALL);
<simpara>
With PHP &gt; 5.0.0 <constant>E_STRICT</constant> with value 2048 is
available. <constant>E_ALL</constant> does <emphasis>NOT</emphasis>
include error level<constant>E_STRICT</constant>.
include error level <constant>E_STRICT</constant>.
</simpara>
</warning>
<para>