Searched refs:zend_hash_minmax (Results 1 – 4 of 4) sorted by relevance
/PHP-7.2/Zend/ |
H A D | zend_ts_hash.c | 308 retval = zend_hash_minmax(TS_HASH(ht), compar, flag); in zend_ts_hash_minmax()
|
H A D | zend_hash.h | 237 ZEND_API zval* ZEND_FASTCALL zend_hash_minmax(const HashTable *ht, compare_func_t compar, uint32_t …
|
H A D | zend_hash.c | 2408 ZEND_API zval* ZEND_FASTCALL zend_hash_minmax(const HashTable *ht, compare_func_t compar, uint32_t … in zend_hash_minmax() function
|
/PHP-7.2/ext/standard/ |
H A D | array.c | 1297 if ((result = zend_hash_minmax(Z_ARRVAL(args[0]), php_array_data_compare, 0)) != NULL) { in PHP_FUNCTION() 1343 if ((result = zend_hash_minmax(Z_ARRVAL(args[0]), php_array_data_compare, 1)) != NULL) { in PHP_FUNCTION()
|
Completed in 28 milliseconds