Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
3444 | major | always | 04-14-09 18:51 | 04-15-09 00:07 | |
|
|||||
Reporter: | koreth | Platform: | |||
Assigned To: | nam | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 4.0.0 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.0 | ||
|
|||||
Summary: | 0003444: Compile failure when return statements are all inside switch statement | ||||
Description: |
<?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} ^ |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|