Correct default value of the leniency of the parser. Close #61896.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325509 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
TAKAGI Masahiro 2012-05-03 06:13:13 +00:00
parent 15c22eb7bd
commit 4c918fef3f
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
&true; if parser is lenient, &false; if parser is strict. By default the parser is strict.
&true; if parser is lenient, &false; if parser is strict. By default the parser is lenient.
</para>
</refsect1>

View file

@ -47,7 +47,7 @@
<term><parameter>lenient</parameter></term>
<listitem>
<para>
Sets whether the parser is lenient or not, default is &false; (strict).
Sets whether the parser is lenient or not, default is &true; (lenient).
</para>
</listitem>
</varlistentry>