|
|
|
@ -4690,7 +4690,7 @@ ZEND_METHOD(reflection_class, isInstance) |
|
|
|
} |
|
|
|
/* }}} */ |
|
|
|
|
|
|
|
/* {{{ proto public stdclass ReflectionClass::newInstance(mixed* args, ...) |
|
|
|
/* {{{ proto public stdclass ReflectionClass::newInstance([mixed* args], ...) |
|
|
|
Returns an instance of this class */ |
|
|
|
ZEND_METHOD(reflection_class, newInstance) |
|
|
|
{ |
|
|
|
@ -6388,8 +6388,8 @@ ZEND_BEGIN_ARG_INFO(arginfo_reflection_class_isInstance, 0) |
|
|
|
ZEND_ARG_INFO(0, object) |
|
|
|
ZEND_END_ARG_INFO() |
|
|
|
|
|
|
|
ZEND_BEGIN_ARG_INFO(arginfo_reflection_class_newInstance, 0) |
|
|
|
ZEND_ARG_INFO(0, args) |
|
|
|
ZEND_BEGIN_ARG_INFO_EX(arginfo_reflection_class_newInstance, 0, 0, 0) |
|
|
|
ZEND_ARG_VARIADIC_INFO(0, args) |
|
|
|
ZEND_END_ARG_INFO() |
|
|
|
|
|
|
|
ZEND_BEGIN_ARG_INFO(arginfo_reflection_class_newInstanceWithoutConstructor, 0) |
|
|
|
|