Anonymous | Login | Signup for a new account | 12-17-2024 15:03 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 | ||||
0002812 | [Quercus] | minor | always | 07-29-08 19:01 | 08-07-08 16:18 | ||||
Reporter | nam | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | |||||||
Summary | 0002812: $$object->foo() variable variable eval errors | ||||||||
Description |
(rep by xevioso) <?php class Setting { function __call($name, $args) { echo "inside Setting->__call()\n"; var_dump($name); var_dump($args); } } $ObjectType = 'Setting'; $$ObjectType = new $ObjectType(); $$ObjectType->foo(); ?> |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
30 total queries executed. 26 unique queries executed. |