summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests/mb_stripos_variation1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mbstring/tests/mb_stripos_variation1.phpt')
-rw-r--r--ext/mbstring/tests/mb_stripos_variation1.phpt9
1 files changed, 5 insertions, 4 deletions
diff --git a/ext/mbstring/tests/mb_stripos_variation1.phpt b/ext/mbstring/tests/mb_stripos_variation1.phpt
index 411a939694..ab7f75ee5a 100644
--- a/ext/mbstring/tests/mb_stripos_variation1.phpt
+++ b/ext/mbstring/tests/mb_stripos_variation1.phpt
@@ -7,9 +7,10 @@ function_exists('mb_stripos') or die("skip mb_stripos() is not available in this
?>
--FILE--
<?php
-/* Prototype : int mb_stripos(string $haystack, string $needle [, int $offset [, string $encoding]])
- * Description: Find position of first occurrence of a string within another
+/* Prototype : int mb_stripos(string haystack, string needle [, int offset [, string encoding]])
+ * Description: Finds position of first occurrence of a string within another, case insensitive
* Source code: ext/mbstring/mbstring.c
+ * Alias to functions:
*/
/*
@@ -19,7 +20,7 @@ function_exists('mb_stripos') or die("skip mb_stripos() is not available in this
echo "*** Testing mb_stripos() : usage variations ***\n";
// Initialise function arguments not being substituted
-$needle = 'string_val';
+$needle = b'string_val';
$offset = 0;
$encoding = 'utf-8';
@@ -179,4 +180,4 @@ bool(false)
Warning: mb_stripos() expects parameter 1 to be string, resource given in %s on line %d
bool(false)
-Done
+Done \ No newline at end of file