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