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:
Gabor Hojtsy 2002-01-04 14:45:23 +00:00
parent 06aec2cf9b
commit a60496af1c

View file

@ -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