summaryrefslogtreecommitdiff
path: root/ext/spl/php_spl.c
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-09-18 16:26:29 +0000
committerMarcus Boerger <helly@php.net>2003-09-18 16:26:29 +0000
commitcd021cfb3a4a332ece1fc37d73d8b12a4ec610ba (patch)
tree9b9c96890a310c55522c21a241f15c0815ee79a9 /ext/spl/php_spl.c
parent7b3e84871ead98265cf92edd6f97575e37cdea5f (diff)
downloadphp-git-cd021cfb3a4a332ece1fc37d73d8b12a4ec610ba.tar.gz
Go with studlyCaps
Diffstat (limited to 'ext/spl/php_spl.c')
-rwxr-xr-xext/spl/php_spl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/spl/php_spl.c b/ext/spl/php_spl.c
index 1eef9e085a..7617f3fa9e 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, newiterator, 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, hasmore, NULL)
+ SPL_ABSTRACT_FE(forward, hasMore, NULL)
{NULL, NULL, NULL}
};