Lines Matching refs:strncmp
2 Test strncmp() function : usage variations - different lengths(all types)
5 /* Prototype : int strncmp ( string $str1, string $str2, int $len );
10 /* Test strncmp() function with the length as all types, and giving the same strings for 'str1' and…
12 echo "*** Test strncmp() function: by supplying all types for 'len' ***\n";
87 /* loop through each element of the array and check the working of strncmp() */
92 var_dump( strncmp($str1, $str2, $len) );
100 *** Test strncmp() function: by supplying all types for 'len' ***
127 Warning: strncmp() expects parameter 3 to be long, array given in%s on line %d
131 Warning: strncmp() expects parameter 3 to be long, array given in%s on line %d
135 Warning: strncmp() expects parameter 3 to be long, array given in%s on line %d
139 Warning: strncmp() expects parameter 3 to be long, array given in%s on line %d
143 Warning: strncmp() expects parameter 3 to be long, array given in%s on line %d
159 Warning: strncmp() expects parameter 3 to be long, string given in%s on line %d
163 Warning: strncmp() expects parameter 3 to be long, string given in%s on line %d
171 Warning: strncmp() expects parameter 3 to be long, resource given in%s on line %d
175 Warning: strncmp() expects parameter 3 to be long, object given in%s on line %d