reference/errorfunc/constants.xml
18c50932ca4a2b59f064c57ae42eaa360961f87e
...
...
@@ -22,7 +22,7 @@
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>
...
...
@@ -36,7 +36,7 @@
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>
...
...
@@ -49,7 +49,7 @@
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>
...
...
@@ -62,7 +62,7 @@
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>
...
...
@@ -76,7 +76,7 @@
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>
...
...
@@ -89,7 +89,7 @@
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>
...
...
@@ -103,7 +103,7 @@
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>
...
...
@@ -116,7 +116,7 @@
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>
...
...
@@ -130,7 +130,7 @@
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>
...
...
@@ -144,7 +144,7 @@
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>
...
...
@@ -158,7 +158,7 @@
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>
...
...
@@ -172,7 +172,7 @@
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>
...
...
@@ -183,10 +183,10 @@
183
183
to your code which will ensure the best interoperability
184
184
and forward compatibility of your code.
185
185
</entry>
186
-
<entry>Not included in <constant>E_ALL</constant> prior to 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>
...
...
@@ -199,10 +199,10 @@
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>As of 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>
...
...
@@ -212,10 +212,10 @@
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>As of 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>
...
...
@@ -226,25 +226,19 @@
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>As of 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
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