Anonymous | Login | Signup for a new account | 12-17-2024 10:42 PST |
Main | My View | View Issues | Change Log | Docs |
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 | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |