3v4l.org

run code in 300+ PHP versions simultaneously
<?php ob_start(); function callback() { echo "In php 8.0.0 - 8.0.10, a die statement does prevent the trigger from being outputted: "; die(); } header_register_callback("callback"); echo "Trigger."; echo "Execution died before this echo statement.";

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
81.03 ms | 1387 KiB | 4 Q