diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/it.t | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -270,6 +270,12 @@ _match( ['all' => 1, 'pattern_order' => 1] ); +_match( + preg_quote('a/b!c(d\\e'), 'faa/b!c(d\\ear', + 'a/b!c(d\\e', + 'match with preg_quote of special characters in pattern' +); + ini_set('default_charset', 'iso-8859-1'); _match( 'aöBÜ', "AÖbü", |