Changed sample output to use the informalexample tag instead, comuputeroutput

does not translate well to HTML


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@42868 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jesus M. Castagnetto 2001-03-07 11:12:47 +00:00
parent dc502bdba7
commit 5564e0ec80

View file

@ -430,7 +430,8 @@ print_r($arr);
</para>
<para>
Will output something along the lines of:
<computeroutput>
<informalexample>
<programlisting>
Array
(
[internal] =&gt; Array
@ -453,7 +454,8 @@ Array
)
)
</computeroutput>
</programlisting>
</informalexample>
</para>
<para>
See also <function>get_defined_vars</function>.