You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* TODO: This should be converted to a normal Error as this is triggered when calling the constructor twice */
2813
+
if (intern->dit_type!=DIT_Unknown) {
2814
+
zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s::getIterator() must be called exactly once per instance", ZSTR_VAL(spl_ce_AppendIterator->name));
0 commit comments