Mantis - Quercus
Viewing Issue Advanced Details
1139 minor always 05-22-06 13:18 05-24-06 16:50
koreth  
ferg  
normal  
closed 3.0.20  
fixed  
none    
none 3.0.20  
0001139: Compile failure with nonterminating while loop
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
060522 snapshot

Notes
(0001240)
ferg   
05-24-06 16:50   
php/3612