summaryrefslogtreecommitdiff
path: root/ext/spl/spl_array.h
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/spl_array.h
parentb904d296c97a6622072575585ab950bcdeea6a93 (diff)
downloadphp-git-5757ae3d24d032cb81f7c473deee60994ca7f589.tar.gz
Rename ArrayClass to ArrayObject
Diffstat (limited to 'ext/spl/spl_array.h')
-rwxr-xr-xext/spl/spl_array.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/spl_array.h b/ext/spl/spl_array.h
index d4bc03d876..cbc8397f0f 100755
--- a/ext/spl/spl_array.h
+++ b/ext/spl/spl_array.h
@@ -24,7 +24,7 @@
extern zend_class_entry *spl_ce_ArrayRead;
extern zend_class_entry *spl_ce_ArrayAccess;
-extern zend_class_entry *spl_ce_ArrayClass;
+extern zend_class_entry *spl_ce_ArrayObject;
extern zend_class_entry *spl_ce_ArrayIterator;
PHP_MINIT_FUNCTION(spl_array);