Mantis Bugtracker
  

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

- Relationships

- Notes
(0003288)
nam
07-29-08 19:10

php/0d6g
php/3d6g
 

- Issue History
Date Modified Username Field Change
07-29-08 19:01 nam New Issue
07-29-08 19:02 nam Description Updated
07-29-08 19:10 nam Note Added: 0003288
08-07-08 16:18 ferg Assigned To  => ferg
08-07-08 16:18 ferg Status new => closed
08-07-08 16:18 ferg Resolution open => fixed
08-07-08 16:18 ferg Fixed in Version  => 3.2.1


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
30 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker