Mantis - Quercus
Viewing Issue Advanced Details
3376 block always 03-09-09 11:35 03-09-09 12:25
koreth  
nam  
normal  
closed 4.0.0  
fixed  
none    
none 4.0.0  
0003376: Can't compile global string assignment
This was introduced today. The following fails to compile (throws an ArrayIndexOutOfBoundsException):

<?php
$GLOBALS['b'] = ' ';

That's two spaces between the single quotes. (One space seems to compile fine.)

Notes
(0003869)
nam   
03-09-09 12:25   
php/313y