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
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