summaryrefslogtreecommitdiff
path: root/ext/pcre/tests/bug76512.phpt
blob: cb8a9fa95f85550314ef33386f887aacf8279a87 (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
Bug #76512 (\w no longer includes unicode characters)
--FILE--
<?php
var_dump(preg_match('/\w/u', 'รค'));
?>
===DONE===
--EXPECT--
int(1)
===DONE===