3v4l.org

run code in 300+ PHP versions simultaneously
<?php function b() { yield 'hello'; yield 'hello'; } function a() { throw new Exception(); return b(); } var_dump(a());

preferences:
47.61 ms | 402 KiB | 5 Q