xref: /php-src/ext/spl/spl_exceptions_arginfo.h (revision 53cb8967)
1 /* This is a generated file, edit the .stub.php file instead.
2  * Stub hash: 07475caecc81ab3b38a04905f874615af1126289 */
3 
register_class_LogicException(zend_class_entry * class_entry_Exception)4 static zend_class_entry *register_class_LogicException(zend_class_entry *class_entry_Exception)
5 {
6 	zend_class_entry ce, *class_entry;
7 
8 	INIT_CLASS_ENTRY(ce, "LogicException", NULL);
9 	class_entry = zend_register_internal_class_with_flags(&ce, class_entry_Exception, 0);
10 
11 	return class_entry;
12 }
13 
register_class_BadFunctionCallException(zend_class_entry * class_entry_LogicException)14 static zend_class_entry *register_class_BadFunctionCallException(zend_class_entry *class_entry_LogicException)
15 {
16 	zend_class_entry ce, *class_entry;
17 
18 	INIT_CLASS_ENTRY(ce, "BadFunctionCallException", NULL);
19 	class_entry = zend_register_internal_class_with_flags(&ce, class_entry_LogicException, 0);
20 
21 	return class_entry;
22 }
23 
register_class_BadMethodCallException(zend_class_entry * class_entry_BadFunctionCallException)24 static zend_class_entry *register_class_BadMethodCallException(zend_class_entry *class_entry_BadFunctionCallException)
25 {
26 	zend_class_entry ce, *class_entry;
27 
28 	INIT_CLASS_ENTRY(ce, "BadMethodCallException", NULL);
29 	class_entry = zend_register_internal_class_with_flags(&ce, class_entry_BadFunctionCallException, 0);
30 
31 	return class_entry;
32 }
33 
register_class_DomainException(zend_class_entry * class_entry_LogicException)34 static zend_class_entry *register_class_DomainException(zend_class_entry *class_entry_LogicException)
35 {
36 	zend_class_entry ce, *class_entry;
37 
38 	INIT_CLASS_ENTRY(ce, "DomainException", NULL);
39 	class_entry = zend_register_internal_class_with_flags(&ce, class_entry_LogicException, 0);
40 
41 	return class_entry;
42 }
43 
register_class_InvalidArgumentException(zend_class_entry * class_entry_LogicException)44 static zend_class_entry *register_class_InvalidArgumentException(zend_class_entry *class_entry_LogicException)
45 {
46 	zend_class_entry ce, *class_entry;
47 
48 	INIT_CLASS_ENTRY(ce, "InvalidArgumentException", NULL);
49 	class_entry = zend_register_internal_class_with_flags(&ce, class_entry_LogicException, 0);
50 
51 	return class_entry;
52 }
53 
register_class_LengthException(zend_class_entry * class_entry_LogicException)54 static zend_class_entry *register_class_LengthException(zend_class_entry *class_entry_LogicException)
55 {
56 	zend_class_entry ce, *class_entry;
57 
58 	INIT_CLASS_ENTRY(ce, "LengthException", NULL);
59 	class_entry = zend_register_internal_class_with_flags(&ce, class_entry_LogicException, 0);
60 
61 	return class_entry;
62 }
63 
register_class_OutOfRangeException(zend_class_entry * class_entry_LogicException)64 static zend_class_entry *register_class_OutOfRangeException(zend_class_entry *class_entry_LogicException)
65 {
66 	zend_class_entry ce, *class_entry;
67 
68 	INIT_CLASS_ENTRY(ce, "OutOfRangeException", NULL);
69 	class_entry = zend_register_internal_class_with_flags(&ce, class_entry_LogicException, 0);
70 
71 	return class_entry;
72 }
73 
register_class_RuntimeException(zend_class_entry * class_entry_Exception)74 static zend_class_entry *register_class_RuntimeException(zend_class_entry *class_entry_Exception)
75 {
76 	zend_class_entry ce, *class_entry;
77 
78 	INIT_CLASS_ENTRY(ce, "RuntimeException", NULL);
79 	class_entry = zend_register_internal_class_with_flags(&ce, class_entry_Exception, 0);
80 
81 	return class_entry;
82 }
83 
register_class_OutOfBoundsException(zend_class_entry * class_entry_RuntimeException)84 static zend_class_entry *register_class_OutOfBoundsException(zend_class_entry *class_entry_RuntimeException)
85 {
86 	zend_class_entry ce, *class_entry;
87 
88 	INIT_CLASS_ENTRY(ce, "OutOfBoundsException", NULL);
89 	class_entry = zend_register_internal_class_with_flags(&ce, class_entry_RuntimeException, 0);
90 
91 	return class_entry;
92 }
93 
register_class_OverflowException(zend_class_entry * class_entry_RuntimeException)94 static zend_class_entry *register_class_OverflowException(zend_class_entry *class_entry_RuntimeException)
95 {
96 	zend_class_entry ce, *class_entry;
97 
98 	INIT_CLASS_ENTRY(ce, "OverflowException", NULL);
99 	class_entry = zend_register_internal_class_with_flags(&ce, class_entry_RuntimeException, 0);
100 
101 	return class_entry;
102 }
103 
register_class_RangeException(zend_class_entry * class_entry_RuntimeException)104 static zend_class_entry *register_class_RangeException(zend_class_entry *class_entry_RuntimeException)
105 {
106 	zend_class_entry ce, *class_entry;
107 
108 	INIT_CLASS_ENTRY(ce, "RangeException", NULL);
109 	class_entry = zend_register_internal_class_with_flags(&ce, class_entry_RuntimeException, 0);
110 
111 	return class_entry;
112 }
113 
register_class_UnderflowException(zend_class_entry * class_entry_RuntimeException)114 static zend_class_entry *register_class_UnderflowException(zend_class_entry *class_entry_RuntimeException)
115 {
116 	zend_class_entry ce, *class_entry;
117 
118 	INIT_CLASS_ENTRY(ce, "UnderflowException", NULL);
119 	class_entry = zend_register_internal_class_with_flags(&ce, class_entry_RuntimeException, 0);
120 
121 	return class_entry;
122 }
123 
register_class_UnexpectedValueException(zend_class_entry * class_entry_RuntimeException)124 static zend_class_entry *register_class_UnexpectedValueException(zend_class_entry *class_entry_RuntimeException)
125 {
126 	zend_class_entry ce, *class_entry;
127 
128 	INIT_CLASS_ENTRY(ce, "UnexpectedValueException", NULL);
129 	class_entry = zend_register_internal_class_with_flags(&ce, class_entry_RuntimeException, 0);
130 
131 	return class_entry;
132 }
133