Searched refs:zend_hash_sort_ex (Results 1 – 4 of 4) sorted by relevance
/PHP-8.1/Zend/ |
H A D | zend_hash.h | 286 ZEND_API void ZEND_FASTCALL zend_hash_sort_ex(HashTable *ht, sort_func_t sort_func, bucket_compare… 290 zend_hash_sort_ex(ht, zend_sort, compare_func, renumber)
|
H A D | zend_hash.c | 2540 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 | 2326 zend_hash_sort_ex(&module_registry, zend_sort_modules, NULL, 0); in zend_startup_modules()
|
/PHP-8.1/ext/opcache/ |
H A D | ZendAccelerator.c | 4553 zend_hash_sort_ex(&script->script.class_table, preload_sort_classes, NULL, 0); 4580 zend_hash_sort_ex(&script->script.class_table, preload_sort_classes, NULL, 0);
|
Completed in 65 milliseconds