You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zend_throw_exception_ex(reflection_exception_ptr, 0TSRMLS_CC, "Class %s is an internal class that cannot be instantiated without invoking its constructor", ce->name);
4145
+
}
4146
+
4147
+
object_init_ex(return_value, ce);
4148
+
}
4149
+
/* }}} */
4150
+
4132
4151
/* {{{ proto public stdclass ReflectionClass::newInstanceArgs([array args])
Fatal error: Uncaught exception 'ReflectionException' with message 'Class DateTime is an internal class that cannot be instantiated without invoking its constructor' in %s/tests/ReflectionClass_newInstanceWithoutConstructor.php:%d
0 commit comments