ID: 33421
User updated by: silviucristea at yahoo dot com
Reported By: silviucristea at yahoo dot com
-Status: Feedback
+Status: Open
Bug Type: Unknown/Other Function
Operating System: win2000
PHP Version: 4.3.11
New Comment:
i got this
ID: 33421
User updated by: silviucristea at yahoo dot com
Reported By: silviucristea at yahoo dot com
-Status: Feedback
+Status: Open
Bug Type: Unknown/Other Function
Operating System: win2000
PHP Version: 4.3.11
New Comment:
Server API
ID: 33421
User updated by: silviucristea at yahoo dot com
Reported By: silviucristea at yahoo dot com
-Status: Feedback
+Status: Open
Bug Type: Unknown/Other Function
Operating System: win2000
PHP Version: 4.3.11
New Comment:
The same
From: silviucristea at yahoo dot com
Operating system: win2000
PHP version: 4.3.11
PHP Bug Type: Unknown/Other Function
Bug description: foreach problem
Description:
$a = array(1 => 1, 5 => 5, 32 => 32);
foreach ($a as $n => $n) {
...
}