Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0002946 [Quercus] block always 09-17-08 13:06 09-17-08 14:54
Reporter koreth View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version 3.2.1
Summary 0002946: Can't add elements to array
Description The fix for bug 2940 (revision 4661 on the public svn server) has made it completely impossible to modify arrays:

<?php
$arr = array();
$arr['testing'] = 1;
print $arr['testing'];

Regular PHP prints "1". Quercus (both compiled and interpreted mode) prints nothing, and if you print_r the array, you see there's no "testing" element; it shows up as an empty array. The bug isn't present in the code base of revision 4660.
Additional Information
Attached Files

- Relationships

- Notes
(0003454)
ferg
09-17-08 14:54

php/3440
 

- Issue History
Date Modified Username Field Change
09-17-08 13:06 koreth New Issue
09-17-08 14:54 ferg Note Added: 0003454
09-17-08 14:54 ferg Assigned To  => ferg
09-17-08 14:54 ferg Status new => closed
09-17-08 14:54 ferg Resolution open => fixed
09-17-08 14:54 ferg Fixed in Version  => 3.2.1


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