php-8.0.30-src/sapi/cli/tests/bug62294.inc

6 lines
90 B
PHP

<?php
register_shutdown_function(function() {
require 'path/to/an/unknown/file';
});