jeroen          Sun Sep 16 06:31:31 2001 EDT

  Modified files:              
    /phpdoc/en/functions        array.xml 
  Log:
  Revert bogus whitespace 'fixes'.
  
  (the output of print_r simply IS like this)
  
  
Index: phpdoc/en/functions/array.xml
diff -u phpdoc/en/functions/array.xml:1.96 phpdoc/en/functions/array.xml:1.97
--- phpdoc/en/functions/array.xml:1.96  Sat Sep 15 19:47:44 2001
+++ phpdoc/en/functions/array.xml       Sun Sep 16 06:31:30 2001
@@ -1,5 +1,5 @@
 <?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.96 $ -->
+<!-- $Revision: 1.97 $ -->
  <reference id="ref.array">
   <title>Array Functions</title>
   <titleabbrev>Arrays</titleabbrev>
@@ -91,7 +91,8 @@
      which will display : 
      <informalexample>
       <programlisting>
-Array (
+Array 
+(
     [0] => 1
     [1] => 1
     [2] => 1
@@ -118,7 +119,8 @@
      which will display : 
      <informalexample>
       <programlisting>
-Array (
+Array 
+(
     [1] => 'January'
     [2] => 'February'
     [3] => 'March'
@@ -521,7 +523,8 @@
 print_r($c);
 
 // will output:
-// Array (
+// Array 
+// (
 //     [0] => The number 1 is called uno in Spanish
 //     [1] => The number 2 is called dos in Spanish
 //     [2] => The number 3 is called tres in Spanish
@@ -534,7 +537,8 @@
 print_r($d);
 
 // will output:
-// Array (
+// Array 
+// (
 //     [0] => Array
 //         (
 //             [1] => uno


Reply via email to