php-src/ext/pcre/tests/skip_002.inc
2008-11-02 21:19:39 +00:00

6 lines
64 B
PHP

<?php
if (@preg_match('/./u', '') === false) {
die('skip');
}