1 #ifndef PHP_DS_VECTOR_HANDLERS_H
2 #define PHP_DS_VECTOR_HANDLERS_H
3 
4 #include "php.h"
5 
6 extern zend_object_handlers php_vector_handlers;
7 
8 void php_register_vector_handlers();
9 
10 #endif
11