Searched defs:strcasecmp (Results 1 – 7 of 7) sorted by relevance
68 #define strcasecmp stricmp macro
117 #define strcasecmp stricmp macro
58 # define strcasecmp _strcmpi macro
131 #define strcasecmp _stricmp macro133 #define strcasecmp stricmp macro
53 #define strcasecmp(s1, s2) _stricmp(s1, s2) macro
573 ZEND_FUNCTION(strcasecmp) in ZEND_FUNCTION() argument
62 # define strcasecmp _stricmp macro
Completed in 17 milliseconds