xref: /ext-ds/src/php/classes/php_hashable_ce.h (revision 19bcdf63)
1 #ifndef DS_HASHABLE_CE_H
2 #define DS_HASHABLE_CE_H
3 
4 #include "php.h"
5 
6 extern zend_class_entry *hashable_ce;
7 
8 void php_ds_register_hashable();
9 
10 #endif
11