summaryrefslogtreecommitdiff
path: root/ext/spl/php_spl.c
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2005-04-14 21:02:09 +0000
committerMarcus Boerger <helly@php.net>2005-04-14 21:02:09 +0000
commit4f3b12b3fdcb1074d1d61b30aa8b27e3b32c1681 (patch)
treecb5ad36d317f443e13112f1ec73eab5d50eeba5c /ext/spl/php_spl.c
parente23f62fc4fe9c3ccd68d89f1036eb4815573df48 (diff)
downloadphp-git-4f3b12b3fdcb1074d1d61b30aa8b27e3b32c1681.tar.gz
- Rename class File to FileObject
# by popular demand
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 ae60b246f0..d9fc97fc2b 100755
--- a/ext/spl/php_spl.c
+++ b/ext/spl/php_spl.c
@@ -159,7 +159,7 @@ 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(File, 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); \