Lines Matching refs:stripos
2 Test stripos() function : usage variations - unexpected inputs for 'needle' argument
5 /* Test stripos() function with unexpected inputs for 'needle' and
9 echo "*** Testing stripos() function with unexpected values for needle ***\n";
77 // loop through each element of the 'needle' array to check the working of stripos()
82 var_dump( stripos($haystack, $needles[$index]) );
94 *** Testing stripos() function with unexpected values for needle ***
124 stripos(): Argument #2 ($needle) must be of type string, array given
127 stripos(): Argument #2 ($needle) must be of type string, array given
130 stripos(): Argument #2 ($needle) must be of type string, array given
133 stripos(): Argument #2 ($needle) must be of type string, array given
136 stripos(): Argument #2 ($needle) must be of type string, array given
166 stripos(): Argument #2 ($needle) must be of type string, resource given