Searched defs:ht1 (Results 1 – 4 of 4) sorted by relevance
1951 static void join_hash_tables(HashTable *ret, HashTable *ht1, HashTable *ht2) in join_hash_tables()
3095 static zend_always_inline int zend_hash_compare_impl(const HashTable *ht1, const HashTable *ht2, co… in zend_hash_compare_impl()3197 ZEND_API int zend_hash_compare(HashTable *ht1, HashTable *ht2, compare_func_t compar, bool ordered) in zend_hash_compare()
3395 ZEND_API int ZEND_FASTCALL zend_compare_symbol_tables(HashTable *ht1, HashTable *ht2) /* {{{ */
880 HashTable *ht1, in spl_array_compare_objects() local
Completed in 33 milliseconds