Lines Matching refs:haystack
2 Test strrpos() function : usage variations - unexpected inputs for 'haystack', 'needle' & 'offset' …
5 /* Prototype : int strrpos ( string $haystack, string $needle [, int $offset] );
6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
10 /* Test strrpos() function with unexpected inputs for 'haystack', 'needle' & 'offset' arguments */
12 echo "*** Testing strrpos() function: with unexpected values for haystack, needle & offset ***\n";
90 *** Testing strrpos() function: with unexpected values for haystack, needle & offset ***
97 Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d
101 Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d
105 Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d
109 Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d
113 Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d