Page MenuHomePhabricator

Add unpack support to xhpast
ClosedPublic

Authored by richardvanvelzen on May 2 2016, 3:02 PM.
Tags
None
Referenced Files
F19687711: D15833.id38141.diff
Mon, Feb 9, 4:30 PM
F19643172: D15833.id38141.diff
Thu, Feb 5, 9:17 PM
F19559099: D15833.diff
Sat, Jan 31, 12:44 AM
F19554640: D15833.id38140.diff
Jan 30 2026, 12:47 AM
F19519753: D15833.id.diff
Jan 16 2026, 8:15 AM
F19518962: D15833.diff
Jan 16 2026, 12:35 AM
F19037711: D15833.id38140.diff
Nov 26 2025, 1:12 AM
F18961869: D15833.diff
Nov 13 2025, 3:24 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.