| Anonymous | Login | Signup for a new account | 10-27-2025 08:50 PDT |
| 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 | ||||
| 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 | ||||||
| Status | closed | Product Version | |||||||
| 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];
?>
|
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
28 total queries executed. 25 unique queries executed. |