Lines Matching refs:iconv_strpos
2 Test iconv_strpos() function : usage variations - Pass different integers as $offset argument
10 * Test how iconv_strpos() behaves when passed different integers as $offset argument
17 echo "*** Testing iconv_strpos() : usage variations ***\n";
33 var_dump(iconv_strpos($string_ascii, $needle_ascii, $i));
39 var_dump(iconv_strpos($string_mb, $needle_mb, $i, 'UTF-8'));
48 *** Testing iconv_strpos() : usage variations ***
52 iconv_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
54 iconv_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
88 iconv_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
90 iconv_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
94 iconv_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
96 iconv_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
100 iconv_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
102 iconv_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
106 iconv_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
108 iconv_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)