mirror of
https://github.com/php/php-src.git
synced 2026-03-26 17:22:15 +01:00
Fix test
This commit is contained in:
@@ -13,7 +13,7 @@ declare(encoding=latin1);
|
||||
setlocale(LC_ALL, 'C', 'POSIX');
|
||||
var_dump(preg_match('/^\w{6}$/', 'aàáçéè'));
|
||||
|
||||
setlocale(LC_ALL, 'pt_PT', 'pt', 'portuguese');
|
||||
setlocale(LC_ALL, 'pt_PT', 'pt', 'pt_PT.ISO8859-1', 'portuguese');
|
||||
var_dump(preg_match('/^\w{6}$/', 'aàáçéè'));
|
||||
|
||||
setlocale(LC_ALL, 'C', 'POSIX');
|
||||
|
||||
Reference in New Issue
Block a user