summaryrefslogtreecommitdiff
path: root/ext/intl/resourcebundle/resourcebundle_iterator.c
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2014-06-29 22:30:32 +0800
committerXinchen Hui <laruence@php.net>2014-06-29 22:30:32 +0800
commitf096bc4d86ce1736bfc89dc5e0e0d70b027cf799 (patch)
tree5bcf35b99b358486b05643317c899318fee9d0ac /ext/intl/resourcebundle/resourcebundle_iterator.c
parent7d492e3fd4b4964faa6155ad5335ac4689278476 (diff)
downloadphp-git-f096bc4d86ce1736bfc89dc5e0e0d70b027cf799.tar.gz
Fixed segfault in resourcebundle
Diffstat (limited to 'ext/intl/resourcebundle/resourcebundle_iterator.c')
-rw-r--r--ext/intl/resourcebundle/resourcebundle_iterator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/resourcebundle/resourcebundle_iterator.c b/ext/intl/resourcebundle/resourcebundle_iterator.c
index 4cefd6ce8e..bdedfd15bc 100644
--- a/ext/intl/resourcebundle/resourcebundle_iterator.c
+++ b/ext/intl/resourcebundle/resourcebundle_iterator.c
@@ -114,7 +114,7 @@ static void resourcebundle_iterator_key( zend_object_iterator *iter, zval *key T
}
/* }}} */
-/* {{{ resourcebundle_iterator_has_more */
+/* {{{ resourcebundle_iterator_step */
static void resourcebundle_iterator_step( zend_object_iterator *iter TSRMLS_DC )
{
ResourceBundle_iterator *iterator = (ResourceBundle_iterator *) iter;