Home
last modified time | relevance | path

Searched refs:zend_binary_strncasecmp (Results 1 – 4 of 4) sorted by relevance

/PHP-5.6/Zend/
H A Dzend_operators.h368 ZEND_API int zend_binary_strncasecmp(const char *s1, uint len1, const char *s2, uint len2, uint len…
H A Dzend_builtin_functions.c566 RETURN_LONG(zend_binary_strncasecmp(s1, s1_len, s2, s2_len, len)); in ZEND_FUNCTION()
H A Dzend_operators.c2233 ZEND_API int zend_binary_strncasecmp(const char *s1, uint len1, const char *s2, uint len2, uint len… in zend_binary_strncasecmp() function
/PHP-5.6/ext/soap/
H A Dphp_encoding.c485zend_binary_strncasecmp(ce->name, ce->name_length, Z_STRVAL_PP(tmp), ce->name_length, ce->name_len… in master_to_xml_int()

Completed in 30 milliseconds