Skip to content

Commit 0ee81b4

Browse files
committed
Update ext/mbstring/tests/gh21036.phpt
1 parent 03a7153 commit 0ee81b4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ext/mbstring/tests/gh21036.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
GH-21036 (mb_ereg_search_getregs() after regex cache invalidation)
33
--EXTENSIONS--
44
mbstring
5+
--SKIPIF--
6+
<?php
7+
if (!function_exists("mb_ereg")) print "skip mb_ereg() not available";
8+
?>
59
--FILE--
610
<?php
711
error_reporting(E_ALL & ~E_DEPRECATED);

0 commit comments

Comments
 (0)