mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
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:
parent
dc502bdba7
commit
5564e0ec80
1 changed files with 4 additions and 2 deletions
|
@ -430,7 +430,8 @@ print_r($arr);
|
|||
</para>
|
||||
<para>
|
||||
Will output something along the lines of:
|
||||
<computeroutput>
|
||||
<informalexample>
|
||||
<programlisting>
|
||||
Array
|
||||
(
|
||||
[internal] => Array
|
||||
|
@ -453,7 +454,8 @@ Array
|
|||
)
|
||||
|
||||
)
|
||||
</computeroutput>
|
||||
</programlisting>
|
||||
</informalexample>
|
||||
</para>
|
||||
<para>
|
||||
See also <function>get_defined_vars</function>.
|
||||
|
|
Loading…
Reference in a new issue