Page MenuHomePhabricator

Add unpack support to xhpast
ClosedPublic

Authored by richardvanvelzen on May 2 2016, 3:02 PM.
Tags
None
Referenced Files
F13988776: D15833.id38141.diff
Mon, Oct 21, 3:54 PM
F13982189: D15833.id38140.diff
Sat, Oct 19, 9:44 PM
F13978821: D15833.diff
Sat, Oct 19, 1:08 AM
Unknown Object (File)
Mon, Oct 7, 5:59 PM
Unknown Object (File)
Oct 2 2024, 5:51 AM
Unknown Object (File)
Sep 21 2024, 4:33 AM
Unknown Object (File)
Aug 27 2024, 4:51 PM
Unknown Object (File)
Aug 22 2024, 4:52 PM
Subscribers

Details

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

Diff Detail

Repository
rPHU libphutil
Branch
xhpast-unpack
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 12016
Build 15120: arc lint + arc unit

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.