Mantis - Quercus
Viewing Issue Advanced Details
2990 minor always 10-03-08 10:26 10-03-08 13:13
koreth  
nam  
normal  
closed 3.2.1  
fixed  
none    
none 3.2.1  
0002990: Result of multilevel array assignment is array, not assigned value, in compiled mode
<?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 )".

Notes
(0003496)
nam   
10-03-08 13:13   
php/34a3
php/34a4