Lines Matching refs:stripos

2 Test stripos() function : usage variations - single quoted strings for 'haystack' & 'needle' argume…
5 /* Prototype : int stripos ( string $haystack, string $needle [, int $offset] );
10 /* Test stripos() function by passing single quoted strings to 'haystack' & 'needle' arguments */
12 echo "*** Testing stripos() function: with single quoted strings ***\n";
80 var_dump( stripos($haystack, $needle[$index]) );
81 var_dump( stripos($haystack, $needle[$index], $index) );
87 *** Testing stripos() function: with single quoted strings ***
123 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
126 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
130 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
133 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
137 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
140 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
144 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
147 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
238 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
241 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…