| Anonymous | Login | Signup for a new account | 11-04-2025 05:22 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 | ||||
| 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 | Platform | |||||
| Status | closed | OS | |||||||
| Projection | none | OS Version | |||||||
| ETA | none | Fixed in Version | 3.2.1 | Product Version | 3.2.1 | ||||
| Product Build | |||||||||
| 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);  | 
||||||||
| Steps To Reproduce | |||||||||
| 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.  |