Searched defs:strcasecmp (Results 1 – 6 of 6) sorted by relevance
13 # define strcasecmp(s1, s2) stricmp(s1, s2) macro
50 #define strcasecmp stricmp macro
68 #define strcasecmp stricmp macro
117 #define strcasecmp stricmp macro
54 #define strcasecmp(s1, s2) stricmp(s1, s2) macro
532 ZEND_FUNCTION(strcasecmp) in ZEND_FUNCTION() argument
Completed in 13 milliseconds