summaryrefslogtreecommitdiff
path: root/ext/spl/php_spl.c
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-11-17 05:32:43 +0000
committerMarcus Boerger <helly@php.net>2003-11-17 05:32:43 +0000
commit5757ae3d24d032cb81f7c473deee60994ca7f589 (patch)
treee8c1211ec71f412f903906d75015d62f549ad0de /ext/spl/php_spl.c
parentb904d296c97a6622072575585ab950bcdeea6a93 (diff)
downloadphp-git-5757ae3d24d032cb81f7c473deee60994ca7f589.tar.gz
Rename ArrayClass to ArrayObject
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);