Anonymous | Login | Signup for a new account | 12-17-2024 08:35 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 | ||||
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 | ||||||
Status | closed | Product 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 )". |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |