diff options
| author | jvoisin | 2022-03-20 18:43:35 +0100 |
|---|---|---|
| committer | jvoisin | 2022-03-20 19:07:35 +0100 |
| commit | 57b345f16ccad6e5b273c58e819ca5adefdcbf72 (patch) | |
| tree | 4ee854853720a8a559ed7d34c977be8f42ff2bb6 /src/tests/broken_configuration | |
| parent | 70aae5917737e42f392edc00ceb7af35b7740eb8 (diff) | |
Fix compilation on PHP<7.2
Diffstat (limited to 'src/tests/broken_configuration')
| -rw-r--r-- | src/tests/broken_configuration/encrypt_regexp_cookies_bad_regexp.phpt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/tests/broken_configuration/encrypt_regexp_cookies_bad_regexp.phpt b/src/tests/broken_configuration/encrypt_regexp_cookies_bad_regexp.phpt index f660f28..2b9f709 100644 --- a/src/tests/broken_configuration/encrypt_regexp_cookies_bad_regexp.phpt +++ b/src/tests/broken_configuration/encrypt_regexp_cookies_bad_regexp.phpt | |||
| @@ -15,6 +15,4 @@ EOF; | |||
| 15 | --FILE-- | 15 | --FILE-- |
| 16 | <?php var_dump($_COOKIE); ?> | 16 | <?php var_dump($_COOKIE); ?> |
| 17 | --EXPECTF-- | 17 | --EXPECTF-- |
| 18 | Fatal error: [snuffleupagus][127.0.0.1][config][log] Invalid configuration file in Unknown on line 0 | 18 | %AFatal error: [snuffleupagus][127.0.0.1][config][log] Invalid regexp '^super_co[a-z+$' for '.name_r()' on line 2 in Unknown on line 0 |
| 19 | %A | ||
| 20 | Fatal error: [snuffleupagus][127.0.0.1][config][log] Invalid regexp '^super_co[a-z+$' for '.name_r()' on line 2 in Unknown on line 0 | ||
