3v4l.org
run code in 500+ PHP versions simultaneously
sponsor
bughunt
search
recent
about
@ 2025-08-06T16:46:35Z
<?php function foo() { print "a"; yield 2; print "b"; } foo(); ?>