zend_compare_symbol_tables 1418 Zend/zend_object_handlers.c return zend_compare_symbol_tables(zobj1->properties, zobj2->properties); zend_compare_symbol_tables 2713 Zend/zend_operators.c return zend_compare_symbol_tables(Z_ARRVAL_P(a1), Z_ARRVAL_P(a2)); zend_compare_symbol_tables 358 Zend/zend_operators.h ZEND_API int ZEND_FASTCALL zend_compare_symbol_tables(HashTable *ht1, HashTable *ht2); zend_compare_symbol_tables 923 ext/spl/spl_array.c result = zend_compare_symbol_tables(ht1, ht2);