summaryrefslogtreecommitdiff
path: root/php/tests/failboot.php
diff options
context:
space:
mode:
Diffstat (limited to 'php/tests/failboot.php')
-rw-r--r--php/tests/failboot.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/php/tests/failboot.php b/php/tests/failboot.php
new file mode 100644
index 00000000..fa8b96f6
--- /dev/null
+++ b/php/tests/failboot.php
@@ -0,0 +1,3 @@
+<?php
+ini_set('display_errors', 'stderr');
+throw new Error("failboot error"); \ No newline at end of file