Searched refs:compare_func (Results 1 – 7 of 7) sorted by relevance
/PHP-5.3/ext/intl/ |
H A D | php_intl.h | 45 collator_compare_func_t compare_func; variable
|
/PHP-5.3/ext/standard/ |
H A D | php_array.h | 119 int (*compare_func)(zval *result, zval *op1, zval *op2 TSRMLS_DC);
|
H A D | array.c | 146 ARRAYG(compare_func) = numeric_compare_function; in php_set_compare_func() 150 ARRAYG(compare_func) = string_compare_function; in php_set_compare_func() 155 ARRAYG(compare_func) = string_locale_compare_function; in php_set_compare_func() 161 ARRAYG(compare_func) = compare_function; in php_set_compare_func() 196 if (ARRAYG(compare_func)(&result, &first, &second TSRMLS_CC) == FAILURE) { in php_array_key_compare() 367 if (ARRAYG(compare_func)(&result, first, second TSRMLS_CC) == FAILURE) { in php_array_data_compare() 3745 ARRAYG(compare_func)(&temp, *((zval **)ab[r]->pData), *((zval **)bb[r]->pData) TSRMLS_CC); in php_multisort_compare()
|
/PHP-5.3/Zend/ |
H A D | zend_ts_hash.c | 301 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 D | zend_ts_hash.h | 103 ZEND_API int zend_ts_hash_sort(TsHashTable *ht, sort_func_t sort_func, compare_func_t compare_func,…
|
H A D | zend_hash.h | 217 ZEND_API int zend_hash_sort(HashTable *ht, sort_func_t sort_func, compare_func_t compare_func, int …
|
/PHP-5.3/ext/intl/collator/ |
H A D | collator_sort.c | 223 if( INTL_G(compare_func)( &result, first, second TSRMLS_CC) == FAILURE ) in collator_compare_func() 312 INTL_G(compare_func) = collator_get_compare_function( sort_flags ); in collator_sort_internal()
|
Completed in 45 milliseconds