ID: 22104
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Feedback
+Status: Open
Bug Type: Arrays related
Operating System: Windows
PHP Version: 4.3.0
New Comment:
you will see what i mean if you do following:
From: [EMAIL PROTECTED]
Operating system: Windows
PHP version: 4.3.0
PHP Bug Type: Arrays related
Bug description: problem with adding value to multiplie dimensional arrays
foreach($array[0] as $key => $value)
{
$array[1]=1;
}
This will change the value on $array[0]