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
F15335842: D15133.diff
Sat, Mar 8, 5:38 PM
Unknown Object (File)
Wed, Feb 26, 5:10 PM
Unknown Object (File)
Sun, Feb 9, 10:31 AM
Unknown Object (File)
Jan 28 2025, 4:02 AM
Unknown Object (File)
Jan 21 2025, 2:48 AM
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
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.