3v4l.org

run code in 300+ PHP versions simultaneously
<?php $fiber = new Fiber(function (int $x, int $y): void { var_dump(func_get_args()); var_dump($x, $y); }); $fiber->start(y: 1, x: 2);

preferences:
50.04 ms | 1061 KiB | 5 Q