Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_string_utils.c157 PRIV(strncmp)(PCRE2_SPTR str1, PCRE2_SPTR str2, size_t len) in PRIV() argument
H A Dpcre2_internal.h204 #define strncmp(s1,s2,m) _strncmp(s1,s2,m) macro
/php-src/Zend/
H A Dzend_builtin_functions.stub.php26 function strncmp(string $string1, string $string2, int $length): int {} function
H A Dzend_builtin_functions.c328 ZEND_FUNCTION(strncmp) in ZEND_FUNCTION() argument

Completed in 24 milliseconds