Reply to array_merge bug ?

Your name:

Reply:


Posted by cornelius on 08/07/07 17:06

Hi,

This is my code :
########
$Table1 = array('test' => 1, '432' => 2) ;
$Table2 = array('test2' => 1) ;

$Result = array_merge($Table1, $Table2) ;

echo "<pre>Table1=" . print_r($Table1, 1) . "</pre>";
echo "<pre>Table2=" . print_r($Table2, 1) . "</pre>";
echo "<pre>Result=" . print_r($Result, 1) . "</pre>";
########

And the result is :

########
Table1=Array
(
[test] => 1
[432] => 2
)
Table2=Array
(
[test2] => 1
)
Result=Array
(
[test] => 1
[0] => 2
[test2] => 1
)
########

The '432' key has become 0 !
Is it a bug (I couldn't find it over google) ?

How to keep the '432' key in the result ?

Thanks in advance,


// Cornelius

[Back to original message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация