Lines Matching refs:strncasecmp
2 Test strncasecmp() function : usage variations - unexpected values for 'str1'
5 /* Prototype : int strncasecmp ( string $str1, string $str2, int $len );
10 /* Test strncasecmp() function with the unexpected inputs for 'str1' */
12 echo "*** Testing strncasecmp() function: with unexpected values for 'str1' ***\n";
86 /* loop through each element of the array and check the working of strncasecmp() */
92 var_dump( strncasecmp($str1, "string", $len) );
101 *** Testing strncasecmp() function: with unexpected values for 'str1' ***
134 Warning: strncasecmp() expects parameter 1 to be string, array given in %s on line 89
140 Warning: strncasecmp() expects parameter 1 to be string, array given in %s on line 89
146 Warning: strncasecmp() expects parameter 1 to be string, array given in %s on line 89
152 Warning: strncasecmp() expects parameter 1 to be string, array given in %s on line 89
158 Warning: strncasecmp() expects parameter 1 to be string, array given in %s on line 89
184 Warning: strncasecmp() expects parameter 1 to be string, resource given in %s on line 89