Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_hash.h298 ZEND_API void ZEND_FASTCALL zend_hash_sort_ex(HashTable *ht, sort_func_t sort_func, bucket_compare…
302 zend_hash_sort_ex(ht, zend_sort, compare_func, renumber); in zend_hash_sort()
H A Dzend_hash.c2974 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 Dzend_API.c2449 zend_hash_sort_ex(&module_registry, zend_sort_modules, NULL, 0); in zend_startup_modules()
/PHP-8.3/ext/opcache/
H A DZendAccelerator.c4494 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 60 milliseconds