3v4l.org

run code in 300+ PHP versions simultaneously
<?php header_register_callback(function () { echo 'header'; register_shutdown_function(function () { echo 'shutdown'; }); }); ob_start(); echo ' output '; ob_end_flush();

preferences:
41.59 ms | 402 KiB | 5 Q