mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
No para inside para allowed, correct array.xml build error.
Apart from this, the manual builds locally on my machine git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66899 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
06aec2cf9b
commit
a60496af1c
1 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.148 $ -->
|
||||
<!-- $Revision: 1.149 $ -->
|
||||
<reference id="ref.array">
|
||||
<title>Array Functions</title>
|
||||
<titleabbrev>Arrays</titleabbrev>
|
||||
|
@ -954,9 +954,10 @@ print_r($d);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The printout of the program above will be:
|
||||
<screen>
|
||||
</para>
|
||||
<para>
|
||||
The printout of the program above will be:
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Array
|
||||
(
|
||||
|
@ -997,8 +998,7 @@ Array
|
|||
|
||||
)
|
||||
]]>
|
||||
</screen>
|
||||
</para>
|
||||
</screen>
|
||||
</para>
|
||||
<para>
|
||||
See also <function>array_filter</function> and
|
||||
|
|
Loading…
Reference in a new issue