1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 21:41:22 +02:00
Files
archived-php-src/ext/opcache/tests/preload_bug78175.inc

5 lines
73 B
PHP

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