php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #77233 All functions taking Traversables should be changed to accept Iterables
Submitted: 2018-12-03 12:04 UTC Modified: 2020-11-03 13:56 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: Wes dot nospam at example dot org Assigned:
Status: Open Package: *Programming Data Structures
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: Wes dot nospam at example dot org
New email:
PHP Version: OS:

 

 [2018-12-03 12:04 UTC] Wes dot nospam at example dot org
Description:
------------
I think all functions that currently take Traversable arguments were meant to include also arrays.

If I recall correctly, `Traversable|array` is implemented somewhere, but not everywhere.

There is no reason to be selective with Traversables only, given that both Iterables and Traversables have just marker interfaces (with no methods).

For example, iterator_to_array($iterable) should just return the array as is.

Thank you


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-11-03 13:56 UTC] cmb@php.net
-Type: Bug +Type: Feature/Change Request
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 14:01:29 2024 UTC