Page MenuHomePhabricator

Add unpack support to xhpast
ClosedPublic

Authored by richardvanvelzen on May 2 2016, 3:02 PM.
Tags
None
Referenced Files
F18663758: D15833.diff
Tue, Sep 23, 10:50 PM
F18647928: D15833.id38140.diff
Fri, Sep 19, 3:12 PM
F18645023: D15833.id.diff
Fri, Sep 19, 6:46 AM
F18642337: D15833.diff
Thu, Sep 18, 11:36 PM
F18592678: D15833.id.diff
Fri, Sep 12, 12:56 PM
F18512159: D15833.id38141.diff
Sep 5 2025, 7:39 AM
F18379984: D15833.id.diff
Aug 28 2025, 4:58 PM
F18376721: D15833.diff
Aug 28 2025, 11:40 AM
Subscribers

Details

Test Plan
cd support/xhpast
make cleanall
make
cd ../../
scripts/build_xhpast.php
arc unit

Diff Detail

Repository
rPHU libphutil
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

richardvanvelzen retitled this revision from to Add unpack support to xhpast.
richardvanvelzen updated this object.
richardvanvelzen edited the test plan for this revision. (Show Details)
richardvanvelzen added a reviewer: epriestley.
support/xhpast/parser.y
1108–1111

I've updated this part to match PHP 7's behaviour. Call-time pass-by-ref no longer exists, so unpack needn't support it either.

This revision is now accepted and ready to land.May 2 2016, 3:12 PM
This revision was automatically updated to reflect the committed changes.