<?php class Foo { } $foo = new Foo(); $foofoo = new $foo(); var_dump($foofoo);
You have javascript disabled. You will not be able to edit any code.