Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_operators.h444 ZEND_API int ZEND_FASTCALL string_compare_function(zval *op1, zval *op2);
H A Dzend_operators.c2119 ZEND_API int ZEND_FASTCALL string_compare_function(zval *op1, zval *op2) /* {{{ */ in string_compare_function() function
/php-src/ext/standard/
H A Darray.c331 return string_compare_function(&f->val, &s->val); in php_array_data_compare_string_unstable_i()
5035 return string_compare_function(first, second);
/php-src/ext/openssl/
H A Dopenssl.c7307 return string_compare_function(&a->val, &b->val); in php_openssl_compare_func()

Completed in 52 milliseconds