cd support/xhpast make cleanall make cd ../../ scripts/build_xhpast.php arc unit
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Commits
- rPHU0709cd5cfc26: Add unpack support to xhpast
Diff Detail
Diff Detail
- Repository
- rPHU libphutil
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
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. |