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));
109 *** Testing iconv_strpos() : usage variations ***
113 Notice: iconv_strpos(): Wrong charset, conversion from `0' to `UCS-4LE' is not allowed in %s on lin…
118 Notice: iconv_strpos(): Wrong charset, conversion from `1' to `UCS-4LE' is not allowed in %s on lin…
123 Notice: iconv_strpos(): Wrong charset, conversion from `12345' to `UCS-4LE' is not allowed in %s on…
128 Notice: iconv_strpos(): Wrong charset, conversion from `-2345' to `UCS-4LE' is not allowed in %s on…
133 Notice: iconv_strpos(): Wrong charset, conversion from `10.5' to `UCS-4LE' is not allowed in %s on …
138 Notice: iconv_strpos(): Wrong charset, conversion from `-10.5' to `UCS-4LE' is not allowed in %s on…
143 Notice: iconv_strpos(): Wrong charset, conversion from `123456789000' to `UCS-4LE' is not allowed i…
148 Notice: iconv_strpos(): Wrong charset, conversion from `1.23456789E-9' to `UCS-4LE' is not allowed …
153 Notice: iconv_strpos(): Wrong charset, conversion from `0.5' to `UCS-4LE' is not allowed in %s on l…
164 Notice: iconv_strpos(): Wrong charset, conversion from `1' to `UCS-4LE' is not allowed in %s on lin…
172 Notice: iconv_strpos(): Wrong charset, conversion from `1' to `UCS-4LE' is not allowed in %s on lin…
204 Warning: iconv_strpos() expects parameter 4 to be string, resource given in %s on line %d