tom             Sun Nov  4 04:20:46 2001 EDT

  Modified files:              
    /phpdoc/en/functions        array.xml 
  Log:
  just a small example-corr.
  
Index: phpdoc/en/functions/array.xml
diff -u phpdoc/en/functions/array.xml:1.108 phpdoc/en/functions/array.xml:1.109
--- phpdoc/en/functions/array.xml:1.108 Tue Oct 23 15:04:12 2001
+++ phpdoc/en/functions/array.xml       Sun Nov  4 04:20:46 2001
@@ -1,5 +1,5 @@
 <?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.108 $ -->
+<!-- $Revision: 1.109 $ -->
  <reference id="ref.array">
   <title>Array Functions</title>
   <titleabbrev>Arrays</titleabbrev>
@@ -3038,7 +3038,7 @@
 sort ($fruits);
 reset ($fruits);
 while (list ($key, $val) = each ($fruits)) {
-    echo "fruits[".$key."] = ".$val; 
+    echo "fruits[".$key."] = ".$val."\n";
 }
  
 ?&gt;


Reply via email to