Fix erroneous version information

See <https://3v4l.org/KTWoZ>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342310 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2017-04-11 14:43:15 +00:00
parent 797064ec67
commit 20f75bd8da

View file

@ -84,7 +84,7 @@
0 if it is greater than <parameter>str</parameter>, and 0 if they are equal.
If <parameter>offset</parameter> is equal to or greater than the length of
<parameter>main_str</parameter>, or the <parameter>length</parameter> is
set and is less than 1 (prior to PHP 5.6),
set and is less than 1 (prior to PHP 5.5.11),
<function>substr_compare</function> prints a warning and returns
&false;.
</para>
@ -103,7 +103,7 @@
</thead>
<tbody>
<row>
<entry>5.6.0</entry>
<entry>5.5.11</entry>
<entry>
<parameter>length</parameter> may now be <literal>0</literal>.
</entry>