Lines Matching refs:iconv_strpos
2 Test iconv_strpos() function : usage variations - Pass different integers as $offset argument
6 function_exists('iconv_strpos') or die("skip iconv_strpos() is not available in this build");
13 * Test how iconv_strpos() behaves when passed different integers as $offset argument
20 echo "*** Testing iconv_strpos() : usage variations ***\n";
36 var_dump(iconv_strpos($string_ascii, $needle_ascii, $i));
42 var_dump(iconv_strpos($string_mb, $needle_mb, $i, 'UTF-8'));
51 *** Testing iconv_strpos() : usage variations ***
55 iconv_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
57 iconv_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
91 iconv_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
93 iconv_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
97 iconv_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
99 iconv_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
103 iconv_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
105 iconv_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
109 iconv_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
111 iconv_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)