summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2011-09-06 06:44:59 +0000
committerPierre Joye <pajoye@php.net>2011-09-06 06:44:59 +0000
commit8ab88f2e7283e631091eb11ea149d2032a002508 (patch)
treea19f4c49cf018b74e67259c5a4a176c5ae62a0d4
parent7e9bc5f70b5f11c45a4a1690ab632a91632357fc (diff)
downloadphp-git-8ab88f2e7283e631091eb11ea149d2032a002508.tar.gz
- add skipif
-rw-r--r--ext/mbstring/tests/bug52931.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/mbstring/tests/bug52931.phpt b/ext/mbstring/tests/bug52931.phpt
index 9669d884cb..52efd03de2 100644
--- a/ext/mbstring/tests/bug52931.phpt
+++ b/ext/mbstring/tests/bug52931.phpt
@@ -1,5 +1,7 @@
--TEST--
Bug #52931 (strripos not overloaded with function overloading enabled)
+--SKIPIF--
+<?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
--INI--
mbstring.func_overload = 7
mbstring.internal_encoding = utf-8