diff options
Diffstat (limited to 'ext/spl/php_spl.c')
-rwxr-xr-x | ext/spl/php_spl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/php_spl.c b/ext/spl/php_spl.c index a60c504d33..4467b0aa60 100755 --- a/ext/spl/php_spl.c +++ b/ext/spl/php_spl.c @@ -131,7 +131,7 @@ PHP_MINIT_FUNCTION(spl) REGISTER_SPL_INTERFACE(spl, forward); REGISTER_SPL_INTF_FUNC(spl, forward, current); REGISTER_SPL_INTF_FUNC(spl, forward, next); - REGISTER_SPL_INTF_FUNC(spl, forward, more); + REGISTER_SPL_INTF_FUNC(spl, forward, has_more); REGISTER_SPL_INTERFACE(spl, sequence); REGISTER_SPL_INTF_FUNC(spl, sequence, rewind); |