[PHP-DEV] Bug #10264 Updated: strange associative array behaviour

2001-05-21 Thread cynic
ID: 10264 Updated by: cynic Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Arrays related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: IIRC PHP converts numeric strings in array indices to numbers, so array( "1" => "foo" , "2" => "bar" ) actually creates array( 1 => "f

[PHP-DEV] Bug #10264 Updated: strange associative array behaviour

2001-05-19 Thread jeroen
ID: 10264 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Arrays related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: I.M.O. negative integer indices are not supported. It is just a side-effect of the implementation that it works. I haven't seen AN