Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Darray.c228 static int php_array_reverse_key_compare(const void *a, const void *b TSRMLS_DC) /* {{{ */ in php_array_reverse_key_compare() function
247 …if (zend_hash_sort(Z_ARRVAL_P(array), zend_qsort, php_array_reverse_key_compare, 0 TSRMLS_CC) == F… in PHP_FUNCTION()

Completed in 15 milliseconds