(PHP >= 5.4.0)
ReflectionClass::newInstanceWithoutConstructor — Creates a new class instance without invoking the constructor.
Creates a new instance of the class without invoking the constructor.
A ReflectionException if the class is an internal class that cannot be instantiated without invoking the constructor.