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"; sleep("10"); }); } else register_shutdown_function(function() { echo "... you should not be seeing this"; sleep("10"); }); die();

preferences:
69.82 ms | 402 KiB | 5 Q