| Anonymous | Login | Signup for a new account | 10-30-2025 14:16 PDT |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0002990 | [Quercus] | minor | always | 10-03-08 10:26 | 10-03-08 13:13 | ||||
| Reporter | koreth | View Status | public | ||||||
| Assigned To | nam | ||||||||
| Priority | normal | Resolution | fixed | Platform | |||||
| Status | closed | OS | |||||||
| Projection | none | OS Version | |||||||
| ETA | none | Fixed in Version | 3.2.1 | Product Version | 3.2.1 | ||||
| Product Build | |||||||||
| Summary | 0002990: Result of multilevel array assignment is array, not assigned value, in compiled mode | ||||||||
| Description |
<?php $x = array('y' => array()); $foo = $x['y']['z'] = 1; print_r($foo); Vanilla PHP and interpreted Quercus print "1". Compiled Quercus prints "Array ( [z] => 1 )". |
||||||||
| Steps To Reproduce | |||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |