Anonymous | Login | Signup for a new account | 12-17-2024 08:32 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 | ||||
0002850 | [Quercus] | major | always | 08-15-08 23:30 | 08-20-08 12:32 | ||||
Reporter | koreth | View Status | public | ||||||
Assigned To | nam | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 3.2.0 | ||||||
Summary | 0002850: Can't compile function that calls func_get_args() | ||||||||
Description |
<?php function dazzle() { $argv = func_get_args(); } This fails to compile: [23:28:15.574] {resin-1} com.caucho.java.JavaCompileException: .../_test__php.java:37: cannot find symbol [23:28:15.574] {resin-1} symbol : class fun_dazzle [23:28:15.574] {resin-1} location: class _quercus._test__php [23:28:15.574] {resin-1} public static final fun_dazzle fun_dazzle_0 = new fun_dazzle_0(); [23:28:15.574] {resin-1} ^ [23:28:15.574] {resin-1} 1 error Looks like the generated Java code is missing the integer suffix on the class name. |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |