We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following code: https://3v4l.org/RHFfI#v8.1.4
Resulted in this output:
0: line 0 0: line 1 1: line 2 2: line 3 3: line 4
But I expected this output instead:
0: line 0 1: line 1 2: line 2 3: line 3 4: line 4
PHP 8.1.4
Windows 11
The text was updated successfully, but these errors were encountered:
Also found this comment https://www.php.net/manual/de/splfileobject.fgets.php#126525
Sorry, something went wrong.
Fix phpGH-8273: SplFileObject: key() returns wrong value
768b446
660ef91
Merge branch 'PHP-8.1'
cf51d8f
* PHP-8.1: Fix GH-8273: SplFileObject: key() returns wrong value
Fix GH-8273: SplFileObject: key() returns wrong value
6186ecd
No branches or pull requests
Description
The following code: https://3v4l.org/RHFfI#v8.1.4
Resulted in this output:
But I expected this output instead:
PHP Version
PHP 8.1.4
Operating System
Windows 11
The text was updated successfully, but these errors were encountered: