Home
last modified time | relevance | path

Searched refs:compare_func (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/ext/intl/
H A Dphp_intl.h50 collator_compare_func_t compare_func; variable
/PHP-5.5/ext/standard/
H A Dphp_array.h122 int (*compare_func)(zval *result, zval *op1, zval *op2 TSRMLS_DC);
H A Darray.c148 ARRAYG(compare_func) = numeric_compare_function; in php_set_compare_func()
152 …ARRAYG(compare_func) = sort_type & PHP_SORT_FLAG_CASE ? string_case_compare_function : string_comp… in php_set_compare_func()
156 …ARRAYG(compare_func) = sort_type & PHP_SORT_FLAG_CASE ? string_natural_case_compare_function : str… in php_set_compare_func()
161 ARRAYG(compare_func) = string_locale_compare_function; in php_set_compare_func()
167 ARRAYG(compare_func) = compare_function; in php_set_compare_func()
202 if (ARRAYG(compare_func)(&result, &first, &second TSRMLS_CC) == FAILURE) { in php_array_key_compare()
373 if (ARRAYG(compare_func)(&result, first, second TSRMLS_CC) == FAILURE) { in php_array_data_compare()
3800 ARRAYG(compare_func)(&temp, *((zval **)ab[r]->pData), *((zval **)bb[r]->pData) TSRMLS_CC); in php_multisort_compare()
/PHP-5.5/Zend/
H A Dzend_ts_hash.c301 ZEND_API int zend_ts_hash_sort(TsHashTable *ht, sort_func_t sort_func, compare_func_t compare_func,… in zend_ts_hash_sort() argument
306 retval = zend_hash_sort(TS_HASH(ht), sort_func, compare_func, renumber TSRMLS_CC); in zend_ts_hash_sort()
H A Dzend_ts_hash.h103 ZEND_API int zend_ts_hash_sort(TsHashTable *ht, sort_func_t sort_func, compare_func_t compare_func,…
H A Dzend_hash.h220 ZEND_API int zend_hash_sort(HashTable *ht, sort_func_t sort_func, compare_func_t compare_func, int …
/PHP-5.5/ext/intl/collator/
H A Dcollator_sort.c224 if( INTL_G(compare_func)( &result, first, second TSRMLS_CC) == FAILURE ) in collator_compare_func()
313 INTL_G(compare_func) = collator_get_compare_function( sort_flags ); in collator_sort_internal()

Completed in 40 milliseconds