index
:
php
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
pcre
/
tests
/
skip_002.inc
blob: 7f3a253faafcb4fe738ae0a3a1d6ba2f7279a5e9 (
plain
)
1
2
3
4
5
<
?php
if
(
@preg_match
(
'/./u'
,
''
) ===
false
) {
die
(
'skip'
)
;
}