| Anonymous | Login | Signup for a new account | 11-01-2025 16:22 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 | ||||
| 0005333 | [Quercus] | minor | always | 01-14-13 17:51 | 01-14-13 17:55 | ||||
| Reporter | nam | View Status | public | ||||||
| Assigned To | nam | ||||||||
| Priority | normal | Resolution | fixed | Platform | |||||
| Status | closed | OS | |||||||
| Projection | none | OS Version | |||||||
| ETA | none | Fixed in Version | 4.0.34 | Product Version | |||||
| Product Build | |||||||||
| Summary | 0005333: assignment to arrays from arrays is not evaluated in the correct order | ||||||||
| Description |
<?php
$i = 0;
$array = ("a", "b", "c");
$array[$i++] = $array[$i];
?>
|
||||||||
| Steps To Reproduce | |||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
28 total queries executed. 25 unique queries executed. |