dams            Fri May 30 11:04:06 2003 EDT

  Modified files:              
    /phpdoc/en/reference/array/functions        array-combine.xml 
  Log:
  reverting to last version
  
Index: phpdoc/en/reference/array/functions/array-combine.xml
diff -u phpdoc/en/reference/array/functions/array-combine.xml:1.2 
phpdoc/en/reference/array/functions/array-combine.xml:1.3
--- phpdoc/en/reference/array/functions/array-combine.xml:1.2   Fri May 30 08:54:53 
2003
+++ phpdoc/en/reference/array/functions/array-combine.xml       Fri May 30 11:04:06 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.array-combine">
    <refnamediv>
     <refname>array_combine</refname>
@@ -34,22 +34,18 @@
 $c = array_combine($a, $b);
 
 print_r($c);
-?>
-]]>
-      </programlisting>
-    <para>
-       Outputs:
-    </para>
-      <screen>
-<![CDATA[
+
+/* Outputs:
 Array
 (
     [green]  => avocado
     [red]    => apple
     [yellow] => banana
 )
+*/
+?>
 ]]>
-      </screen>
+      </programlisting>
      </example>
     </para>
     <para>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to