|
Mantis - Quercus
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 4330 | minor | always | 12-17-10 14:22 | 01-05-11 20:02 | |
|
|
|||||
| Reporter: | gbruins | Platform: | |||
| Assigned To: | OS: | ||||
| Priority: | normal | OS Version: | |||
| Status: | new | Product Version: | |||
| Product Build: | Resolution: | open | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | |||
|
|
|||||
| Summary: | 0004330: Multidimensional arrays not working properly | ||||
| Description: |
$arr = array(); $arr['one'] = array(); $arr['one']['two'] = 2; $arr['one']['three'] = 3; print_r($arr); Expected result: Array ( [one] => Array ( [two] => 2 [three] => 3 ) ) However this is being printed: Array ( [one] => Array ) |
||||
| Steps To Reproduce: | |||||
| Additional Information: | |||||
| Relationships | |||||
| Attached Files: | |||||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||