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