xref: /ext-ds/src/php/iterators/php_set_iterator.h (revision b7d03170)
1 #ifndef DS_SET_ITERATOR_H
2 #define DS_SET_ITERATOR_H
3 
4 #include "php.h"
5 #include "../../ds/ds_set.h"
6 
7 /**
8  *
9  */
10 zend_object_iterator *php_ds_set_get_iterator(zend_class_entry *ce, zval *object, int by_ref);
11 
12 #endif
13