Page MenuHomePhabricator

Allow objects implementing `ArrayAccess` to the passed to `idx`
AbandonedPublic

Authored by joshuaspence on Jan 28 2016, 11:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 16, 7:34 AM
Unknown Object (File)
Thu, Mar 14, 10:15 AM
Unknown Object (File)
Thu, Mar 7, 4:52 AM
Unknown Object (File)
Fri, Mar 1, 12:24 AM
Unknown Object (File)
Feb 22 2024, 3:00 PM
Unknown Object (File)
Feb 21 2024, 6:33 AM
Unknown Object (File)
Feb 3 2024, 8:27 AM
Unknown Object (File)
Feb 3 2024, 8:27 AM
Subscribers

Details

Reviewers
epriestley
Group Reviewers
Blessed Reviewers
Summary

This allows idx to work with CaseInsensitiveArray, for example.

Test Plan

Added a test case.

Diff Detail

Repository
rPHU libphutil
Branch
master
Lint
Lint Errors
SeverityLocationCodeMessage
Errorsrc/utils/utils.php:1194XHP45PHP Compatibility
Errorsrc/utils/utils.php:1194XHP45PHP Compatibility
Unit
Tests Passed
Build Status
Buildable 10376
Build 12659: Run Core Tests
Build 12658: arc lint + arc unit

Event Timeline

joshuaspence retitled this revision from to Allow objects implementing `ArrayAccess` to the passed to `idx`.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.

Not actively working on this.