summaryrefslogtreecommitdiff
path: root/ext/pcre/tests/skip_003.inc
blob: af2f548ca1f0e61bcf59f9de0bcdc43c49b5b914 (plain)
1
2
3
4
5
<?php

if (@preg_match_all('/\p{N}/', '0123456789', $dummy) === false) {
	die('skip');
}