summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests/bug73646.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mbstring/tests/bug73646.phpt')
-rw-r--r--ext/mbstring/tests/bug73646.phpt5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/mbstring/tests/bug73646.phpt b/ext/mbstring/tests/bug73646.phpt
index a6aefb22d4..7ac824d69c 100644
--- a/ext/mbstring/tests/bug73646.phpt
+++ b/ext/mbstring/tests/bug73646.phpt
@@ -1,5 +1,10 @@
--TEST--
Bug #73646 (mb_ereg_search_init null pointer dereference)
+--SKIPIF--
+<?php
+require 'skipif.inc';
+if (!function_exists('mb_ereg')) die('skip mbregex support not available');
+?>
--FILE--
<?php