Mantis - Quercus
Viewing Issue Advanced Details
3358 block always 02-26-09 15:04 03-06-09 13:16
koreth  
nam  
normal  
closed 4.0.0  
fixed  
none    
none 4.0.0  
0003358: Array with binary string fails to compile
<?php
function foo() {
    $sets = array(
      "\xA4",
    );
}

Fails to compile after the fix for bug 3353. No stack trace, just two exceptions:

[15:02:15.546] {resin-10} java.lang.ExceptionInInitializerError
[15:02:15.547] {resin-10} java.lang.NullPointerException

Notes
(0003847)
nam   
02-26-09 16:06   
Fixed just now.
(0003867)
nam   
03-06-09 13:16   
php/313v