Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] 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 Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.2.1 Product Version 3.2.0
  Product Build
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.
Steps To Reproduce
Additional Information
Attached Files

- Relationships

- Notes
(0003340)
nam
08-20-08 12:32

php/3766
 

- Issue History
Date Modified Username Field Change
08-15-08 23:30 koreth New Issue
08-18-08 15:14 nam Status new => assigned
08-18-08 15:14 nam Assigned To  => nam
08-20-08 12:32 nam Status assigned => closed
08-20-08 12:32 nam Note Added: 0003340
08-20-08 12:32 nam Resolution open => fixed
08-20-08 12:32 nam Fixed in Version  => 3.2.1


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker