Searched defs:strcasecmp (Results 1 – 5 of 5) sorted by relevance
59 #define strcasecmp stricmp macro
112 #define strcasecmp stricmp macro
48 #define strcasecmp(s1, s2) _stricmp(s1, s2) macro
636 ZEND_FUNCTION(strcasecmp) in ZEND_FUNCTION() argument
62 # define strcasecmp _stricmp macro
Completed in 17 milliseconds