Mantis - Quercus
Viewing Issue Advanced Details
2851 major always 08-17-08 09:40 08-20-08 12:34
koreth  
nam  
normal  
closed 3.2.1  
fixed  
none    
none 3.2.1  
0002851: Can't compile class with abstract method
<?php
abstract class Foo {
  abstract function bar();
}

Fails to compile:

[09:38:19.589] {resin-19} com.caucho.java.JavaCompileException: .../_test__php.java:45: cannot find symbol
[09:38:19.589] {resin-19} symbol : variable fun_bar_0
[09:38:19.589] {resin-19} location: class _quercus._test__php.quercus_Foo_0
[09:38:19.589] {resin-19} cl.addMethod("bar", fun_bar_0);
[09:38:19.589] {resin-19} ^
[09:38:19.589] {resin-19} 1 error

Notes
(0003341)
nam   
08-20-08 12:34   
php/39j0