xref
: /
PHP-8.1
/
ext
/
opcache
/
tests
/
preload_bug78175.inc
(revision 148eb202)
Home
History
Annotate
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
register_shutdown_function(function() {
3
echo "Shutdown\n";
4
});
5