Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_config.w32.h44 #define strcasecmp(s1, s2) _stricmp(s1, s2) macro
H A Dzend_builtin_functions.stub.php29 function strcasecmp(string $string1, string $string2): int {} function
H A Dzend_builtin_functions.c349 ZEND_FUNCTION(strcasecmp) in ZEND_FUNCTION() argument
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_language.c57 #define strcasecmp stricmp macro
H A Dmbfl_encoding.c59 #define strcasecmp stricmp macro
/php-src/sapi/phpdbg/
H A Dphpdbg.h56 # define strcasecmp _stricmp macro

Completed in 23 milliseconds