Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_ts_hash.c292 retval = zend_hash_minmax(TS_HASH(ht), compar, flag); in zend_ts_hash_minmax()
H A Dzend_hash.h269 ZEND_API zval* ZEND_FASTCALL zend_hash_minmax(const HashTable *ht, bucket_compare_func_t compar, ui…
H A Dzend_hash.c2673 ZEND_API zval* ZEND_FASTCALL zend_hash_minmax(const HashTable *ht, bucket_compare_func_t compar, ui… in zend_hash_minmax() function
/PHP-8.0/
H A DUPGRADING.INTERNALS116 n. The zend_hash_sort and zend_hash_minmax APIs now accept a comparison
/PHP-8.0/ext/standard/
H A Darray.c1253 zval *result = zend_hash_minmax(Z_ARRVAL(args[0]), php_array_data_compare_unstable, 0); in PHP_FUNCTION()
1299 zval *result = zend_hash_minmax(Z_ARRVAL(args[0]), php_array_data_compare_unstable, 1); in PHP_FUNCTION()

Completed in 50 milliseconds