Home
last modified time | relevance | path

Searched refs:hashable_ce (Results 1 – 3 of 3) sorted by relevance

/ext-ds/src/php/classes/
H A Dphp_hashable_ce.c6 zend_class_entry *hashable_ce; variable
21 hashable_ce = zend_register_internal_interface(&ce); in php_ds_register_hashable()
H A Dphp_hashable_ce.h6 extern zend_class_entry *hashable_ce;
/ext-ds/src/ds/
H A Dds_htable.c176 return Z_TYPE_P(key) == IS_OBJECT && instanceof_function(Z_OBJCE_P(key), hashable_ce); in implements_hashable()

Completed in 8 milliseconds