Mantis - Quercus
Viewing Issue Advanced Details
5333 minor always 01-14-13 17:51 01-14-13 17:55
nam  
nam  
normal  
closed  
fixed  
none    
none 4.0.34  
0005333: assignment to arrays from arrays is not evaluated in the correct order
<?php

$i = 0;
$array = ("a", "b", "c");

$array[$i++] = $array[$i];

?>

Notes
(0006158)
nam   
01-14-13 17:55   
php/04a[e-j]