Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
2851 | major | always | 08-17-08 09:40 | 08-20-08 12:34 | |
|
|||||
Reporter: | koreth | Platform: | |||
Assigned To: | nam | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.2.1 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.2.1 | ||
|
|||||
Summary: | 0002851: Can't compile class with abstract method | ||||
Description: |
<?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 |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|