Lines Matching refs:needle
2 Test strrpos() function : usage variations - unexpected inputs for 'needle' argument
5 /* Test strrpos() function with unexpected inputs for 'needle' and
9 echo "*** Testing strrpos() function with unexpected values for needle ***\n";
77 // loop through each element of the 'needle' array to check the working of strrpos()
94 *** Testing strrpos() function with unexpected values for needle ***
114 strrpos(): Argument #2 ($needle) must be of type string, array given
116 strrpos(): Argument #2 ($needle) must be of type string, array given
118 strrpos(): Argument #2 ($needle) must be of type string, array given
120 strrpos(): Argument #2 ($needle) must be of type string, array given
122 strrpos(): Argument #2 ($needle) must be of type string, array given
142 strrpos(): Argument #2 ($needle) must be of type string, resource given