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
It's likely that fn will become a reserved keyword due to https://wiki.php.net/rfc/arrow_functions_v2, so iter\fn should be renamed to iter\func for version 2.0.
fn
iter\fn
iter\func
The text was updated successfully, but these errors were encountered:
Voting is underway and the RFC is very likely to be accepted, so should move forward here.
Sorry, something went wrong.
Done in 2d0b618. I think in PHP 7.4 you would just use an arrow function for most of what iter\func provides though :)
No branches or pull requests
It's likely that
fn
will become a reserved keyword due to https://wiki.php.net/rfc/arrow_functions_v2, soiter\fn
should be renamed toiter\func
for version 2.0.The text was updated successfully, but these errors were encountered: