summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests
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
commit6be168b22d2affd812bed34129ce9cdfb0e1a14f (patch)
treea4dd4ed6b98e42426578f0e2885909248857b4d7 /ext/mbstring/tests
parent380aac71899893d4611771f1c9b99412a1993280 (diff)
downloadphp-git-6be168b22d2affd812bed34129ce9cdfb0e1a14f.tar.gz
- add skipif
Diffstat (limited to 'ext/mbstring/tests')
-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