Skip to content

Commit 3422b02

Browse files
committed
Run script from doc-en PR 3206
1 parent 0cda083 commit 3422b02

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

reference/errorfunc/functions/error-reporting.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -52,85 +52,85 @@
5252
<row>
5353
<entry>1</entry>
5454
<entry>
55-
<link linkend="errorfunc.constants.errorlevels.e-error">E_ERROR</link>
55+
<link linkend="constant.e-error">E_ERROR</link>
5656
</entry>
5757
</row>
5858
<row>
5959
<entry>2</entry>
6060
<entry>
61-
<link linkend="errorfunc.constants.errorlevels.e-warning">E_WARNING</link>
61+
<link linkend="constant.e-warning">E_WARNING</link>
6262
</entry>
6363
</row>
6464
<row>
6565
<entry>4</entry>
6666
<entry>
67-
<link linkend="errorfunc.constants.errorlevels.e-parse">E_PARSE</link>
67+
<link linkend="constant.e-parse">E_PARSE</link>
6868
</entry>
6969
</row>
7070
<row>
7171
<entry>8</entry>
7272
<entry>
73-
<link linkend="errorfunc.constants.errorlevels.e-notice">E_NOTICE</link>
73+
<link linkend="constant.e-notice">E_NOTICE</link>
7474
</entry>
7575
</row>
7676
<row>
7777
<entry>16</entry>
7878
<entry>
79-
<link linkend="errorfunc.constants.errorlevels.e-core-error">E_CORE_ERROR</link>
79+
<link linkend="constant.e-core-error">E_CORE_ERROR</link>
8080
</entry>
8181
</row>
8282
<row>
8383
<entry>32</entry>
8484
<entry>
85-
<link linkend="errorfunc.constants.errorlevels.e-core-warning">E_CORE_WARNING</link>
85+
<link linkend="constant.e-core-warning">E_CORE_WARNING</link>
8686
</entry>
8787
</row>
8888
<row>
8989
<entry>64</entry>
9090
<entry>
91-
<link linkend="errorfunc.constants.errorlevels.e-compile-error">E_COMPILE_ERROR</link>
91+
<link linkend="constant.e-compile-error">E_COMPILE_ERROR</link>
9292
</entry>
9393
</row>
9494
<row>
9595
<entry>128</entry>
9696
<entry>
97-
<link linkend="errorfunc.constants.errorlevels.e-compile-warning">E_COMPILE_WARNING</link>
97+
<link linkend="constant.e-compile-warning">E_COMPILE_WARNING</link>
9898
</entry>
9999
</row>
100100
<row>
101101
<entry>256</entry>
102102
<entry>
103-
<link linkend="errorfunc.constants.errorlevels.e-user-error">E_USER_ERROR</link>
103+
<link linkend="constant.e-user-error">E_USER_ERROR</link>
104104
</entry>
105105
</row>
106106
<row>
107107
<entry>512</entry>
108108
<entry>
109-
<link linkend="errorfunc.constants.errorlevels.e-user-warning">E_USER_WARNING</link>
109+
<link linkend="constant.e-user-warning">E_USER_WARNING</link>
110110
</entry>
111111
</row>
112112
<row>
113113
<entry>1024</entry>
114114
<entry>
115-
<link linkend="errorfunc.constants.errorlevels.e-user-error">E_USER_NOTICE</link>
115+
<link linkend="constant.e-user-error">E_USER_NOTICE</link>
116116
</entry>
117117
</row>
118118
<row>
119119
<entry>6143</entry>
120120
<entry>
121-
<link linkend="errorfunc.constants.errorlevels.e-all">E_ALL</link>
121+
<link linkend="constant.e-all">E_ALL</link>
122122
</entry>
123123
</row>
124124
<row>
125125
<entry>2048</entry>
126126
<entry>
127-
<link linkend="errorfunc.constants.errorlevels.e-strict">E_STRICT</link>
127+
<link linkend="constant.e-strict">E_STRICT</link>
128128
</entry>
129129
</row>
130130
<row>
131131
<entry>4096</entry>
132132
<entry>
133-
<link linkend="errorfunc.constants.errorlevels.e-recoverable-error">E_RECOVERABLE_ERROR</link>
133+
<link linkend="constant.e-recoverable-error">E_RECOVERABLE_ERROR</link>
134134
</entry>
135135
</row>
136136
</tbody>

0 commit comments

Comments
 (0)