summaryrefslogtreecommitdiff
path: root/src/tests/broken_regexp.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/broken_regexp.phpt')
-rw-r--r--src/tests/broken_regexp.phpt17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/tests/broken_regexp.phpt b/src/tests/broken_regexp.phpt
deleted file mode 100644
index 2fc130d..0000000
--- a/src/tests/broken_regexp.phpt
+++ /dev/null
@@ -1,17 +0,0 @@
1--TEST--
2Broken regexp
3--SKIPIF--
4<?php if (!extension_loaded("snuffleupagus")) die "skip"; ?>
5--INI--
6sp.configuration_file={PWD}/config/broken_regexp.ini
7--FILE--
8--EXPECTF--
9PHP Fatal error: [snuffleupagus][config] Failed to compile '^$[': missing terminating ] for character class on line 1. in Unknown on line 0
10PHP Fatal error: [snuffleupagus][config] '.value_r()' is expecting a valid regexp, and not '"^$["' on line 1 in Unknown on line 0
11
12Fatal error: [snuffleupagus][config] Failed to compile '^$[': missing terminating ] for character class on line 1. in Unknown on line 0
13
14Fatal error: [snuffleupagus][config] '.value_r()' is expecting a valid regexp, and not '"^$["' on line 1 in Unknown on line 0
15
16Fatal error: [snuffleupagus][config] Invalid configuration file in Unknown on line 0
17Could not startup. \ No newline at end of file