reference/errorfunc/constants.xml
18c50932ca4a2b59f064c57ae42eaa360961f87e
...
...
@@ -22,11 +22,11 @@
22
22
</row>
23
23
</thead>
24
24
<tbody>
25
-
<row xml:id="errorfunc.constants.errorlevels.e-error">
25
+
<row xml:id="constant.e-error">
26
26
<entry>1</entry>
27
27
<entry>
28
28
<constant>E_ERROR</constant>
29
-
(<type>integer</type>)
29
+
(<type>int</type>)
30
30
</entry>
31
31
<entry>
32
32
Fatal run-time errors. These indicate errors that can not be
...
...
@@ -36,11 +36,11 @@
36
36
<entry></entry>
37
37
</row>
38
38

39
-
<row xml:id="errorfunc.constants.errorlevels.e-warning">
39
+
<row xml:id="constant.e-warning">
40
40
<entry>2</entry>
41
41
<entry>
42
42
<constant>E_WARNING</constant>
43
-
(<type>integer</type>)
43
+
(<type>int</type>)
44
44
</entry>
45
45
<entry>
46
46
Run-time warnings (non-fatal errors). Execution of the script is not
...
...
@@ -49,11 +49,11 @@
49
49
<entry></entry>
50
50
</row>
51
51

52
-
<row xml:id="errorfunc.constants.errorlevels.e-parse">
52
+
<row xml:id="constant.e-parse">
53
53
<entry>4</entry>
54
54
<entry>
55
55
<constant>E_PARSE</constant>
56
-
(<type>integer</type>)
56
+
(<type>int</type>)
57
57
</entry>
58
58
<entry>
59
59
Compile-time parse errors. Parse errors should only be generated by
...
...
@@ -62,11 +62,11 @@
62
62
<entry></entry>
63
63
</row>
64
64

65
-
<row xml:id="errorfunc.constants.errorlevels.e-notice">
65
+
<row xml:id="constant.e-notice">
66
66
<entry>8</entry>
67
67
<entry>
68
68
<constant>E_NOTICE</constant>
69
-
(<type>integer</type>)
69
+
(<type>int</type>)
70
70
</entry>
71
71
<entry>
72
72
Run-time notices. Indicate that the script encountered something that
...
...
@@ -76,11 +76,11 @@
76
76
<entry></entry>
77
77
</row>
78
78

79
-
<row xml:id="errorfunc.constants.errorlevels.e-core-error">
79
+
<row xml:id="constant.e-core-error">
80
80
<entry>16</entry>
81
81
<entry>
82
82
<constant>E_CORE_ERROR</constant>
83
-
(<type>integer</type>)
83
+
(<type>int</type>)
84
84
</entry>
85
85
<entry>
86
86
Fatal errors that occur during PHP's initial startup. This is like an
...
...
@@ -89,11 +89,11 @@
89
89
<entry></entry>
90
90
</row>
91
91

92
-
<row xml:id="errorfunc.constants.errorlevels.e-core-warning">
92
+
<row xml:id="constant.e-core-warning">
93
93
<entry>32</entry>
94
94
<entry>
95
95
<constant>E_CORE_WARNING</constant>
96
-
(<type>integer</type>)
96
+
(<type>int</type>)
97
97
</entry>
98
98
<entry>
99
99
Warnings (non-fatal errors) that occur during PHP's initial startup.
...
...
@@ -103,11 +103,11 @@
103
103
<entry></entry>
104
104
</row>
105
105

106
-
<row xml:id="errorfunc.constants.errorlevels.e-compile-error">
106
+
<row xml:id="constant.e-compile-error">
107
107
<entry>64</entry>
108
108
<entry>
109
109
<constant>E_COMPILE_ERROR</constant>
110
-
(<type>integer</type>)
110
+
(<type>int</type>)
111
111
</entry>
112
112
<entry>
113
113
Fatal compile-time errors. This is like an <constant>E_ERROR</constant>,
...
...
@@ -116,11 +116,11 @@
116
116
<entry></entry>
117
117
</row>
118
118

119
-
<row xml:id="errorfunc.constants.errorlevels.e-compile-warning">
119
+
<row xml:id="constant.e-compile-warning">
120
120
<entry>128</entry>
121
121
<entry>
122
122
<constant>E_COMPILE_WARNING</constant>
123
-
(<type>integer</type>)
123
+
(<type>int</type>)
124
124
</entry>
125
125
<entry>
126
126
Compile-time warnings (non-fatal errors). This is like an
...
...
@@ -130,11 +130,11 @@
130
130
<entry></entry>
131
131
</row>
132
132

133
-
<row xml:id="errorfunc.constants.errorlevels.e-user-error">
133
+
<row xml:id="constant.e-user-error">
134
134
<entry>256</entry>
135
135
<entry>
136
136
<constant>E_USER_ERROR</constant>
137
-
(<type>integer</type>)
137
+
(<type>int</type>)
138
138
</entry>
139
139
<entry>
140
140
User-generated error message. This is like an
...
...
@@ -144,11 +144,11 @@
144
144
<entry></entry>
145
145
</row>
146
146

147
-
<row xml:id="errorfunc.constants.errorlevels.e-user-warning">
147
+
<row xml:id="constant.e-user-warning">
148
148
<entry>512</entry>
149
149
<entry>
150
150
<constant>E_USER_WARNING</constant>
151
-
(<type>integer</type>)
151
+
(<type>int</type>)
152
152
</entry>
153
153
<entry>
154
154
User-generated warning message. This is like an
...
...
@@ -158,11 +158,11 @@
158
158
<entry></entry>
159
159
</row>
160
160

161
-
<row xml:id="errorfunc.constants.errorlevels.e-user-notice">
161
+
<row xml:id="constant.e-user-notice">
162
162
<entry>1024</entry>
163
163
<entry>
164
164
<constant>E_USER_NOTICE</constant>
165
-
(<type>integer</type>)
165
+
(<type>int</type>)
166
166
</entry>
167
167
<entry>
168
168
User-generated notice message. This is like an
...
...
@@ -172,25 +172,25 @@
172
172
<entry></entry>
173
173
</row>
174
174

175
-
<row xml:id="errorfunc.constants.errorlevels.e-strict">
175
+
<row xml:id="constant.e-strict">
176
176
<entry>2048</entry>
177
177
<entry>
178
178
<constant>E_STRICT</constant>
179
-
(<type>integer</type>)
179
+
(<type>int</type>)
180
180
</entry>
181
181
<entry>
182
182
Enable to have PHP suggest changes
183
183
to your code which will ensure the best interoperability
184
184
and forward compatibility of your code.
185
185
</entry>
186
-
<entry>Since PHP 5 but not included in <constant>E_ALL</constant> until PHP 5.4.0</entry>
186
+
<entry></entry>
187
187
</row>
188
188

189
-
<row xml:id="errorfunc.constants.errorlevels.e-recoverable-error">
189
+
<row xml:id="constant.e-recoverable-error">
190
190
<entry>4096</entry>
191
191
<entry>
192
192
<constant>E_RECOVERABLE_ERROR</constant>
193
-
(<type>integer</type>)
193
+
(<type>int</type>)
194
194
</entry>
195
195
<entry>
196
196
Catchable fatal error. It indicates that a probably dangerous error
...
...
@@ -199,52 +199,46 @@
199
199
<function>set_error_handler</function>), the application aborts as it
200
200
was an <constant>E_ERROR</constant>.
201
201
</entry>
202
-
<entry>Since PHP 5.2.0</entry>
202
+
<entry></entry>
203
203
</row>
204
204

205
-
<row xml:id="errorfunc.constants.errorlevels.e-deprecated-error">
205
+
<row xml:id="constant.e-deprecated">
206
206
<entry>8192</entry>
207
207
<entry>
208
208
<constant>E_DEPRECATED</constant>
209
-
(<type>integer</type>)
209
+
(<type>int</type>)
210
210
</entry>
211
211
<entry>
212
212
Run-time notices. Enable this to receive warnings about code
213
213
that will not work in future versions.
214
214
</entry>
215
-
<entry>Since PHP 5.3.0</entry>
215
+
<entry></entry>
216
216
</row>
217
217

218
-
<row xml:id="errorfunc.constants.errorlevels.e-user-deprecated">
218
+
<row xml:id="constant.e-user-deprecated">
219
219
<entry>16384</entry>
220
220
<entry>
221
221
<constant>E_USER_DEPRECATED</constant>
222
-
(<type>integer</type>)
222
+
(<type>int</type>)
223
223
</entry>
224
224
<entry>
225
225
User-generated warning message. This is like an
226
226
<constant>E_DEPRECATED</constant>, except it is generated in PHP code by
227
227
using the PHP function <function>trigger_error</function>.
228
228
</entry>
229
-
<entry>Since PHP 5.3.0</entry>
229
+
<entry></entry>
230
230
</row>
231
231

232
-
<row xml:id="errorfunc.constants.errorlevels.e-all">
232
+
<row xml:id="constant.e-all">
233
233
<entry>32767</entry>
234
234
<entry>
235
235
<constant>E_ALL</constant>
236
-
(<type>integer</type>)
236
+
(<type>int</type>)
237
237
</entry>
238
238
<entry>
239
-
All errors and warnings, as supported, except of level
240
-
<constant>E_STRICT</constant> prior to PHP 5.4.0.
241
-
</entry>
242
-
<entry>
243
-
32767 in PHP 5.4.x,
244
-
30719 in PHP 5.3.x,
245
-
6143 in PHP 5.2.x,
246
-
2047 previously
239
+
All errors, warnings, and notices.
247
240
</entry>
241
+
<entry></entry>
248
242
</row>
249
243

250
244
</tbody>
251
245