ReflectionClass::newInstanceWithoutConstructor
Creates a new class instance without invoking the constructor.
&reftitle.description;
public objectReflectionClass::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.
&reftitle.seealso;
ReflectionClass::newInstance
ReflectionClass::newInstanceArgs