rfc:array_change_keys

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
rfc:array_change_keys [2016/05/31 02:16] – Emphasize that no new quirks are being added colinodellrfc:array_change_keys [2016/05/31 02:20] – Revise "Future Scope", mentioning Traversable objects colinodell
Line 188: Line 188:
 ===== Future Scope ===== ===== Future Scope =====
  
-Returning ''__toString()''able objects from the callback is not supported by this RFC.  This matches the behavior of other functions like ''array_flip()'' and ''array_fill_keys()'' If such functionality is desired, a separate RFC could be created to add this functionality to all similar functions.+Other ''array_'' functions do not support certain features like using ''__toString()'' for keys or supporting ''Traversable'' objects like iterators, so support for them is not being proposed here either.  If such functionality is desired, a separate RFC could be created to add this functionality to all similar functions.
  
 ===== Proposed Voting Choices ===== ===== Proposed Voting Choices =====
rfc/array_change_keys.txt · Last modified: 2018/11/27 23:34 by colinodell