xref: /php-src/ext/spl/spl_exceptions_arginfo.h (revision 10957e49)
1 /* This is a generated file, edit the .stub.php file instead.
2  * Stub hash: 07475caecc81ab3b38a04905f874615af1126289 */
3 
4 static const zend_function_entry class_LogicException_methods[] = {
5 	ZEND_FE_END
6 };
7 
8 static const zend_function_entry class_BadFunctionCallException_methods[] = {
9 	ZEND_FE_END
10 };
11 
12 static const zend_function_entry class_BadMethodCallException_methods[] = {
13 	ZEND_FE_END
14 };
15 
16 static const zend_function_entry class_DomainException_methods[] = {
17 	ZEND_FE_END
18 };
19 
20 static const zend_function_entry class_InvalidArgumentException_methods[] = {
21 	ZEND_FE_END
22 };
23 
24 static const zend_function_entry class_LengthException_methods[] = {
25 	ZEND_FE_END
26 };
27 
28 static const zend_function_entry class_OutOfRangeException_methods[] = {
29 	ZEND_FE_END
30 };
31 
32 static const zend_function_entry class_RuntimeException_methods[] = {
33 	ZEND_FE_END
34 };
35 
36 static const zend_function_entry class_OutOfBoundsException_methods[] = {
37 	ZEND_FE_END
38 };
39 
40 static const zend_function_entry class_OverflowException_methods[] = {
41 	ZEND_FE_END
42 };
43 
44 static const zend_function_entry class_RangeException_methods[] = {
45 	ZEND_FE_END
46 };
47 
48 static const zend_function_entry class_UnderflowException_methods[] = {
49 	ZEND_FE_END
50 };
51 
52 static const zend_function_entry class_UnexpectedValueException_methods[] = {
53 	ZEND_FE_END
54 };
55 
register_class_LogicException(zend_class_entry * class_entry_Exception)56 static zend_class_entry *register_class_LogicException(zend_class_entry *class_entry_Exception)
57 {
58 	zend_class_entry ce, *class_entry;
59 
60 	INIT_CLASS_ENTRY(ce, "LogicException", class_LogicException_methods);
61 	class_entry = zend_register_internal_class_ex(&ce, class_entry_Exception);
62 
63 	return class_entry;
64 }
65 
register_class_BadFunctionCallException(zend_class_entry * class_entry_LogicException)66 static zend_class_entry *register_class_BadFunctionCallException(zend_class_entry *class_entry_LogicException)
67 {
68 	zend_class_entry ce, *class_entry;
69 
70 	INIT_CLASS_ENTRY(ce, "BadFunctionCallException", class_BadFunctionCallException_methods);
71 	class_entry = zend_register_internal_class_ex(&ce, class_entry_LogicException);
72 
73 	return class_entry;
74 }
75 
register_class_BadMethodCallException(zend_class_entry * class_entry_BadFunctionCallException)76 static zend_class_entry *register_class_BadMethodCallException(zend_class_entry *class_entry_BadFunctionCallException)
77 {
78 	zend_class_entry ce, *class_entry;
79 
80 	INIT_CLASS_ENTRY(ce, "BadMethodCallException", class_BadMethodCallException_methods);
81 	class_entry = zend_register_internal_class_ex(&ce, class_entry_BadFunctionCallException);
82 
83 	return class_entry;
84 }
85 
register_class_DomainException(zend_class_entry * class_entry_LogicException)86 static zend_class_entry *register_class_DomainException(zend_class_entry *class_entry_LogicException)
87 {
88 	zend_class_entry ce, *class_entry;
89 
90 	INIT_CLASS_ENTRY(ce, "DomainException", class_DomainException_methods);
91 	class_entry = zend_register_internal_class_ex(&ce, class_entry_LogicException);
92 
93 	return class_entry;
94 }
95 
register_class_InvalidArgumentException(zend_class_entry * class_entry_LogicException)96 static zend_class_entry *register_class_InvalidArgumentException(zend_class_entry *class_entry_LogicException)
97 {
98 	zend_class_entry ce, *class_entry;
99 
100 	INIT_CLASS_ENTRY(ce, "InvalidArgumentException", class_InvalidArgumentException_methods);
101 	class_entry = zend_register_internal_class_ex(&ce, class_entry_LogicException);
102 
103 	return class_entry;
104 }
105 
register_class_LengthException(zend_class_entry * class_entry_LogicException)106 static zend_class_entry *register_class_LengthException(zend_class_entry *class_entry_LogicException)
107 {
108 	zend_class_entry ce, *class_entry;
109 
110 	INIT_CLASS_ENTRY(ce, "LengthException", class_LengthException_methods);
111 	class_entry = zend_register_internal_class_ex(&ce, class_entry_LogicException);
112 
113 	return class_entry;
114 }
115 
register_class_OutOfRangeException(zend_class_entry * class_entry_LogicException)116 static zend_class_entry *register_class_OutOfRangeException(zend_class_entry *class_entry_LogicException)
117 {
118 	zend_class_entry ce, *class_entry;
119 
120 	INIT_CLASS_ENTRY(ce, "OutOfRangeException", class_OutOfRangeException_methods);
121 	class_entry = zend_register_internal_class_ex(&ce, class_entry_LogicException);
122 
123 	return class_entry;
124 }
125 
register_class_RuntimeException(zend_class_entry * class_entry_Exception)126 static zend_class_entry *register_class_RuntimeException(zend_class_entry *class_entry_Exception)
127 {
128 	zend_class_entry ce, *class_entry;
129 
130 	INIT_CLASS_ENTRY(ce, "RuntimeException", class_RuntimeException_methods);
131 	class_entry = zend_register_internal_class_ex(&ce, class_entry_Exception);
132 
133 	return class_entry;
134 }
135 
register_class_OutOfBoundsException(zend_class_entry * class_entry_RuntimeException)136 static zend_class_entry *register_class_OutOfBoundsException(zend_class_entry *class_entry_RuntimeException)
137 {
138 	zend_class_entry ce, *class_entry;
139 
140 	INIT_CLASS_ENTRY(ce, "OutOfBoundsException", class_OutOfBoundsException_methods);
141 	class_entry = zend_register_internal_class_ex(&ce, class_entry_RuntimeException);
142 
143 	return class_entry;
144 }
145 
register_class_OverflowException(zend_class_entry * class_entry_RuntimeException)146 static zend_class_entry *register_class_OverflowException(zend_class_entry *class_entry_RuntimeException)
147 {
148 	zend_class_entry ce, *class_entry;
149 
150 	INIT_CLASS_ENTRY(ce, "OverflowException", class_OverflowException_methods);
151 	class_entry = zend_register_internal_class_ex(&ce, class_entry_RuntimeException);
152 
153 	return class_entry;
154 }
155 
register_class_RangeException(zend_class_entry * class_entry_RuntimeException)156 static zend_class_entry *register_class_RangeException(zend_class_entry *class_entry_RuntimeException)
157 {
158 	zend_class_entry ce, *class_entry;
159 
160 	INIT_CLASS_ENTRY(ce, "RangeException", class_RangeException_methods);
161 	class_entry = zend_register_internal_class_ex(&ce, class_entry_RuntimeException);
162 
163 	return class_entry;
164 }
165 
register_class_UnderflowException(zend_class_entry * class_entry_RuntimeException)166 static zend_class_entry *register_class_UnderflowException(zend_class_entry *class_entry_RuntimeException)
167 {
168 	zend_class_entry ce, *class_entry;
169 
170 	INIT_CLASS_ENTRY(ce, "UnderflowException", class_UnderflowException_methods);
171 	class_entry = zend_register_internal_class_ex(&ce, class_entry_RuntimeException);
172 
173 	return class_entry;
174 }
175 
register_class_UnexpectedValueException(zend_class_entry * class_entry_RuntimeException)176 static zend_class_entry *register_class_UnexpectedValueException(zend_class_entry *class_entry_RuntimeException)
177 {
178 	zend_class_entry ce, *class_entry;
179 
180 	INIT_CLASS_ENTRY(ce, "UnexpectedValueException", class_UnexpectedValueException_methods);
181 	class_entry = zend_register_internal_class_ex(&ce, class_entry_RuntimeException);
182 
183 	return class_entry;
184 }
185