|
Mantis - Quercus
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 5333 | minor | always | 01-14-13 17:51 | 01-14-13 17:55 | |
|
|
|||||
| Reporter: | nam | Platform: | |||
| Assigned To: | nam | OS: | |||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | |||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 4.0.34 | ||
|
|
|||||
| 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: | |||||
| Relationships | |||||
| Attached Files: | |||||
| Notes | |||||
|
|
|||||
|
|
||||