Anonymous | Login | Signup for a new account | 12-17-2024 11:57 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 | ||||
0002927 | [Quercus] | major | always | 09-11-08 17:27 | 09-12-08 09:25 | ||||
Reporter | koreth | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 3.2.1 | ||||||
Summary | 0002927: Dynamic method calls don't work with more than 5 arguments | ||||||||
Description |
The first method call works; the second bombs out with "Fatal Error: 'x' is an unknown method of ObjectExtValue@784920740[Foo]." <?php class Foo { function __call($function, $args) { print "call $function\n"; } } $c = new Foo(); $method = 'x'; // This works print $c->$method(1, 1, 1, 1, 1); // But this doesn't print $c->$method(1, 1, 1, 1, 1, 1); |
||||||||
Additional Information | This was a tricky one to figure out how to reproduce! | ||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |