Searched refs:zend_hash_sort_ex (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/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 | 3069 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 | 2449 zend_hash_sort_ex(&module_registry, zend_sort_modules, NULL, 0); in zend_startup_modules()
|
/PHP-8.3/ext/opcache/ |
H A D | ZendAccelerator.c | 4494 zend_hash_sort_ex(&script->script.class_table, preload_sort_classes, NULL, 0); 4518 zend_hash_sort_ex(&script->script.class_table, preload_sort_classes, NULL, 0);
|
Completed in 40 milliseconds