Anonymous | Login | Signup for a new account | 12-17-2024 11:02 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0001099 | [Quercus] | major | always | 05-11-06 17:33 | 05-15-06 16:32 | ||||
Reporter | koreth | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | Platform | |||||
Status | closed | OS | |||||||
Projection | none | OS Version | |||||||
ETA | none | Fixed in Version | 3.0.20 | Product Version | 3.0.19 | ||||
Product Build | |||||||||
Summary | 0001099: Can't call static method from another class's static method | ||||||||
Description |
PHP file: <?php class foo1 { public static function spit($arg) { print $arg; } } class foo2 { public static function test() { foo1::spit("hi"); } } ?> This results in an invalid Java file that causes a compilation error: /Users/sgrimm/resin/resin-3.0.s060510/webapps/test/WEB-INF/work/_quercus/_test__php.java:90: cannot find symbol symbol : variable q_this location: class _quercus._test__php.quercus_foo2 env.getClass("foo1").evalMethod(env, q_this, "spit", _quercus_value_0); ^ 1 error |
||||||||
Steps To Reproduce | |||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |