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
F17679444: D15133.id.diff
Sun, Jul 13, 2:33 PM
Unknown Object (File)
May 28 2025, 11:26 AM
Unknown Object (File)
May 27 2025, 1:54 PM
Unknown Object (File)
May 25 2025, 6:57 AM
Unknown Object (File)
Apr 29 2025, 2:24 AM
Unknown Object (File)
Apr 25 2025, 11:18 AM
Unknown Object (File)
Apr 24 2025, 12:12 PM
Unknown Object (File)
Apr 21 2025, 5:26 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.