mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Fix for bug 14176
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63027 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b62b6c3b48
commit
fee77b5bac
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.127 $ -->
|
||||
<!-- $Revision: 1.128 $ -->
|
||||
<reference id="ref.array">
|
||||
<title>Array Functions</title>
|
||||
<titleabbrev>Arrays</titleabbrev>
|
||||
|
@ -940,7 +940,7 @@ print_r($d);
|
|||
<![CDATA[
|
||||
$array1 = array ("color" => "red", 2, 4);
|
||||
$array2 = array ("a", "b", "color" => "green", "shape" => "trapezoid", 4);
|
||||
array_merge ($array1, $array2);
|
||||
$result = array_merge ($array1, $array2);
|
||||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
|
|
Loading…
Reference in a new issue