diff options
author | Marcus Boerger <helly@php.net> | 2005-09-24 23:48:58 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2005-09-24 23:48:58 +0000 |
commit | 06550ce8e0be3ccc248b6d59507439b59f5afdf8 (patch) | |
tree | 3b8bb69bce592ada9f81d472934134c00c1264ee /ext/spl/spl_iterators.h | |
parent | 2352850c5225975ed4cc0770fe2f5cb2fc73133a (diff) | |
download | php-git-06550ce8e0be3ccc248b6d59507439b59f5afdf8.tar.gz |
- MFH: Rename here too
Diffstat (limited to 'ext/spl/spl_iterators.h')
-rwxr-xr-x | ext/spl/spl_iterators.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/spl_iterators.h b/ext/spl/spl_iterators.h index 71e955b5c7..4889acc290 100755 --- a/ext/spl/spl_iterators.h +++ b/ext/spl/spl_iterators.h @@ -28,7 +28,7 @@ #define spl_ce_Iterator zend_ce_iterator #define spl_ce_Aggregate zend_ce_aggregate #define spl_ce_ArrayAccess zend_ce_arrayaccess -#define spl_ce_Serializeable zend_ce_serializeable +#define spl_ce_Serializable zend_ce_serializable extern PHPAPI zend_class_entry *spl_ce_RecursiveIterator; extern PHPAPI zend_class_entry *spl_ce_RecursiveIteratorIterator; |