ru_php/ext/opcache/tests/preload_bug78175.inc

5 lines
73 B
PHP
Raw Permalink Normal View History

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