blob: 7c7ac9c9789f4c7eb96b51eef7ae8d784fe71afb (
plain)
1
2
3
4
5
6
7
8
9
10
|
--TEST--
Broken regexp
--SKIPIF--
<?php if (!extension_loaded("snuffleupagus")) die "skip"; ?>
--INI--
sp.configuration_file={PWD}/config/broken_regexp.ini
--FILE--
--EXPECTF--
[snuffleupagus][0.0.0.0][config][error] Failed to compile '^$[': %aon line 1.
[snuffleupagus][0.0.0.0][config][error] '.value_r()' is expecting a valid regexp, and not '"^$["' on line 1.
|