1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 00:48:25 +02:00
Files
archived-php-src/ext/pcre/tests/skip_002.inc
T
2008-11-02 21:19:39 +00:00

6 lines
64 B
PHP

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