Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
3315 | minor | always | 02-02-09 18:56 | 02-02-09 20:33 | |
|
|||||
Reporter: | koreth | Platform: | |||
Assigned To: | nam | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 4.0.0 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in 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]". |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|