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