Home
last modified time | relevance | path

Searched refs:zend_binary_strcmp (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/dom/
H A Dserialize_common.h25 …return name_length == tag_length && zend_binary_strcmp((const char *) node->name, name_length, tag… in dom_local_name_compare_ex()
/php-src/Zend/
H A Dzend_operators.c2110 ret = zend_binary_strcmp(ZSTR_VAL(str1), ZSTR_LEN(str1), ZSTR_VAL(str2), ZSTR_LEN(str2)); in string_compare_function_ex()
2126 return zend_binary_strcmp(Z_STRVAL_P(op1), Z_STRLEN_P(op1), Z_STRVAL_P(op2), Z_STRLEN_P(op2)); in string_compare_function()
2132 int ret = zend_binary_strcmp(ZSTR_VAL(str1), ZSTR_LEN(str1), ZSTR_VAL(str2), ZSTR_LEN(str2)); in string_compare_function()
2209 int cmp_result = zend_binary_strcmp( in compare_long_to_string()
2231 int cmp_result = zend_binary_strcmp( in compare_double_to_string()
3145 ZEND_API int ZEND_FASTCALL zend_binary_strcmp(const char *s1, size_t len1, const char *s2, size_t l… in zend_binary_strcmp() function
3265 return zend_binary_strcmp(Z_STRVAL_P(s1), Z_STRLEN_P(s1), Z_STRVAL_P(s2), Z_STRLEN_P(s2)); in zend_binary_zval_strcmp()
3368 strcmp_ret = zend_binary_strcmp(s1->val, s1->len, s2->val, s2->len);
H A Dzend_operators.h474 ZEND_API int ZEND_FASTCALL zend_binary_strcmp(const char *s1, size_t len1, const char *s2, size_t l…
H A Dzend_builtin_functions.c323 RETURN_LONG(zend_binary_strcmp(ZSTR_VAL(s1), ZSTR_LEN(s1), ZSTR_VAL(s2), ZSTR_LEN(s2))); in ZEND_FUNCTION()
/php-src/ext/phar/
H A Ddirstream.c158 int result = zend_binary_strcmp( in phar_compare_dir_name()
/php-src/ext/standard/
H A Darray.c218 return zend_binary_strcmp(s1, l1, s2, l2); in php_array_key_compare_string_unstable_i()

Completed in 116 milliseconds