]> granicus.if.org Git - php/commitdiff
- 2006 now
authorMarcus Boerger <helly@php.net>
Tue, 21 Feb 2006 23:21:53 +0000 (23:21 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 21 Feb 2006 23:21:53 +0000 (23:21 +0000)
42 files changed:
ext/spl/examples/autoload.inc
ext/spl/examples/cachingrecursiveiterator.inc
ext/spl/examples/class_tree.php
ext/spl/examples/dba_array.php
ext/spl/examples/dba_dump.php
ext/spl/examples/dbaarray.inc
ext/spl/examples/dbareader.inc
ext/spl/examples/directoryfilterdots.inc
ext/spl/examples/directorygraphiterator.inc
ext/spl/examples/directorytree.inc
ext/spl/examples/directorytree.php
ext/spl/examples/directorytree_size.php
ext/spl/examples/directorytreeiterator.inc
ext/spl/examples/findfile.inc
ext/spl/examples/findfile.php
ext/spl/examples/ini_groups.php
ext/spl/examples/inigroups.inc
ext/spl/examples/keyfilter.inc
ext/spl/examples/regexfindfile.inc
ext/spl/examples/searchiterator.inc
ext/spl/examples/tree.php
ext/spl/examples/xml_tree.php
ext/spl/examples/xml_xpath_tree.php
ext/spl/internal/appenditerator.inc
ext/spl/internal/cachingiterator.inc
ext/spl/internal/emptyiterator.inc
ext/spl/internal/filteriterator.inc
ext/spl/internal/infiniteiterator.inc
ext/spl/internal/iteratoriterator.inc
ext/spl/internal/limititerator.inc
ext/spl/internal/norewinditerator.inc
ext/spl/internal/outeriterator.inc
ext/spl/internal/parentiterator.inc
ext/spl/internal/recursivearrayiterator.inc
ext/spl/internal/recursivecachingiterator.inc
ext/spl/internal/recursivefilteriterator.inc
ext/spl/internal/recursiveiterator.inc
ext/spl/internal/recursiveiteratoriterator.inc
ext/spl/internal/seekableiterator.inc
ext/spl/internal/splfileobject.inc
ext/spl/internal/splobjectstorage.inc
ext/spl/spl.php

index 5871e7d63bae8bf7d81252f9ebab6075cd45fdc2..f1e49ac1612810dcfbcfbdc0b01f129a913d20cd 100755 (executable)
@@ -4,7 +4,7 @@
  * @ingroup Examples
  * @brief function __autoload
  * @author  Marcus Boerger
- * @date    2003 - 2005
+ * @date    2003 - 2006
  *
  * SPL - Standard PHP Library
  */
index 4fa6b235c3173bedb45736e322e13fe4db84f240..ca6386afb6cc533e1e1ab3488f0f63f3eda3a148 100644 (file)
@@ -4,7 +4,7 @@
  * @ingroup Examples
  * @brief class CachingRecursiveIterator
  * @author  Marcus Boerger
- * @date    2003 - 2005
+ * @date    2003 - 2006
  *
  * SPL - Standard PHP Library
  */
index 87d53ac730df7b0c4cce66e73f80159eb43ce47c..f7336f46056af447f713a017871af87cba49a52e 100755 (executable)
@@ -4,7 +4,7 @@
  * @brief   Class Tree example
  * @ingroup Examples
  * @author  Marcus Boerger
- * @date    2003 - 2005
+ * @date    2003 - 2006
  * @version 1.1
  *
  * Usage: php class_tree.php \<class\>
index 346ac1f2f7ae1632e392d419d6890f33fd6f39c2..8a04fd5d74ae3e66ccf360729f9e18f388179226 100755 (executable)
@@ -4,7 +4,7 @@
  * @brief   Program DBA array utility
  * @ingroup Examples
  * @author  Marcus Boerger
- * @date    2003 - 2005
+ * @date    2003 - 2006
  *
  * Usage php dba_array.php \<file\> \<handler\> \<key\> [\<value\>]
  *
index 2c698d427a175ccd8dd364d450e03b9f44c68ffc..5210c44af273b1353c4cc5c734c1c51a99c5c90e 100755 (executable)
@@ -4,7 +4,7 @@
  * @brief   Program DBA dump utility
  * @ingroup Examples
  * @author  Marcus Boerger
- * @date    2003 - 2005
+ * @date    2003 - 2006
  *
  * Usage: php dba_dump.php \<file\> \<handler\> [\<regex\>]
  *
index fcd6bb378a3f71ae233297193166b7a0c6505bab..0bd42d425f5771f8c6e29aaebbb1d9b892eb2bb4 100755 (executable)
@@ -4,7 +4,7 @@
  * @ingroup Examples
  * @brief class DbaArray
  * @author  Marcus Boerger
- * @date    2003 - 2005
+ * @date    2003 - 2006
  *
  * SPL - Standard PHP Library
  */
index b09791239bea4aff140aadf55f82b67c1905cddc..5303b6a23630d980526d90e04160d10d494efe0e 100755 (executable)
@@ -4,7 +4,7 @@
  * @ingroup Examples
  * @brief class DbaReader
  * @author  Marcus Boerger
- * @date    2003 - 2005
+ * @date    2003 - 2006
  *
  * SPL - Standard PHP Library
  */
index fceeda2a23435d76e11856cf6caa5ade3d5e3895..cdd8434a268475a851391a84213ae59808db6e2e 100755 (executable)
@@ -4,7 +4,7 @@
  * @ingroup Examples
  * @brief class DirectoryFilterDots
  * @author  Marcus Boerger
- * @date    2003 - 2005
+ * @date    2003 - 2006
  *
  * SPL - Standard PHP Library
  */
index 75e636956411936f3a3ff4e7a67c9b2d1c883bea..097aed0e9f394e9836128243fee9885f0f0757de 100644 (file)
@@ -4,7 +4,7 @@
  * @ingroup Examples
  * @brief class DirectoryGraphIterator
  * @author  Marcus Boerger
- * @date    2003 - 2005
+ * @date    2003 - 2006
  *
  * SPL - Standard PHP Library
  */
index 7bd9c2c597d6c2d8f5e1c620df876bf584eaaa1d..bb9dc8e7a0365d50227b39e944e604c6117fe650 100755 (executable)
@@ -4,7 +4,7 @@
  * @ingroup Examples
  * @brief class DirectoryTree
  * @author  Marcus Boerger
- * @date    2003 - 2005
+ * @date    2003 - 2006
  *
  * SPL - Standard PHP Library
  */
index dc26d6cc22e7fb8c4ce8693e2d027dcec6cec0be..cac8cc3eb37f2ceade621d021094b5f4fdac6988 100755 (executable)
@@ -4,7 +4,7 @@
  * @brief   Program Directory tree example
  * @ingroup Examples
  * @author  Marcus Boerger
- * @date    2003 - 2005
+ * @date    2003 - 2006
  *
  * Usage: php directorytree.php \<path\> [\<start\> [\<count\>]]
  *
index d703409c453ea145558684056f2213a048fee903..9de4d092f96b8bd0b749d9027b6a3567ec404b54 100755 (executable)
@@ -4,7 +4,7 @@
  * @brief   Program Directory tree size example
  * @ingroup Examples
  * @author  Marcus Boerger
- * @date    2003 - 2005
+ * @date    2003 - 2006
  *
  * Usage: php directorytree_size.php \<path\>
  *
index d8147c3ff730e41b1aa32bab11731d819e841431..aab88433258c1598b50c09d454d73ee6d0a92395 100644 (file)
@@ -4,7 +4,7 @@
  * @ingroup Examples
  * @brief class DirectoryTreeIterator
  * @author  Marcus Boerger
- * @date    2003 - 2005
+ * @date    2003 - 2006
  *
  * SPL - Standard PHP Library
  */
index 05d525a3fbd6c238ed956f6f0241d2eaa98f3e0a..f59bac716bf38d0e9d258e64549b5abb50233ca6 100755 (executable)
@@ -4,7 +4,7 @@
  * @ingroup Examples
  * @brief class FindFile
  * @author  Marcus Boerger
- * @date    2003 - 2005
+ * @date    2003 - 2006
  *
  * SPL - Standard PHP Library
  */
index 60146cbffd0bf5bc47630504659aa36a20394d02..4a7ce904f4238c3097d54974a6be385f1a157594 100755 (executable)
@@ -4,7 +4,7 @@
  * @brief   Program Find a specific file by name.
  * @ingroup Examples
  * @author  Marcus Boerger
- * @date    2003 - 2005
+ * @date    2003 - 2006
  *
  * Usage: php findfile.php \<path\> \<name\>
  *
index 51369110962ac7983ece5f22637dd580e9dc9c7c..15bdceb9d4505ab3add40c678f2bb80a433be144 100755 (executable)
@@ -4,7 +4,7 @@
  * @brief   Program List groups within an ini file
  * @ingroup Examples
  * @author  Marcus Boerger
- * @date    2003 - 2005
+ * @date    2003 - 2006
  *
  * Usage: php dba_dump.php \<file\> [\<regex\>]
  *
index 62cfa3e0296c44f8dda027a0d81f87147a139c24..31367dc0249c3982bf5ee38f8c831d8a27b1b9a6 100755 (executable)
@@ -4,7 +4,7 @@
  * @ingroup Examples
  * @brief class IniGroups
  * @author  Marcus Boerger
- * @date    2003 - 2005
+ * @date    2003 - 2006
  *
  * SPL - Standard PHP Library
  */
index eaf6b77364dec21494c346535b7c93dbeccb34db..fcf5b9359f89d7d42c7d970d104026d7b3314f97 100755 (executable)
@@ -4,7 +4,7 @@
  * @ingroup Examples
  * @brief class KeyFilter
  * @author  Marcus Boerger
- * @date    2003 - 2005
+ * @date    2003 - 2006
  *
  * SPL - Standard PHP Library
  */
index d5dd7225360c351325aac1b2498d022228aa1550..49741324bab716da7561729f8faa92eb526395ae 100755 (executable)
@@ -4,7 +4,7 @@
  * @ingroup Examples
  * @brief class RegexFindFile
  * @author  Marcus Boerger
- * @date    2003 - 2005
+ * @date    2003 - 2006
  *
  * SPL - Standard PHP Library
  */
index 944a4ac5a55c24b77926964309a2c3340f369a20..b63f966505f592371475abee2ce4f914f89f7eff 100755 (executable)
@@ -4,7 +4,7 @@
  * @ingroup Examples
  * @brief abstract class SearchIterator
  * @author  Marcus Boerger
- * @date    2003 - 2005
+ * @date    2003 - 2006
  *
  * SPL - Standard PHP Library
  */
index 5af36a673c027cef651046ba01ba4f21a8133dd8..d0c201b700663b7142113ca7f8b659e5cad9ad5d 100755 (executable)
@@ -4,7 +4,7 @@
  * @brief   Program Tree view example
  * @ingroup Examples
  * @author  Marcus Boerger
- * @date    2003 - 2005
+ * @date    2003 - 2006
  *
  * Usage: php tree.php \<path\>
  *
index 277eb44d1795c8273e3c73c4554ca9e91c568a55..4e1d222eaf55e198879e9de1be37da73571bd9ff 100755 (executable)
@@ -4,7 +4,7 @@
  * @brief   XML Tree example
  * @ingroup Examples
  * @author  Marcus Boerger
- * @date    2003 - 2005
+ * @date    2003 - 2006
  * @version 1.0
  *
  * Usage: php xml_tree.php \<file\> [\<len\>]
index 5ef60c951358b10b882b54761adb679309e5496c..cea42d2820ced8a311a19f77e1b68c5b92b3cd0a 100755 (executable)
@@ -4,7 +4,7 @@
  * @brief   XML XPath Tree example
  * @ingroup Examples
  * @author  Marcus Boerger
- * @date    2003 - 2005
+ * @date    2003 - 2006
  * @version 1.0
  *
  * Usage: php xml_tree.php \<file\> \<xpath\> [\<len\>]
index 74f254d11e0411fd8ff7facaf56958501870080e..b348d2523f328d5dd8dd42fa4232569b6c20bd45 100755 (executable)
@@ -4,7 +4,7 @@
  * @ingroup SPL
  * @brief class AppendIterator
  * @author  Marcus Boerger
- * @date    2003 - 2005
+ * @date    2003 - 2006
  *
  * SPL - Standard PHP Library
  */
index 1129793873f96f0e60b696099a7ff72178851799..c63effdcf6d89a803745b0affa7f618412cd074d 100755 (executable)
@@ -4,7 +4,7 @@
  * @ingroup SPL
  * @brief class CachingIterator
  * @author  Marcus Boerger
- * @date    2003 - 2005
+ * @date    2003 - 2006
  *
  * SPL - Standard PHP Library
  */
index 52e844dfe58426f659c9a5d540733ccfb6c2a225..24671cc95855d21c8eb9634a368795781ef82ca1 100755 (executable)
@@ -4,7 +4,7 @@
  * @ingroup SPL
  * @brief class EmptyIterator
  * @author  Marcus Boerger
- * @date    2003 - 2005
+ * @date    2003 - 2006
  *
  * SPL - Standard PHP Library
  */
index cc9c999a4041cb2a89587509fc3b0a606c3f4eba..8103aa587a9407cd289d599842c3b1da13cb1a9b 100755 (executable)
@@ -4,7 +4,7 @@
  * @ingroup SPL
  * @brief class FilterIterator
  * @author  Marcus Boerger
- * @date    2003 - 2005
+ * @date    2003 - 2006
  *
  * SPL - Standard PHP Library
  */
index 3d97b903b1c14d4fd23d48cc86182b53118b2bda..884db931a8465803542ba36cb0a643cb3213b93c 100755 (executable)
@@ -4,7 +4,7 @@
  * @ingroup SPL
  * @brief class InfiniteIterator
  * @author  Marcus Boerger
- * @date    2003 - 2005
+ * @date    2003 - 2006
  *
  * SPL - Standard PHP Library
  */
index ebe946187bee3b18cac5a61d17c35e313e9a14e8..454a41df577f3df9028cc7368a05204877de21e0 100755 (executable)
@@ -4,7 +4,7 @@
  * @ingroup SPL
  * @brief class IteratorIterator
  * @author  Marcus Boerger
- * @date    2003 - 2005
+ * @date    2003 - 2006
  *
  * SPL - Standard PHP Library
  */
index b3e4088f8111175376d1ba155727b12e77a726f9..130eb44f256f165edf171d492b31c280cc61f853 100755 (executable)
@@ -4,7 +4,7 @@
  * @ingroup SPL
  * @brief class LimitIterator
  * @author  Marcus Boerger
- * @date    2003 - 2005
+ * @date    2003 - 2006
  *
  * SPL - Standard PHP Library
  */
index 37cfcc3ead3d6a5cc9f405221f1b7dff34df040f..a5f70cf594ac367c7b6e1c71985090e524a6f4a8 100755 (executable)
@@ -4,7 +4,7 @@
  * @ingroup SPL
  * @brief class NoRewindIterator
  * @author  Marcus Boerger
- * @date    2003 - 2005
+ * @date    2003 - 2006
  *
  * SPL - Standard PHP Library
  */
index dc7b11e05a0e1ff9f680130100adfb26550c47ad..60727d6c96cf3df26c8e28fdd8ee1b53afb517a4 100755 (executable)
@@ -4,7 +4,7 @@
  * @ingroup SPL
  * @brief class OuterIterator
  * @author  Marcus Boerger
- * @date    2003 - 2005
+ * @date    2003 - 2006
  *
  * SPL - Standard PHP Library
  */
index 70f0bee796b05cb364526d64f81219fcfa6f37d4..44d738da25da13bdb1d0482fc713672012222ecb 100755 (executable)
@@ -4,7 +4,7 @@
  * @ingroup SPL
  * @brief class FilterIterator
  * @author  Marcus Boerger
- * @date    2003 - 2005
+ * @date    2003 - 2006
  *
  * SPL - Standard PHP Library
  */
index e583c734b4164774a6b0faaccc468aca498ca0d4..dce49a6e827d06cec69d6e10b862fb3438dfeb95 100755 (executable)
@@ -4,7 +4,7 @@
  * @ingroup Examples
  * @brief class RecursiveArrayIterator
  * @author  Marcus Boerger
- * @date    2003 - 2005
+ * @date    2003 - 2006
  *
  * SPL - Standard PHP Library
  */
index 9b6ab7ab53d14d51c52b86ae9ab38a43bf6f5ae2..4d44511653650a9d973715d85254fb255215dd0b 100755 (executable)
@@ -4,7 +4,7 @@
  * @ingroup SPL
  * @brief class RecursiveCachingIterator
  * @author  Marcus Boerger
- * @date    2003 - 2005
+ * @date    2003 - 2006
  *
  * SPL - Standard PHP Library
  */
index b651fb20ea9598ede95beaf766f075b604b79741..21ffab71168a8e27085903e7f2d771c183762f2a 100755 (executable)
@@ -4,7 +4,7 @@
  * @ingroup SPL
  * @brief class RecursiveFilterIterator
  * @author  Marcus Boerger
- * @date    2003 - 2005
+ * @date    2003 - 2006
  *
  * SPL - Standard PHP Library
  */
index 640be25a1340df3cd1fc0c4c2b1244a3043b7947..cbec2f0b3d7c1173752ee77bfd4756a54ad451b5 100755 (executable)
@@ -4,7 +4,7 @@
  * @ingroup SPL
  * @brief class RecursiveIterator
  * @author  Marcus Boerger
- * @date    2003 - 2005
+ * @date    2003 - 2006
  *
  * SPL - Standard PHP Library
  */
index aa2a9db8e74f6ec51826399d0cd506744857f99c..0fd849225dd18b3efc500266a5553a7ec285cdfb 100755 (executable)
@@ -4,7 +4,7 @@
  * @ingroup SPL
  * @brief class RecursiveIteratorIterator
  * @author  Marcus Boerger
- * @date    2003 - 2005
+ * @date    2003 - 2006
  *
  * SPL - Standard PHP Library
  */
index c00d264a952766cd76adf37ef1017c4020071f8a..4ef6167a19edc9fae68f902de1901971dd6bff17 100755 (executable)
@@ -4,7 +4,7 @@
  * @ingroup SPL
  * @brief class SeekableIterator
  * @author  Marcus Boerger
- * @date    2003 - 2005
+ * @date    2003 - 2006
  *
  * SPL - Standard PHP Library
  */
index 66e0398d3ec665b76da2635ccdfe14c8cda6b7b3..be739eb068362eddc64e6393629681d37cc65840 100755 (executable)
@@ -4,7 +4,7 @@
  * @ingroup SPL
  * @brief class FileObject
  * @author  Marcus Boerger
- * @date    2003 - 2005
+ * @date    2003 - 2006
  *
  * SPL - Standard PHP Library
  */
index 56690f499b3303e864d13c4f797ee4696c9c6446..5dbadf03f105ddaca6781dd2343eed72b4d3ac8d 100755 (executable)
@@ -4,7 +4,7 @@
  * @ingroup SPL
  * @brief class SplObjectStorage
  * @author  Marcus Boerger
- * @date    2003 - 2005
+ * @date    2003 - 2006
  *
  * SPL - Standard PHP Library
  */
index cf4629fbb6f85875444f9ce06738807daff8b889..9f41df46c26906228f9f1f4e69f0cb55c1f9c329 100755 (executable)
@@ -6,7 +6,7 @@
  *
  * SPL - Standard PHP Library
  *
- * (c) Marcus Boerger, 2003 - 2005
+ * (c) Marcus Boerger, 2003 - 2006
  */
 
 /** @mainpage SPL - Standard PHP Library