xref: /ext-ds/src/php/iterators/php_map_iterator.h (revision 73789df9)
1 #ifndef DS_MAP_ITERATOR_H
2 #define DS_MAP_ITERATOR_H
3 
4 #include "php.h"
5 
6 /**
7  *
8  */
9 zend_object_iterator *php_ds_map_get_iterator(zend_class_entry *ce, zval *obj, int by_ref);
10 
11 #endif
12