mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
15c22eb7bd
commit
4c918fef3f
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue