Coverage Report

Created: 2025-12-14 06:06

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