bug62294.inc 90 B

12345
  1. <?php
  2. register_shutdown_function(function() {
  3. require 'path/to/an/unknown/file';
  4. });