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
F13186013: D15133.diff
Sat, May 11, 3:22 AM
F13180786: D15133.id.diff
Thu, May 9, 3:59 AM
F13175430: D15133.id36537.diff
Wed, May 8, 5:10 AM
Unknown Object (File)
Tue, May 7, 6:07 AM
Unknown Object (File)
Fri, May 3, 3:44 AM
Unknown Object (File)
Thu, May 2, 9:43 PM
Unknown Object (File)
Thu, May 2, 5:31 AM
Unknown Object (File)
Mon, Apr 29, 3:46 PM
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.