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