xref: /ext-ds/src/php/handlers/php_map_handlers.h (revision 19bcdf63)
1 #ifndef DS_MAP_HANDLERS_H
2 #define DS_MAP_HANDLERS_H
3 
4 #include "php.h"
5 
6 extern zend_object_handlers php_map_handlers;
7 
8 void php_ds_register_map_handlers();
9 
10 #endif
11