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)
Wed, Apr 24, 11:44 PM
Unknown Object (File)
Fri, Apr 19, 2:24 AM
Unknown Object (File)
Fri, Apr 19, 2:24 AM
Unknown Object (File)
Thu, Apr 11, 3:43 AM
Unknown Object (File)
Wed, Apr 3, 11:06 AM
Unknown Object (File)
Mar 16 2024, 7:34 AM
Unknown Object (File)
Mar 14 2024, 10:15 AM
Unknown Object (File)
Mar 7 2024, 4:52 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.