Changelog (doc bug #53935)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308179 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2011-02-10 11:35:46 +00:00
parent 4ad81a88ea
commit efef4dfef6

View file

@ -134,11 +134,11 @@ $rest = substr("abcdef", -3, -1); // returns "de"
</thead>
<tbody>
<row>
<entry>5.2.2</entry>
<entry>5.2.2 - 5.2.6</entry>
<entry>
If the <parameter>start</parameter> parameter indicates the position of
a negative truncation or beyond, false is returned. Prior to this
version, an empty string was returned.
a negative truncation or beyond, false is returned. Other versions get
the string from start.
</entry>
</row>
</tbody>