ReflectionClass::newInstanceWithoutConstructor
( excerpt from http://php.net/manual/en/reflectionclass.newinstancewithoutconstructor.php )
public function newInstanceWithoutConstructor();
Creates a new instance of the class without invoking the constructor.