3v4l.org

run code in 300+ PHP versions simultaneously
<?php $gen = (function() { try { Fiber::suspend(); yield; } finally { echo "Finally\n"; } })(); $fiber = new Fiber(function() use ($gen, &$fiber) { $gen->current(); }); $fiber->start();
Output for git.master_jit, git.master
Fatal error: Cannot resume an already running generator in Unknown on line 0
Process exited with code 255.
Output for rfc.property-hooks
Finally

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:
35.61 ms | 406 KiB | 5 Q