mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Invalid offset since PHP 5.3.6 (thanks to David Grudl)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@314243 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1b14e8748a
commit
290ee6f491
2 changed files with 14 additions and 0 deletions
|
@ -197,6 +197,13 @@ echo $out[1][0] . ", " . $out[1][1] . "\n";
|
|||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>5.3.6</entry>
|
||||
<entry>
|
||||
Returns &false; if <parameter>offset</parameter> is higher than
|
||||
<parameter>subject</parameter> length.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>5.4.0</entry>
|
||||
<entry>
|
||||
|
|
|
@ -175,6 +175,13 @@ Array
|
|||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>5.3.6</entry>
|
||||
<entry>
|
||||
Returns &false; if <parameter>offset</parameter> is higher than
|
||||
<parameter>subject</parameter> length.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>5.2.2</entry>
|
||||
<entry>
|
||||
|
|
Loading…
Reference in a new issue