Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003278 [Quercus] block always 01-17-09 00:31 01-17-09 00:40
Reporter koreth View Status public  
Assigned To nam
Priority normal Resolution fixed  
Status closed   Product Version 4.0.0
Summary 0003278: Array addition overwrites existing values
Description <?php
$a1 = array('a'=>'A');
$a2 = array('a'=>'B');
$a1 = $a1 + $a2;
print $a1['a'];

Regular PHP prints "A". Quercus prints "B".
Additional Information
Attached Files

- Relationships

- Notes
(0003752)
nam
01-17-09 00:40

php/030b
 

- Issue History
Date Modified Username Field Change
01-17-09 00:31 koreth New Issue
01-17-09 00:39 nam Status new => assigned
01-17-09 00:39 nam Assigned To  => nam
01-17-09 00:40 nam Status assigned => closed
01-17-09 00:40 nam Note Added: 0003752
01-17-09 00:40 nam Resolution open => fixed
01-17-09 00:40 nam Fixed in Version  => 4.0.0


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker