summaryrefslogtreecommitdiff
path: root/tests/lang/inc_throw.inc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/inc_throw.inc')
-rw-r--r--tests/lang/inc_throw.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/lang/inc_throw.inc b/tests/lang/inc_throw.inc
new file mode 100644
index 0000000..1f032f7
--- /dev/null
+++ b/tests/lang/inc_throw.inc
@@ -0,0 +1,5 @@
+<?php
+
+throw new Exception();
+
+?>