summaryrefslogtreecommitdiff
path: root/ext/pcre/tests/bug80118.phpt
blob: 5de66076e0437462467e068f7e4759785c91b939 (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
Bug #80118 (Erroneous whitespace match with JIT only)
--FILE--
<?php
preg_match('~[^\p{Han}\p{Z}]~u', '     ', $matches);
var_dump($matches);
?>
--EXPECT--
array(0) {
}