Make the example output part of the example

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@252200 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2008-02-04 14:27:46 +00:00
parent cf43271b27
commit 7f7735377b

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="locale.getdisplayname">
<refnamediv>
<refname>Locale::getDisplayName</refname>
@ -93,15 +93,15 @@ echo Locale::getDisplayName('sl-Latn-IT-nedis', 'de');
?>
]]>
</programlisting>
</example>
&example.outputs;
<screen>
&example.outputs;
<screen>
<![CDATA[
Slovenian (Latin, Italy, Natisone dialect);
slov\xc3\xa8ne (latin, Italie, dialecte de Natisone;
Slowenisch (Lateinisch, Italien, NEDIS)
]]>
</screen>
</screen>
</example>
</refsect1>
<refsect1 role="seealso">