3v4l.org

run code in 300+ PHP versions simultaneously
<?hh $awaitable = HH\Asio\v((new Vector(range(1, 1000)))->map((int $wait_time) ==> { return async { await HH\Asio\usleep($wait_time*100); echo $wait_time."\n"; }; })); usleep(1000000); HH\Asio\join($awaitable);
Output for git.master, git.master_jit, rfc.property-hooks
<?hh $awaitable = HH\Asio\v((new Vector(range(1, 1000)))->map((int $wait_time) ==> { return async { await HH\Asio\usleep($wait_time*100); echo $wait_time."\n"; }; })); usleep(1000000); HH\Asio\join($awaitable);

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
166.78 ms | 406 KiB | 5 Q