mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
cf43271b27
commit
7f7735377b
1 changed files with 5 additions and 5 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue