Searched refs:zend_compare_symbol_tables (Results 1 – 4 of 4) sorted by relevance
473 ZEND_API int ZEND_FASTCALL zend_compare_symbol_tables(HashTable *ht1, HashTable *ht2);
3190 ZEND_API int ZEND_FASTCALL zend_compare_symbol_tables(HashTable *ht1, HashTable *ht2) /* {{{ */ function3198 return zend_compare_symbol_tables(Z_ARRVAL_P(a1), Z_ARRVAL_P(a2));
1751 return zend_compare_symbol_tables(zobj1->properties, zobj2->properties); in zend_std_compare_objects()
902 result = zend_compare_symbol_tables(ht1, ht2); in spl_array_compare_objects()
Completed in 29 milliseconds