diff options
Diffstat (limited to 'tests/it.t')
-rwxr-xr-x | tests/it.t | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -207,6 +207,11 @@ match( utf8_encode('Müller'), '\w matches umlaut in utf-8 mode' ); +match( + 'M.ller', utf8_encode('Müller'), + utf8_encode('Müller'), + '. matches umlaut in utf-8 mode' +); ini_set('default_charset', $oldcharset); is( |