php-src/Zend/zend_exceptions_arginfo.h
Máté Kocsis 3709e74b5e
Store default parameter values of internal functions in arg info
Closes GH-5353. From now on, PHP will have reflection information
about default values of parameters of internal functions.

Co-authored-by: Nikita Popov <nikita.ppv@gmail.com>
2020-04-08 18:37:51 +02:00

54 lines
2.2 KiB
C

/* This is a generated file, edit the .stub.php file instead. */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_Throwable_getMessage, 0, 0, 0)
ZEND_END_ARG_INFO()
#define arginfo_class_Throwable_getCode arginfo_class_Throwable_getMessage
#define arginfo_class_Throwable_getFile arginfo_class_Throwable_getMessage
#define arginfo_class_Throwable_getLine arginfo_class_Throwable_getMessage
#define arginfo_class_Throwable_getTrace arginfo_class_Throwable_getMessage
#define arginfo_class_Throwable_getPrevious arginfo_class_Throwable_getMessage
#define arginfo_class_Throwable_getTraceAsString arginfo_class_Throwable_getMessage
#define arginfo_class_Exception___clone arginfo_class_Throwable_getMessage
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_Exception___construct, 0, 0, 0)
ZEND_ARG_TYPE_INFO(0, message, IS_STRING, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, code, IS_LONG, 0, "0")
ZEND_ARG_OBJ_INFO_WITH_DEFAULT_VALUE(0, previous, Throwable, 1, "null")
ZEND_END_ARG_INFO()
#define arginfo_class_Exception___wakeup arginfo_class_Throwable_getMessage
#define arginfo_class_Exception_getMessage arginfo_class_Throwable_getMessage
#define arginfo_class_Exception_getCode arginfo_class_Throwable_getMessage
#define arginfo_class_Exception_getFile arginfo_class_Throwable_getMessage
#define arginfo_class_Exception_getLine arginfo_class_Throwable_getMessage
#define arginfo_class_Exception_getTrace arginfo_class_Throwable_getMessage
#define arginfo_class_Exception_getPrevious arginfo_class_Throwable_getMessage
#define arginfo_class_Exception_getTraceAsString arginfo_class_Throwable_getMessage
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_Exception___toString, 0, 0, IS_STRING, 0)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_ErrorException___construct, 0, 0, 0)
ZEND_ARG_TYPE_INFO(0, message, IS_STRING, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, code, IS_LONG, 0, "0")
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, severity, IS_LONG, 0, "E_ERROR")
ZEND_ARG_TYPE_INFO(0, filename, IS_STRING, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, lineno, IS_LONG, 0, "0")
ZEND_ARG_OBJ_INFO_WITH_DEFAULT_VALUE(0, previous, Throwable, 1, "null")
ZEND_END_ARG_INFO()
#define arginfo_class_ErrorException_getSeverity arginfo_class_Throwable_getMessage