Home
last modified time | relevance | path

Searched defs:strcasecmp (Results 1 – 6 of 6) sorted by relevance

/PHP-8.0/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_language.c57 #define strcasecmp stricmp macro
H A Dmbfl_encoding.c108 #define strcasecmp stricmp macro
/PHP-8.0/Zend/
H A Dzend_config.w32.h48 #define strcasecmp(s1, s2) _stricmp(s1, s2) macro
H A Dzend_builtin_functions.stub.php19 function strcasecmp(string $string1, string $string2): int {} function
H A Dzend_builtin_functions.c335 ZEND_FUNCTION(strcasecmp) in ZEND_FUNCTION() argument
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg.h60 # define strcasecmp _stricmp macro

Completed in 33 milliseconds