php-8.0.30-src/ext/pcre/tests/skip_002.inc

6 lines
67 B
PHP

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