php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #55855 comment #92186 not valid
Submitted: 2011-10-05 21:18 UTC Modified: 2011-10-05 22:41 UTC
From: zamolxe@php.net Assigned: danbrown (profile)
Status: Closed Package: Website problem
PHP Version: Irrelevant OS: All
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: zamolxe@php.net
New email:
PHP Version: OS:

 

 [2011-10-05 21:18 UTC] zamolxe@php.net
Description:
------------
http://www.php.net/manual/en/language.types.array.php#92186

This comment is invalid, I ran the test on PHP 4.4.9, 5.2.17 and 5.3.5

$a = array ('foo' => 1, 'bar' => 2, 'foo' => 3);
var_dump($a);

// Same output on all versions: array(2) { ["foo"]=> int(3) ["bar"]=> int(2) } 


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-10-05 22:41 UTC] danbrown@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: danbrown
 [2011-10-05 22:41 UTC] danbrown@php.net
The user note has been removed.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Jul 05 01:01:35 2025 UTC