Anonymous | Login | Signup for a new account | 12-17-2024 12:03 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0001139 | [Quercus] | minor | always | 05-22-06 13:18 | 05-24-06 16:50 | ||||
Reporter | koreth | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product 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 |
||||||||
Additional Information | 060522 snapshot | ||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |