3v4l.org

run code in 300+ PHP versions simultaneously
<?php function a() { yield 0 => 'a'; } function b() { yield '0' => 'b'; } function test($x) { var_dump($x); } test(...a()); echo "\n"; test(...b());

preferences:
30.46 ms | 404 KiB | 5 Q