summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests/mb_substr_count_variation2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mbstring/tests/mb_substr_count_variation2.phpt')
-rw-r--r--ext/mbstring/tests/mb_substr_count_variation2.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/mbstring/tests/mb_substr_count_variation2.phpt b/ext/mbstring/tests/mb_substr_count_variation2.phpt
index 87b5eed189..48dd675fda 100644
--- a/ext/mbstring/tests/mb_substr_count_variation2.phpt
+++ b/ext/mbstring/tests/mb_substr_count_variation2.phpt
@@ -1,5 +1,5 @@
--TEST--
-Test mb_substr_count() function : usage variations - pass different data types as $needle arg
+Test mb_substr_count() function : usage variations - pass different data types as $needle arg
--SKIPIF--
<?php
extension_loaded('mbstring') or die('skip');
@@ -8,7 +8,7 @@ function_exists('mb_substr_count') or die("skip mb_substr_count() is not availab
--FILE--
<?php
/* Prototype : int mb_substr_count(string $haystack, string $needle [, string $encoding])
- * Description: Count the number of substring occurrences
+ * Description: Count the number of substring occurrences
* Source code: ext/mbstring/mbstring.c
*/
@@ -66,7 +66,7 @@ $inputs = array(
false,
TRUE,
FALSE,
-
+
// empty data
/*16*/ "",
'',
@@ -75,7 +75,7 @@ $inputs = array(
/*18*/ "world",
'world',
$heredoc,
-
+
// object data
/*21*/ new classA(),