Home
last modified time | relevance | path

Searched defs:strncasecmp (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_config.w32.h49 #define strncasecmp(s1, s2, n) _strnicmp(s1, s2, n) macro
H A Dzend_builtin_functions.stub.php21 function strncasecmp(string $string1, string $string2, int $length): int {} function
H A Dzend_builtin_functions.c349 ZEND_FUNCTION(strncasecmp) in ZEND_FUNCTION() argument
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg.h61 # define strncasecmp _strnicmp macro

Completed in 15 milliseconds