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 c5941d7c07..3f179dc9f7 100755 --- a/ext/spl/php_spl.c +++ b/ext/spl/php_spl.c @@ -211,7 +211,7 @@ PHP_FUNCTION(spl_classes) array_init(return_value); SPL_ADD_CLASS(ArrayAccess); - SPL_ADD_CLASS(ArrayClass); + SPL_ADD_CLASS(ArrayObject); SPL_ADD_CLASS(ArrayIterator); SPL_ADD_CLASS(ArrayRead); SPL_ADD_CLASS(DirectoryIterator); |