Hi internals, > Voting has started on https://wiki.php.net/rfc/any_all_on_iterable and ends > on 2021-02-22. > > This RFC proposes to add the functions `PHP\iterable\any(iterable $input, > ?callable $callback = null): bool` and `PHP\iterable\all(...)` > to PHP's standard library's function set, using the namespace preferred in > the previous straw poll. > > There is a primary vote on whether to add the functions, and a secondary vote > on the name to use within the `PHP\iterable` namespace.
This RFC(https://wiki.php.net/rfc/any_all_on_iterable) has been updated to include a straw poll on the reason you voted against it. If you have voted, please also fill out https://wiki.php.net/rfc/any_all_on_iterable#straw_poll This has also been updated to elaborate on the implementation details (the implementation has not changed), based on feedback received after the RFC started. Thanks, - Tyson -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: https://www.php.net/unsub.php