Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003315 [Quercus] minor always 02-02-09 18:56 02-02-09 20:33
Reporter koreth View Status public  
Assigned To nam
Priority normal Resolution fixed  
Status closed   Product Version 4.0.0
Summary 0003315: Explicit specification of class name not allowed in call_user_func_array()
Description <?php
class Foo {
  public function yum() {
    print "hi\n";
  }
}
$foo = new Foo;
call_user_func_array(array($foo, 'Foo::yum'), array());

PHP prints "hi". Quercus prints "Fatal Error: Call to undefined method Foo::Foo::yum() [call_user_func_array]".
Additional Information
Attached Files

- Relationships

- Notes
(0003795)
nam
02-02-09 20:33

php/09lf
 

- Issue History
Date Modified Username Field Change
02-02-09 18:56 koreth New Issue
02-02-09 19:48 nam Status new => assigned
02-02-09 19:48 nam Assigned To  => nam
02-02-09 20:33 nam Status assigned => closed
02-02-09 20:33 nam Note Added: 0003795
02-02-09 20:33 nam Resolution open => fixed
02-02-09 20:33 nam Fixed in Version  => 4.0.0


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