diff options
| author | Marcus Boerger <helly@php.net> | 2003-09-04 14:44:55 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2003-09-04 14:44:55 +0000 |
| commit | 0f91d8a4f6508f8885a82f7f713a9a3770d6462d (patch) | |
| tree | 9412f196a811c65f5500c6d93728d3a7fe8cd75e /ext/spl/php_spl.c | |
| parent | f4511d4aae675acd4b56de01401ce94e1cc4b57c (diff) | |
| download | php-git-0f91d8a4f6508f8885a82f7f713a9a3770d6462d.tar.gz | |
Go with stdlyCaps
Diffstat (limited to 'ext/spl/php_spl.c')
| -rwxr-xr-x | ext/spl/php_spl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/spl/php_spl.c b/ext/spl/php_spl.c index 9704fe261d..1eef9e085a 100755 --- a/ext/spl/php_spl.c +++ b/ext/spl/php_spl.c @@ -117,14 +117,14 @@ ZEND_BEGIN_ARG_INFO(arginfo_two_params, 0) ZEND_END_ARG_INFO(); function_entry spl_funcs_iterator[] = { - SPL_ABSTRACT_FE(iterator, new_iterator, NULL) + SPL_ABSTRACT_FE(iterator, newiterator, NULL) {NULL, NULL, NULL} }; function_entry spl_funcs_forward[] = { SPL_ABSTRACT_FE(forward, current, NULL) SPL_ABSTRACT_FE(forward, next, NULL) - SPL_ABSTRACT_FE(forward, has_more, NULL) + SPL_ABSTRACT_FE(forward, hasmore, NULL) {NULL, NULL, NULL} }; |
