xref: /PHP-8.0/ext/pcre/tests/skip_002.inc (revision f8d79582)
1<?php
2
3if (@preg_match('/./u', '') === false) {
4    die('skip');
5}
6