We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dfafdb commit a1b1a6cCopy full SHA for a1b1a6c
ext/intl/resourcebundle/resourcebundle_iterator.c
@@ -42,7 +42,6 @@ static void resourcebundle_iterator_read( ResourceBundle_iterator *iterator )
42
resourcebundle_extract_value( &iterator->current, rb );
43
}
44
else {
45
- // zend_throw_exception( spl_ce_OutOfRangeException, "Running past end of ResourceBundle", 0);
46
ZVAL_UNDEF(&iterator->current);
47
48
0 commit comments