ReflectionClass::newInstanceWithoutConstructorCreates a new class instance without invoking the constructor
&reftitle.description;
publicobjectReflectionClass::newInstanceWithoutConstructor
Creates a new instance of the class without invoking the constructor.
&reftitle.parameters;
&reftitle.returnvalues;
&reftitle.errors;
A ReflectionException if the class is an internal
class that cannot be instantiated without invoking the constructor.
This exception is limited only to internal classes that are
final.
&reftitle.seealso;
ReflectionClass::newInstanceReflectionClass::newInstanceArgs