jmcastagnetto Wed Mar 7 03:12:47 2001 EDT
Modified files:
/phpdoc/en/functions funchand.xml
Log:
Changed sample output to use the informalexample tag instead, comuputeroutput
does not translate well to HTML
Index: phpdoc/en/functions/funchand.xml
diff -u phpdoc/en/functions/funchand.xml:1.6 phpdoc/en/functions/funchand.xml:1.7
--- phpdoc/en/functions/funchand.xml:1.6 Wed Mar 7 02:40:02 2001
+++ phpdoc/en/functions/funchand.xml Wed Mar 7 03:12:47 2001
@@ -430,7 +430,8 @@
</para>
<para>
Will output something along the lines of:
- <computeroutput>
+ <informalexample>
+ <programlisting>
Array
(
[internal] => Array
@@ -453,7 +454,8 @@
)
)
- </computeroutput>
+ </programlisting>
+ </informalexample>
</para>
<para>
See also <function>get_defined_vars</function>.