philip Mon Dec 3 13:02:49 2001 EDT Modified files: /phpdoc/en/language control-structures.xml Log: Typo fix Index: phpdoc/en/language/control-structures.xml diff -u phpdoc/en/language/control-structures.xml:1.44 phpdoc/en/language/control-structures.xml:1.45 --- phpdoc/en/language/control-structures.xml:1.44 Mon Nov 26 14:10:27 2001 +++ phpdoc/en/language/control-structures.xml Mon Dec 3 13:02:46 2001 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.44 $ --> +<!-- $Revision: 1.45 $ --> <chapter id="control-structures"> <title>Control Structures</title> @@ -547,7 +547,7 @@ echo "Key: $key; Value: $value<br>\n"; } -foreach ($arr as $key => $value) { +foreach ($arr as $key => $value) { echo "Key: $key; Value: $value<br>\n"; } ]]>
- [PHP-DOC] cvs: phpdoc /en/language control-structure... Ron Chmara
- [PHP-DOC] cvs: phpdoc /en/language control-stru... Sascha Schumann
- [PHP-DOC] cvs: phpdoc /en/language control-stru... Jesus M. Castagnetto
- [PHP-DOC] cvs: phpdoc /en/language control-stru... Daniel Beckham
- [PHP-DOC] cvs: phpdoc /en/language control-stru... Daniel Beckham
- [PHP-DOC] cvs: phpdoc /en/language control-stru... Jeroen van Wolffelaar
- [PHP-DOC] cvs: phpdoc /en/language control-stru... Zak Greant
- [PHP-DOC] cvs: phpdoc /en/language control-stru... Hojtsy Gabor
- [PHP-DOC] cvs: phpdoc /en/language control-stru... Simone Cortesi
- [PHP-DOC] cvs: phpdoc /en/language control-stru... Philip Olson
- [PHP-DOC] cvs: phpdoc /en/language control-stru... jim winstead
- [PHP-DOC] [conventions] .inc or not .inc Gabor Hojtsy
- Re: [PHP-DOC] [conventions] .inc or not... Serdar Soydemir
- [PHP-DOC] cvs: phpdoc /en/language control-stru... jim winstead
- [PHP-DOC] cvs: phpdoc /en/language control-stru... Philip Olson
- [PHP-DOC] cvs: phpdoc /en/language control-stru... Philip Olson
- [PHP-DOC] cvs: phpdoc /en/language control-stru... Kenneth Schwartz
- [PHP-DOC] cvs: phpdoc /en/language control-stru... Philip Olson
- [PHP-DOC] cvs: phpdoc /en/language control-stru... Masaki Fujimoto
- [PHP-DOC] cvs: phpdoc /en/language control-stru... Derick Rethans