php-8.0.30-src/ext/opcache/tests/preload_bug78175.inc

5 lines
73 B
PHP

<?php
register_shutdown_function(function() {
echo "Shutdown\n";
});