has_next         1031 ext/spl/spl_iterators.c 	zval       has_next;
has_next         1037 ext/spl/spl_iterators.c 		zend_call_method_with_0_params(&object->iterators[level].zobject, object->iterators[level].ce, NULL, "hasnext", &has_next);
has_next         1038 ext/spl/spl_iterators.c 		if (Z_TYPE(has_next) != IS_UNDEF) {
has_next         1039 ext/spl/spl_iterators.c 			if (Z_TYPE(has_next) == IS_TRUE) {
has_next         1044 ext/spl/spl_iterators.c 			zval_ptr_dtor(&has_next);
has_next         1047 ext/spl/spl_iterators.c 	zend_call_method_with_0_params(&object->iterators[level].zobject, object->iterators[level].ce, NULL, "hasnext", &has_next);
has_next         1048 ext/spl/spl_iterators.c 	if (Z_TYPE(has_next) != IS_UNDEF) {
has_next         1049 ext/spl/spl_iterators.c 		if (Z_TYPE(has_next) == IS_TRUE) {
has_next         1054 ext/spl/spl_iterators.c 		zval_ptr_dtor(&has_next);