summaryrefslogtreecommitdiff
path: root/sapi/cli/tests/bug62294.inc
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/cli/tests/bug62294.inc')
-rw-r--r--sapi/cli/tests/bug62294.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/sapi/cli/tests/bug62294.inc b/sapi/cli/tests/bug62294.inc
new file mode 100644
index 0000000000..836fd44f28
--- /dev/null
+++ b/sapi/cli/tests/bug62294.inc
@@ -0,0 +1,5 @@
+<?php
+
+register_shutdown_function(function() {
+ require 'path/to/an/unknown/file';
+});