<?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);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`