diff options
author | Marcus Boerger <helly@php.net> | 2003-11-17 05:32:43 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2003-11-17 05:32:43 +0000 |
commit | 5757ae3d24d032cb81f7c473deee60994ca7f589 (patch) | |
tree | e8c1211ec71f412f903906d75015d62f549ad0de /ext/spl/php_spl.c | |
parent | b904d296c97a6622072575585ab950bcdeea6a93 (diff) | |
download | php-git-5757ae3d24d032cb81f7c473deee60994ca7f589.tar.gz |
Rename ArrayClass to ArrayObject
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); |