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