Mantis - Quercus
Viewing Issue Advanced Details
1098 major always 05-11-06 15:41 05-15-06 16:45
koreth  
ferg  
normal  
closed 3.0.19  
fixed  
none    
none 3.0.20  
0001098: Functions that throw exceptions don't compile
test.php:

<?php
function foo() {
    throw new Exception("foo");
}
?>

With Resin logging turned up to "fine", I see that the generated Java file doesn't compile:

[15:38:39.061] /Users/sgrimm/resin/resin-3.0.s060510/webapps/test/WEB-INF/work/_quercus/_test__php.java:64: cannot find symbol
[15:38:39.061] symbol : method NULLtoException()
[15:38:39.061] location: class com.caucho.quercus.env.NullValue
[15:38:39.061] throw NullValue.NULLtoException();
[15:38:39.061] ^
[15:38:39.061] 1 error

Notes
(0001135)
ferg   
05-15-06 16:45   
php/3g01