Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1139 | minor | always | 05-22-06 13:18 | 05-24-06 16:50 | |
|
|||||
Reporter: | koreth | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.0.20 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.0.20 | ||
|
|||||
Summary: | 0001139: Compile failure with nonterminating while loop | ||||
Description: |
PHP: <?php function foo() { while (1) { if (1) return 1; else return 0; } } ?> This fails to compile: [13:15:59.804] /Users/sgrimm/resin/resin/webapps/test/WEB-INF/work/_quercus/_test__php.java:74: unreachable statement [13:15:59.804] return com.caucho.quercus.env.NullValue.NULL; [13:15:59.804] ^ [13:15:59.804] 1 error |
||||
Steps To Reproduce: | |||||
Additional Information: | 060522 snapshot | ||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|