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