php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
spl_exceptions_arginfo.h
Go to the documentation of this file.
1/* This is a generated file, edit the .stub.php file instead.
2 * Stub hash: 07475caecc81ab3b38a04905f874615af1126289 */
3
4static 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
14static 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
24static 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
34static 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
44static 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
54static 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
64static 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
74static 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
84static 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
94static 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
104static 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
114static 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
124static 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}
#define NULL
Definition gdcache.h:45
ZEND_API zend_class_entry * zend_register_internal_class_with_flags(zend_class_entry *class_entry, zend_class_entry *parent_ce, uint32_t ce_flags)
Definition zend_API.c:3512
#define INIT_CLASS_ENTRY(class_container, class_name, functions)
Definition zend_API.h:279
struct _zend_class_entry zend_class_entry