3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
305.38 ms | 1429 KiB | 4 Q