Lines Matching refs:iconv_strpos
2 Test iconv_strpos() function : usage variations - pass different data types as $charset arg
6 function_exists('iconv_strpos') or die("skip iconv_strpos() is not available in this build");
10 /* Prototype : int iconv_strpos(string haystack, string needle [, int offset [, string charset]])
17 * Pass iconv_strpos different data types as $encoding arg to test behaviour
21 echo "*** Testing iconv_strpos() : usage variations ***\n";
96 // loop through each element of $inputs to check the behavior of iconv_strpos()
100 var_dump( iconv_strpos($haystack, $needle, $offset, $input));
110 *** Testing iconv_strpos() : usage variations ***
114 Notice: iconv_strpos(): Wrong charset, conversion from `0' to `UCS-4LE' is not allowed in %s on lin…
119 Notice: iconv_strpos(): Wrong charset, conversion from `1' to `UCS-4LE' is not allowed in %s on lin…
124 Notice: iconv_strpos(): Wrong charset, conversion from `12345' to `UCS-4LE' is not allowed in %s on…
129 Notice: iconv_strpos(): Wrong charset, conversion from `-2345' to `UCS-4LE' is not allowed in %s on…
134 Notice: iconv_strpos(): Wrong charset, conversion from `10.5' to `UCS-4LE' is not allowed in %s on …
139 Notice: iconv_strpos(): Wrong charset, conversion from `-10.5' to `UCS-4LE' is not allowed in %s on…
144 Notice: iconv_strpos(): Wrong charset, conversion from `123456789000' to `UCS-4LE' is not allowed i…
149 Notice: iconv_strpos(): Wrong charset, conversion from `1.23456789E-9' to `UCS-4LE' is not allowed …
154 Notice: iconv_strpos(): Wrong charset, conversion from `0.5' to `UCS-4LE' is not allowed in %s on l…
165 Notice: iconv_strpos(): Wrong charset, conversion from `1' to `UCS-4LE' is not allowed in %s on lin…
173 Notice: iconv_strpos(): Wrong charset, conversion from `1' to `UCS-4LE' is not allowed in %s on lin…
205 Warning: iconv_strpos() expects parameter 4 to be string, resource given in %s on line %d