xref
: /
PHP-8.1
/
sapi
/
cli
/
tests
/
bug62294.inc
(revision c439f1fa)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
3
register_shutdown_function(function() {
4
require '
path/to/an/unknown/file
';
5
});
6