summaryrefslogtreecommitdiff
path: root/ext/spl/internal
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2005-09-15 14:08:16 +0000
committerMarcus Boerger <helly@php.net>2005-09-15 14:08:16 +0000
commitc0ffebcee66e3255c367e21a72693273acd9c6ea (patch)
treee39e296d8578903d9a940ca7e7e26c239949dd3f /ext/spl/internal
parenteb7e9b6bfc737442cf446a4ab95c717b2fa41b0f (diff)
downloadphp-git-c0ffebcee66e3255c367e21a72693273acd9c6ea.tar.gz
- Rename file class again by popular demmand: calling it SplFileObject now
Diffstat (limited to 'ext/spl/internal')
-rwxr-xr-xext/spl/internal/splfileobject.inc (renamed from ext/spl/internal/fileobject.inc)4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/spl/internal/fileobject.inc b/ext/spl/internal/splfileobject.inc
index dd27468742..9d347b4b20 100755
--- a/ext/spl/internal/fileobject.inc
+++ b/ext/spl/internal/splfileobject.inc
@@ -1,6 +1,6 @@
<?php
-/** @file fileobject.inc
+/** @file splfileobject.inc
* @ingroup SPL
* @brief class FileObject
* @author Marcus Boerger
@@ -15,7 +15,7 @@
* @version 1.0
* @since PHP 5.1
*/
-class FileObject implements RecursiveIterator, SeekableIterator
+class SplFileObject implements RecursiveIterator, SeekableIterator
{
/** Flag: wheter to suppress new lines */
const DROP_NEW_LINE = 0x00000001;