php-8.0.30-src/ext/pcre/tests/bug80118.phpt

11 lines
178 B
PHP

--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) {
}