Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/transliterator/
H A Dtransliterator_class.c194 if(zend_binary_strcmp( "id", sizeof( "id" ) - 1, in Transliterator_get_property_ptr_ptr()
214 ( zend_binary_strcmp( "id", sizeof( "id" ) - 1, in Transliterator_read_property()
242 ( zend_binary_strcmp( "id", sizeof( "id" ) - 1, in Transliterator_write_property()
/PHP-8.0/Zend/
H A Dzend_operators.c1931 ret = zend_binary_strcmp(ZSTR_VAL(str1), ZSTR_LEN(str1), ZSTR_VAL(str2), ZSTR_LEN(str2)); in string_compare_function_ex()
1947 return zend_binary_strcmp(Z_STRVAL_P(op1), Z_STRLEN_P(op1), Z_STRVAL_P(op2), Z_STRLEN_P(op2)); in string_compare_function()
1953 int ret = zend_binary_strcmp(ZSTR_VAL(str1), ZSTR_LEN(str1), ZSTR_VAL(str2), ZSTR_LEN(str2)); in string_compare_function()
2031 int cmp_result = zend_binary_strcmp( in compare_long_to_string()
2057 int cmp_result = zend_binary_strcmp( in compare_double_to_string()
2691 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
2811 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()
2926 strcmp_ret = zend_binary_strcmp(s1->val, s1->len, s2->val, s2->len);
H A Dzend_operators.h418 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.c309 RETURN_LONG(zend_binary_strcmp(ZSTR_VAL(s1), ZSTR_LEN(s1), ZSTR_VAL(s2), ZSTR_LEN(s2))); in ZEND_FUNCTION()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_wait.c250 …if (Z_TYPE_P(name) == IS_STRING && !zend_binary_strcmp(extension->name, strlen(extension->name), Z… in phpdbg_webdata_decompress()
/PHP-8.0/ext/date/
H A Dphp_date.c3881 if(zend_binary_strcmp("y", sizeof("y") - 1, ZSTR_VAL(name), ZSTR_LEN(name)) == 0 || in date_interval_get_property_ptr_ptr()
3882 zend_binary_strcmp("m", sizeof("m") - 1, ZSTR_VAL(name), ZSTR_LEN(name)) == 0 || in date_interval_get_property_ptr_ptr()
3883 zend_binary_strcmp("d", sizeof("d") - 1, ZSTR_VAL(name), ZSTR_LEN(name)) == 0 || in date_interval_get_property_ptr_ptr()
3884 zend_binary_strcmp("h", sizeof("h") - 1, ZSTR_VAL(name), ZSTR_LEN(name)) == 0 || in date_interval_get_property_ptr_ptr()
3885 zend_binary_strcmp("i", sizeof("i") - 1, ZSTR_VAL(name), ZSTR_LEN(name)) == 0 || in date_interval_get_property_ptr_ptr()
3886 zend_binary_strcmp("s", sizeof("s") - 1, ZSTR_VAL(name), ZSTR_LEN(name)) == 0 || in date_interval_get_property_ptr_ptr()
3887 zend_binary_strcmp("f", sizeof("f") - 1, ZSTR_VAL(name), ZSTR_LEN(name)) == 0 || in date_interval_get_property_ptr_ptr()
3888 zend_binary_strcmp("days", sizeof("days") - 1, ZSTR_VAL(name), ZSTR_LEN(name)) == 0 || in date_interval_get_property_ptr_ptr()
3889 zend_binary_strcmp("invert", sizeof("invert") - 1, ZSTR_VAL(name), ZSTR_LEN(name)) == 0) { in date_interval_get_property_ptr_ptr()
/PHP-8.0/ext/phar/
H A Ddirstream.c160 int result = zend_binary_strcmp( in phar_compare_dir_name()
/PHP-8.0/ext/standard/
H A Darray.c273 return zend_binary_strcmp(s1, l1, s2, l2); in php_array_key_compare_string_unstable_i()

Completed in 57 milliseconds