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)
Dec 18 2024, 6:18 AM
Unknown Object (File)
Dec 14 2024, 6:02 PM
Unknown Object (File)
Dec 4 2024, 10:39 AM
Unknown Object (File)
Nov 24 2024, 9:54 PM
Unknown Object (File)
Nov 21 2024, 2:46 PM
Unknown Object (File)
Nov 18 2024, 8:35 PM
Unknown Object (File)
Nov 16 2024, 11:58 PM
Unknown Object (File)
Nov 4 2024, 10:09 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.