3v4l.org

run code in 300+ PHP versions simultaneously
<?php ob_start(); echo "This is buffered and isn't shown."; ob_end_clean(); ob_start(); echo "This is buffered but gets flushed by shutdown"; exit(0);

preferences:
38.54 ms | 402 KiB | 5 Q