mirror of
https://github.com/php/php-src.git
synced 2024-12-18 22:41:20 +08:00
273731fb76
We also change `Generator::throw()` to expect a `Throwable` in the first place, and we now throw a TypeError instead of returning `false` from `Exception::getTraceAsString()`.
25 lines
791 B
C
25 lines
791 B
C
/* This is a generated file, edit the .stub.php file instead. */
|
|
|
|
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_Closure___construct, 0, 0, 0)
|
|
ZEND_END_ARG_INFO()
|
|
|
|
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_Closure_bind, 0, 0, 2)
|
|
ZEND_ARG_OBJ_INFO(0, closure, Closure, 0)
|
|
ZEND_ARG_TYPE_INFO(0, newthis, IS_OBJECT, 1)
|
|
ZEND_ARG_INFO(0, newscope)
|
|
ZEND_END_ARG_INFO()
|
|
|
|
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_Closure_bindTo, 0, 0, 1)
|
|
ZEND_ARG_TYPE_INFO(0, newthis, IS_OBJECT, 1)
|
|
ZEND_ARG_INFO(0, newscope)
|
|
ZEND_END_ARG_INFO()
|
|
|
|
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_Closure_call, 0, 0, 1)
|
|
ZEND_ARG_TYPE_INFO(0, newthis, IS_OBJECT, 0)
|
|
ZEND_ARG_VARIADIC_INFO(0, parameters)
|
|
ZEND_END_ARG_INFO()
|
|
|
|
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_Closure_fromCallable, 0, 0, 1)
|
|
ZEND_ARG_INFO(0, callable)
|
|
ZEND_END_ARG_INFO()
|