summaryrefslogtreecommitdiff
path: root/ext/spl/php_spl.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/php_spl.c')
-rwxr-xr-xext/spl/php_spl.c2
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);