Lines Matching refs:stripos

2 Test stripos() function : usage variations - unexpected inputs for 'needle' argument
5 /* Prototype : int stripos ( string $haystack, string $needle [, int $offset] );
10 /* Test stripos() function with unexpected inputs for 'needle' and
14 echo "*** Testing stripos() function with unexpected values for needle ***\n";
82 // loop through each element of the 'needle' array to check the working of stripos()
86 var_dump( stripos($haystack, $needles[$index]) );
95 *** Testing stripos() function with unexpected values for needle ***
99 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
104 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
109 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
114 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
119 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
124 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
129 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
134 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
139 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
144 Warning: stripos(): needle is not a string or an integer in %s on line %d
149 Warning: stripos(): needle is not a string or an integer in %s on line %d
154 Warning: stripos(): needle is not a string or an integer in %s on line %d
159 Warning: stripos(): needle is not a string or an integer in %s on line %d
164 Warning: stripos(): needle is not a string or an integer in %s on line %d
169 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
174 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
179 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
184 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
191 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
202 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
207 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
212 Warning: stripos(): needle is not a string or an integer in %s on line %d
217 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
222 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…