3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "and ..."; if (function_exists('register_postsend_function')) { register_postsend_function(function() { echo "... you should not be seeing this"; }); } else { register_shutdown_function(function() { echo "... you should not be seeing this"; }); } die();

preferences:
52.05 ms | 402 KiB | 5 Q