Mantis - Quercus
Viewing Issue Advanced Details
3444 major always 04-14-09 18:51 04-15-09 00:07
koreth  
nam  
normal  
closed 4.0.0  
fixed  
none    
none 4.0.0  
0003444: Compile failure when return statements are all inside switch statement
<?php
function foo() {
  switch (1) {
  default:
    return 1;
  }
}

Fails to compile:

[09-04-14 18:50:18.898] {resin-20} com.caucho.java.JavaCompileException: .../_test/_default_22dreturn__php.java:64: unreachable statement
[09-04-14 18:50:18.898] {resin-20} return com.caucho.quercus.env.NullValue.NULL;
[09-04-14 18:50:18.898] {resin-20} ^

Notes
(0003953)
nam   
04-15-09 00:07   
php/367y