Closed
Description
Unfortunately I can't dive into the issue to determine whether the issue is on Phing's side or HHVM, but the following steps work on php 5.3 and 5.6 while they don't on hhvm latest stable and nightly:
wget http://www.phing.info/get/phing-latest.phar -O phing.phar
php phing.phar -v
Expected output:
Phing 2.10.1
Received output looks like a few lines of random memory dump.
Tested on Ubuntu precise 64-bit.