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
F15558355: D15133.id36537.diff
Tue, Apr 29, 2:24 AM
F15541186: D15133.id.diff
Fri, Apr 25, 11:18 AM
F15537102: D15133.diff
Thu, Apr 24, 12:12 PM
F15524016: D15133.diff
Mon, Apr 21, 5:26 AM
F15427231: D15133.diff
Mar 23 2025, 1:23 PM
F15414156: D15133.diff
Mar 19 2025, 11:16 PM
F15394944: D15133.diff
Mar 16 2025, 2:33 AM
F15383018: D15133.diff
Mar 14 2025, 3:16 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.