Lines Matching refs:strrpos
2 Test strrpos() function : usage variations - unexpected inputs for 'needle' argument
5 /* Prototype : int strrpos ( string $haystack, string $needle [, int $offset] );
10 /* Test strrpos() function with unexpected inputs for 'needle' and
14 echo "*** Testing strrpos() function with unexpected values for needle ***\n";
82 // loop through each element of the 'needle' array to check the working of strrpos()
86 var_dump( strrpos($haystack, $needles[$index]) );
95 *** Testing strrpos() function with unexpected values for needle ***
116 Warning: strrpos(): needle is not a string or an integer in %s on line %d
120 Warning: strrpos(): needle is not a string or an integer in %s on line %d
124 Warning: strrpos(): needle is not a string or an integer in %s on line %d
128 Warning: strrpos(): needle is not a string or an integer in %s on line %d
132 Warning: strrpos(): needle is not a string or an integer in %s on line %d
156 Warning: strrpos(): needle is not a string or an integer in %s on line %d