mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
- Rename file class again by popular demmand: calling it SplFileObject now
# Any other idea about the name? Or should i come up with a renaming plan # for the upcoming versions? :-)
This commit is contained in:
parent
1a1f97ee7e
commit
50301ddc98
7 changed files with 108 additions and 108 deletions
|
@ -159,7 +159,6 @@ PHP_FUNCTION(class_implements)
|
|||
SPL_ADD_CLASS(DirectoryIterator, z_list, sub, allow, ce_flags); \
|
||||
SPL_ADD_CLASS(DomainException, z_list, sub, allow, ce_flags); \
|
||||
SPL_ADD_CLASS(EmptyIterator, z_list, sub, allow, ce_flags); \
|
||||
SPL_ADD_CLASS(FileObject, z_list, sub, allow, ce_flags); \
|
||||
SPL_ADD_CLASS(FilterIterator, z_list, sub, allow, ce_flags); \
|
||||
SPL_ADD_CLASS(InfiniteIterator, z_list, sub, allow, ce_flags); \
|
||||
SPL_ADD_CLASS(InvalidArgumentException, z_list, sub, allow, ce_flags); \
|
||||
|
@ -181,6 +180,7 @@ PHP_FUNCTION(class_implements)
|
|||
SPL_ADD_CLASS(RuntimeException, z_list, sub, allow, ce_flags); \
|
||||
SPL_ADD_CLASS(SeekableIterator, z_list, sub, allow, ce_flags); \
|
||||
SPL_ADD_CLASS(SimpleXMLIterator, z_list, sub, allow, ce_flags); \
|
||||
SPL_ADD_CLASS(SplFileObject, z_list, sub, allow, ce_flags); \
|
||||
SPL_ADD_CLASS(SplObjectStorage, z_list, sub, allow, ce_flags); \
|
||||
SPL_ADD_CLASS(SplObserver, z_list, sub, allow, ce_flags); \
|
||||
SPL_ADD_CLASS(SplSubject, z_list, sub, allow, ce_flags); \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue