mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166033 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a665ee1e08
commit
303557e243
1 changed files with 2 additions and 2 deletions
|
@ -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 > 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>
|
||||
|
|
Loading…
Reference in a new issue