blob: d2a379e919c439e5334dfe7e03a5cb06d3cbcca9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--TEST--
Broken configuration
--SKIPIF--
<?php if (!extension_loaded("snuffleupagus")) print "skip"; ?>
--INI--
sp.configuration_file={PWD}/config/broken_config_regexp.ini
--FILE--
--EXPECT--
[snuffleupagus][0.0.0.0][config][error] Failed to compile '*.': nothing to repeat on line 1.
[snuffleupagus][0.0.0.0][config][error] '.filename_r()' is expecting a valid regexp, and not '"*."' on line 1.
|