Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
2990 | minor | always | 10-03-08 10:26 | 10-03-08 13:13 | |
|
|||||
Reporter: | koreth | Platform: | |||
Assigned To: | nam | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.2.1 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.2.1 | ||
|
|||||
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: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|