mirror of
https://github.com/php/php-src.git
synced 2026-04-18 21:41:22 +02:00
5 lines
73 B
PHP
5 lines
73 B
PHP
<?php
|
|
register_shutdown_function(function() {
|
|
echo "Shutdown\n";
|
|
});
|