<?php class testClass { public function __construct(){echo 'JO';} } class t { public function __construct($T){ $myObj = new {$T}();} } $obj = new t('testClass');
You have javascript disabled. You will not be able to edit any code.