Searched refs:zend_hash_sort_ex (Results 1 – 4 of 4) sorted by relevance
/PHP-8.2/Zend/ |
H A D | zend_hash.h | 298 ZEND_API void ZEND_FASTCALL zend_hash_sort_ex(HashTable *ht, sort_func_t sort_func, bucket_compare… 303 zend_hash_sort_ex(ht, zend_sort, compare_func, renumber); in zend_hash_sort()
|
H A D | zend_hash.c | 2958 ZEND_API void ZEND_FASTCALL zend_hash_sort_ex(HashTable *ht, sort_func_t sort, bucket_compare_func_… in zend_hash_sort_ex() function
|
H A D | zend_API.c | 2373 zend_hash_sort_ex(&module_registry, zend_sort_modules, NULL, 0); in zend_startup_modules()
|
/PHP-8.2/ext/opcache/ |
H A D | ZendAccelerator.c | 4520 zend_hash_sort_ex(&script->script.class_table, preload_sort_classes, NULL, 0); 4544 zend_hash_sort_ex(&script->script.class_table, preload_sort_classes, NULL, 0);
|
Completed in 57 milliseconds