Anonymous | Login | Signup for a new account | 12-17-2024 10:59 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 | ||||
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 | Platform | |||||
Status | closed | OS | |||||||
Projection | none | OS Version | |||||||
ETA | none | Fixed in Version | 4.0.0 | Product Version | 4.0.0 | ||||
Product Build | |||||||||
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]". |
||||||||
Steps To Reproduce | |||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |