Page MenuHomePhabricator

Add unpack support to xhpast
ClosedPublic

Authored by richardvanvelzen on May 2 2016, 3:02 PM.
Tags
None
Referenced Files
F15475570: D15833.id38140.diff
Sun, Apr 6, 8:47 PM
F15460842: D15833.id.diff
Tue, Apr 1, 2:49 AM
F15453022: D15833.id.diff
Sat, Mar 29, 8:51 AM
F15452439: D15833.id38141.diff
Sat, Mar 29, 4:51 AM
F15450750: D15833.diff
Fri, Mar 28, 5:59 PM
F15448837: D15833.id38140.diff
Fri, Mar 28, 7:08 AM
F15447780: D15833.diff
Fri, Mar 28, 1:31 AM
F15412879: D15833.diff
Wed, Mar 19, 3:31 PM
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.