Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_class.c258 if(zend_binary_strcmp( "id", sizeof( "id" ) - 1, in Transliterator_get_property_ptr_ptr()
291 ( zend_binary_strcmp( "id", sizeof( "id" ) - 1, in Transliterator_read_property()
324 ( zend_binary_strcmp( "id", sizeof( "id" ) - 1, in Transliterator_write_property()
/PHP-5.5/Zend/
H A Dzend_operators.c1526 ZVAL_LONG(result, zend_binary_strcmp("", 0, Z_STRVAL_P(op2), Z_STRLEN_P(op2))); in compare_function()
1530 ZVAL_LONG(result, zend_binary_strcmp(Z_STRVAL_P(op1), Z_STRLEN_P(op1), "", 0)); in compare_function()
2007 ZEND_API int zend_binary_strcmp(const char *s1, uint len1, const char *s2, uint len2) /* {{{ */ in zend_binary_strcmp() function
2127 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()
H A Dzend_operators.h364 ZEND_API int zend_binary_strcmp(const char *s1, uint len1, const char *s2, uint len2);
H A Dzend_builtin_functions.c503 RETURN_LONG(zend_binary_strcmp(s1, s1_len, s2, s2_len)); in ZEND_FUNCTION()
/PHP-5.5/ext/phar/
H A Ddirstream.c171 result = zend_binary_strcmp(f->arKey, f->nKeyLength, s->arKey, s->nKeyLength); in phar_compare_dir_name()

Completed in 21 milliseconds