Anonymous | Login | Signup for a new account | 12-17-2024 08:35 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0002857 | [Quercus] | major | always | 08-20-08 21:21 | 08-21-08 06:55 | ||||
Reporter | koreth | View Status | public | ||||||
Assigned To | nam | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 3.2.1 | ||||||
Summary | 0002857: Can't compile class with magic set/get/call methods | ||||||||
Description |
<?php class Test { function __call($function, $args) { } function __set($key, $value) { } function __get($key) { } } Fails to compile: [21:18:22.452] {resin-4} com.caucho.java.JavaCompileException: .../_quercus/_test__php.java:45: cannot find symbol [21:18:22.452] {resin-4} symbol : variable fun___get [21:18:22.452] {resin-4} location: class _quercus._test__php.quercus_Test_0 [21:18:22.452] {resin-4} cl.setFieldGet(fun___get); [21:18:22.452] {resin-4} ^ [21:18:22.452] {resin-4} .../_quercus/_test__php.java:47: cannot find symbol [21:18:22.452] {resin-4} symbol : variable fun___set [21:18:22.452] {resin-4} location: class _quercus._test__php.quercus_Test_0 [21:18:22.452] {resin-4} cl.setFieldSet(fun___set); [21:18:22.452] {resin-4} ^ [21:18:22.452] {resin-4} .../_quercus/_test__php.java:49: cannot find symbol [21:18:22.452] {resin-4} symbol : variable fun___call [21:18:22.452] {resin-4} location: class _quercus._test__php.quercus_Test_0 [21:18:22.452] {resin-4} cl.setCall(fun___call); [21:18:22.452] {resin-4} ^ |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |