[PHP-DEV] Bug #14152 Updated: foreach() can create objects with blank property names

2002-01-15 Thread lobbin
ID: 14152 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Class/Object related Operating System: Linux 2.2.16-enterprise PHP Version: 4.0.5 New Comment: Bogus, user error. Previous Comments: -

[PHP-DEV] Bug #14152 Updated: foreach() can create objects with blank property names

2001-11-22 Thread edink
ID: 14152 Updated by: edink Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Class/Object related Operating System: Linux 2.2.16-enterprise PHP Version: 4.0.5 New Comment: Much easier to reproduce by: $a->$b="c"; Foreach loop should of course read foreach($myarray as $key=>$value)