mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
corr. example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@113062 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b22bb3e903
commit
d292a19070
1 changed files with 7 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.142 -->
|
||||
<refentry id="function.wordwrap">
|
||||
<refnamediv>
|
||||
|
@ -60,8 +60,9 @@ echo "$newtext\n";
|
|||
<informalexample>
|
||||
<screen>
|
||||
<![CDATA[
|
||||
The quick brown fox
|
||||
jumped over the lazy dog.
|
||||
The quick brown fox
|
||||
jumped over the
|
||||
lazy dog.
|
||||
]]>
|
||||
</screen>
|
||||
</informalexample>
|
||||
|
@ -86,9 +87,9 @@ echo "$newtext\n";
|
|||
<informalexample>
|
||||
<screen>
|
||||
<![CDATA[
|
||||
A very
|
||||
long
|
||||
wooooooo
|
||||
A very
|
||||
long
|
||||
wooooooo
|
||||
ooooord.
|
||||
]]>
|
||||
</screen>
|
||||
|
|
Loading…
Reference in a new issue