Skip to content

Commit 2e8b9c0

Browse files
committed
- Update to 2005
1 parent 2f9662d commit 2e8b9c0

34 files changed

+34
-34
lines changed

ext/spl/examples/autoload.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @ingroup Examples
55
* @brief function __autoload
66
* @author Marcus Boerger
7-
* @date 2003 - 2004
7+
* @date 2003 - 2005
88
*
99
* SPL - Standard PHP Library
1010
*/

ext/spl/examples/dba_array.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @brief Program DBA array utility
55
* @ingroup Examples
66
* @author Marcus Boerger
7-
* @date 2003 - 2004
7+
* @date 2003 - 2005
88
*
99
* Usage php dba_array.php \<file\> \<handler\> \<key\> [\<value\>]
1010
*

ext/spl/examples/dba_dump.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @brief Program DBA dump utility
55
* @ingroup Examples
66
* @author Marcus Boerger
7-
* @date 2003 - 2004
7+
* @date 2003 - 2005
88
*
99
* Usage: php dba_dump.php \<file\> \<handler\> [\<regex\>]
1010
*

ext/spl/examples/dbaarray.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @ingroup Examples
55
* @brief class DbaArray
66
* @author Marcus Boerger
7-
* @date 2003 - 2004
7+
* @date 2003 - 2005
88
*
99
* SPL - Standard PHP Library
1010
*/

ext/spl/examples/dbareader.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @ingroup Examples
55
* @brief class DbaReader
66
* @author Marcus Boerger
7-
* @date 2003 - 2004
7+
* @date 2003 - 2005
88
*
99
* SPL - Standard PHP Library
1010
*/

ext/spl/examples/directoryfilterdots.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @ingroup Examples
55
* @brief class DirectoryFilterDots
66
* @author Marcus Boerger
7-
* @date 2003 - 2004
7+
* @date 2003 - 2005
88
*
99
* SPL - Standard PHP Library
1010
*/

ext/spl/examples/directorygraphiterator.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @ingroup Examples
55
* @brief class DirectoryGraphIterator
66
* @author Marcus Boerger
7-
* @date 2003 - 2004
7+
* @date 2003 - 2005
88
*
99
* SPL - Standard PHP Library
1010
*/

ext/spl/examples/directorytree.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @ingroup Examples
55
* @brief class DirectoryTree
66
* @author Marcus Boerger
7-
* @date 2003 - 2004
7+
* @date 2003 - 2005
88
*
99
* SPL - Standard PHP Library
1010
*/

ext/spl/examples/directorytree.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @brief Program Directory tree example
55
* @ingroup Examples
66
* @author Marcus Boerger
7-
* @date 2003 - 2004
7+
* @date 2003 - 2005
88
*
99
* Usage: php directorytree.php \<path\> [\<start\> [\<count\>]]
1010
*

ext/spl/examples/directorytreeiterator.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @ingroup Examples
55
* @brief class DirectoryTreeIterator
66
* @author Marcus Boerger
7-
* @date 2003 - 2004
7+
* @date 2003 - 2005
88
*
99
* SPL - Standard PHP Library
1010
*/

ext/spl/examples/findfile.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @ingroup Examples
55
* @brief class FindFile
66
* @author Marcus Boerger
7-
* @date 2003 - 2004
7+
* @date 2003 - 2005
88
*
99
* SPL - Standard PHP Library
1010
*/

ext/spl/examples/findfile.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @brief Program Find a specific file by name.
55
* @ingroup Examples
66
* @author Marcus Boerger
7-
* @date 2003 - 2004
7+
* @date 2003 - 2005
88
*
99
* Usage: php findfile.php \<path\> \<name\>
1010
*

ext/spl/examples/ini_groups.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @brief Program List groups within an ini file
55
* @ingroup Examples
66
* @author Marcus Boerger
7-
* @date 2003 - 2004
7+
* @date 2003 - 2005
88
*
99
* Usage: php dba_dump.php \<file\> [\<regex\>]
1010
*

ext/spl/examples/inigroups.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @ingroup Examples
55
* @brief class IniGroups
66
* @author Marcus Boerger
7-
* @date 2003 - 2004
7+
* @date 2003 - 2005
88
*
99
* SPL - Standard PHP Library
1010
*/

ext/spl/examples/keyfilter.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @ingroup Examples
55
* @brief class KeyFilter
66
* @author Marcus Boerger
7-
* @date 2003 - 2004
7+
* @date 2003 - 2005
88
*
99
* SPL - Standard PHP Library
1010
*/

ext/spl/examples/nocvsdir.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @brief Program Dir without CVS subdirs
55
* @ingroup Examples
66
* @author Marcus Boerger
7-
* @date 2003 - 2004
7+
* @date 2003 - 2005
88
*
99
* Usage: php nocvsdir.php \<path\>
1010
*

ext/spl/examples/recursivefilteriterator.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @ingroup Examples
55
* @brief class RecursiveFilterIterator
66
* @author Marcus Boerger
7-
* @date 2003 - 2004
7+
* @date 2003 - 2005
88
*
99
* SPL - Standard PHP Library
1010
*/

ext/spl/examples/regexfindfile.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @ingroup Examples
55
* @brief class RegexFindFile
66
* @author Marcus Boerger
7-
* @date 2003 - 2004
7+
* @date 2003 - 2005
88
*
99
* SPL - Standard PHP Library
1010
*/

ext/spl/examples/searchiterator.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @ingroup Examples
55
* @brief abstract class SearchIterator
66
* @author Marcus Boerger
7-
* @date 2003 - 2004
7+
* @date 2003 - 2005
88
*
99
* SPL - Standard PHP Library
1010
*/

ext/spl/examples/tree.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @brief Program Tree view example
55
* @ingroup Examples
66
* @author Marcus Boerger
7-
* @date 2003 - 2004
7+
* @date 2003 - 2005
88
*
99
* Usage: php tree.php \<path\>
1010
*

ext/spl/internal/appenditerator.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @ingroup SPL
55
* @brief class AppendIterator
66
* @author Marcus Boerger
7-
* @date 2003 - 2004
7+
* @date 2003 - 2005
88
*
99
* SPL - Standard PHP Library
1010
*/

ext/spl/internal/cachingiterator.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @ingroup SPL
55
* @brief class CachingIterator
66
* @author Marcus Boerger
7-
* @date 2003 - 2004
7+
* @date 2003 - 2005
88
*
99
* SPL - Standard PHP Library
1010
*/

ext/spl/internal/cachingrecursiveiterator.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @ingroup SPL
55
* @brief class CachingRecursiveIterator
66
* @author Marcus Boerger
7-
* @date 2003 - 2004
7+
* @date 2003 - 2005
88
*
99
* SPL - Standard PHP Library
1010
*/

ext/spl/internal/emptyiterator.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @ingroup SPL
55
* @brief class EmptyIterator
66
* @author Marcus Boerger
7-
* @date 2003 - 2004
7+
* @date 2003 - 2005
88
*
99
* SPL - Standard PHP Library
1010
*/

ext/spl/internal/filteriterator.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @ingroup SPL
55
* @brief class FilterIterator
66
* @author Marcus Boerger
7-
* @date 2003 - 2004
7+
* @date 2003 - 2005
88
*
99
* SPL - Standard PHP Library
1010
*/

ext/spl/internal/infiniteiterator.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @ingroup SPL
55
* @brief class InfiniteIterator
66
* @author Marcus Boerger
7-
* @date 2003 - 2004
7+
* @date 2003 - 2005
88
*
99
* SPL - Standard PHP Library
1010
*/

ext/spl/internal/iteratoriterator.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @ingroup SPL
55
* @brief class IteratorIterator
66
* @author Marcus Boerger
7-
* @date 2003 - 2004
7+
* @date 2003 - 2005
88
*
99
* SPL - Standard PHP Library
1010
*/

ext/spl/internal/limititerator.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @ingroup SPL
55
* @brief class LimitIterator
66
* @author Marcus Boerger
7-
* @date 2003 - 2004
7+
* @date 2003 - 2005
88
*
99
* SPL - Standard PHP Library
1010
*/

ext/spl/internal/norewinditerator.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @ingroup SPL
55
* @brief class NoRewindIterator
66
* @author Marcus Boerger
7-
* @date 2003 - 2004
7+
* @date 2003 - 2005
88
*
99
* SPL - Standard PHP Library
1010
*/

ext/spl/internal/outeriterator.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @ingroup SPL
55
* @brief class OuterIterator
66
* @author Marcus Boerger
7-
* @date 2003 - 2004
7+
* @date 2003 - 2005
88
*
99
* SPL - Standard PHP Library
1010
*/

ext/spl/internal/parentiterator.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @ingroup SPL
55
* @brief class FilterIterator
66
* @author Marcus Boerger
7-
* @date 2003 - 2004
7+
* @date 2003 - 2005
88
*
99
* SPL - Standard PHP Library
1010
*/

ext/spl/internal/recursiveiterator.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @ingroup SPL
55
* @brief class RecursiveIterator
66
* @author Marcus Boerger
7-
* @date 2003 - 2004
7+
* @date 2003 - 2005
88
*
99
* SPL - Standard PHP Library
1010
*/

ext/spl/internal/recursiveiteratoriterator.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @ingroup SPL
55
* @brief class RecursiveIteratorIterator
66
* @author Marcus Boerger
7-
* @date 2003 - 2004
7+
* @date 2003 - 2005
88
*
99
* SPL - Standard PHP Library
1010
*/

ext/spl/internal/seekableiterator.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @ingroup SPL
55
* @brief class SeekableIterator
66
* @author Marcus Boerger
7-
* @date 2003 - 2004
7+
* @date 2003 - 2005
88
*
99
* SPL - Standard PHP Library
1010
*/

0 commit comments

Comments
 (0)