summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests/mb_strstr_variation6.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mbstring/tests/mb_strstr_variation6.phpt')
-rw-r--r--ext/mbstring/tests/mb_strstr_variation6.phpt8
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/mbstring/tests/mb_strstr_variation6.phpt b/ext/mbstring/tests/mb_strstr_variation6.phpt
index c2438b771e..d8b5960a4e 100644
--- a/ext/mbstring/tests/mb_strstr_variation6.phpt
+++ b/ext/mbstring/tests/mb_strstr_variation6.phpt
@@ -7,12 +7,6 @@ function_exists('mb_strstr') or die("skip mb_strstr() is not available in this b
?>
--FILE--
<?php
-/* Prototype : string mb_strstr(string haystack, string needle[, bool part[, string encoding]])
- * Description: Finds first occurrence of a string within another
- * Source code: ext/mbstring/mbstring.c
- * Alias to functions:
- */
-
echo "*** Testing mb_strstr() : variation ***\n";
mb_internal_encoding('UTF-8');
@@ -51,7 +45,6 @@ var_dump(mb_strstr($string_mb, $needle_mb_mixed));
?>
-===DONE===
--EXPECT--
*** Testing mb_strstr() : variation ***
-- Ascii data --
@@ -62,4 +55,3 @@ bool(false)
string(52) "cebccebdcebecebfcf80cf81cf83cf84cf85cf86cf87cf88cf89"
bool(false)
bool(false)
-===DONE===