mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Fix >= on SplFileObject::seek migration notes
for PHP 8.0 Closes GH-1506.
This commit is contained in:
parent
87b5827062
commit
05a2d4c535
1 changed files with 1 additions and 1 deletions
|
@ -1320,7 +1320,7 @@ $array["key"];
|
|||
<listitem>
|
||||
<para>
|
||||
<methodname>SplFileObject::seek</methodname> now always seeks to the beginning of the line.
|
||||
Previously, positions <literal>=1</literal> sought to the beginning of the next line.
|
||||
Previously, positions <literal>>=1</literal> sought to the beginning of the next line.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in a new issue