2 <refsect1 role="examples">'s => 1 <refsect1 role="examples">.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304438 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Richard Quadling 2010-10-15 15:09:39 +00:00
parent 7605db79ce
commit 070d3068ad

View file

@ -101,6 +101,8 @@ Array
]]>
</screen>
</example>
</para>
<para>
<example>
<title><function>array_map</function> using a lambda function (as of PHP 5.3.0)</title>
<programlisting role="php">
@ -128,10 +130,6 @@ Array
</screen>
</example>
</para>
</refsect1>
<refsect1 role="examples">
&reftitle.examples;
<para>
<example>
<title><function>array_map</function> - using more arrays</title>