summaryrefslogtreecommitdiff
path: root/Zend/zend_exceptions_arginfo.h
blob: c2f83e47e50b297daf5bbdf55db8179b2eeab305 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
/* 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_Throwable___toString 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(0, code, IS_LONG, 0)
	ZEND_ARG_OBJ_INFO(0, previous, Throwable, 1)
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

#define arginfo_class_Exception___toString arginfo_class_Throwable_getMessage

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(0, code, IS_LONG, 0)
	ZEND_ARG_TYPE_INFO(0, severity, IS_LONG, 0)
	ZEND_ARG_TYPE_INFO(0, filename, IS_STRING, 0)
	ZEND_ARG_TYPE_INFO(0, lineno, IS_LONG, 0)
	ZEND_ARG_OBJ_INFO(0, previous, Throwable, 1)
ZEND_END_ARG_INFO()

#define arginfo_class_ErrorException_getSeverity arginfo_class_Throwable_getMessage