|
52 | 52 | <row>
|
53 | 53 | <entry>1</entry>
|
54 | 54 | <entry>
|
55 |
| - <link linkend="errorfunc.constants.errorlevels.e-error">E_ERROR</link> |
| 55 | + <link linkend="constant.e-error">E_ERROR</link> |
56 | 56 | </entry>
|
57 | 57 | </row>
|
58 | 58 | <row>
|
59 | 59 | <entry>2</entry>
|
60 | 60 | <entry>
|
61 |
| - <link linkend="errorfunc.constants.errorlevels.e-warning">E_WARNING</link> |
| 61 | + <link linkend="constant.e-warning">E_WARNING</link> |
62 | 62 | </entry>
|
63 | 63 | </row>
|
64 | 64 | <row>
|
65 | 65 | <entry>4</entry>
|
66 | 66 | <entry>
|
67 |
| - <link linkend="errorfunc.constants.errorlevels.e-parse">E_PARSE</link> |
| 67 | + <link linkend="constant.e-parse">E_PARSE</link> |
68 | 68 | </entry>
|
69 | 69 | </row>
|
70 | 70 | <row>
|
71 | 71 | <entry>8</entry>
|
72 | 72 | <entry>
|
73 |
| - <link linkend="errorfunc.constants.errorlevels.e-notice">E_NOTICE</link> |
| 73 | + <link linkend="constant.e-notice">E_NOTICE</link> |
74 | 74 | </entry>
|
75 | 75 | </row>
|
76 | 76 | <row>
|
77 | 77 | <entry>16</entry>
|
78 | 78 | <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> |
80 | 80 | </entry>
|
81 | 81 | </row>
|
82 | 82 | <row>
|
83 | 83 | <entry>32</entry>
|
84 | 84 | <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> |
86 | 86 | </entry>
|
87 | 87 | </row>
|
88 | 88 | <row>
|
89 | 89 | <entry>64</entry>
|
90 | 90 | <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> |
92 | 92 | </entry>
|
93 | 93 | </row>
|
94 | 94 | <row>
|
95 | 95 | <entry>128</entry>
|
96 | 96 | <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> |
98 | 98 | </entry>
|
99 | 99 | </row>
|
100 | 100 | <row>
|
101 | 101 | <entry>256</entry>
|
102 | 102 | <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> |
104 | 104 | </entry>
|
105 | 105 | </row>
|
106 | 106 | <row>
|
107 | 107 | <entry>512</entry>
|
108 | 108 | <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> |
110 | 110 | </entry>
|
111 | 111 | </row>
|
112 | 112 | <row>
|
113 | 113 | <entry>1024</entry>
|
114 | 114 | <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> |
116 | 116 | </entry>
|
117 | 117 | </row>
|
118 | 118 | <row>
|
119 | 119 | <entry>6143</entry>
|
120 | 120 | <entry>
|
121 |
| - <link linkend="errorfunc.constants.errorlevels.e-all">E_ALL</link> |
| 121 | + <link linkend="constant.e-all">E_ALL</link> |
122 | 122 | </entry>
|
123 | 123 | </row>
|
124 | 124 | <row>
|
125 | 125 | <entry>2048</entry>
|
126 | 126 | <entry>
|
127 |
| - <link linkend="errorfunc.constants.errorlevels.e-strict">E_STRICT</link> |
| 127 | + <link linkend="constant.e-strict">E_STRICT</link> |
128 | 128 | </entry>
|
129 | 129 | </row>
|
130 | 130 | <row>
|
131 | 131 | <entry>4096</entry>
|
132 | 132 | <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> |
134 | 134 | </entry>
|
135 | 135 | </row>
|
136 | 136 | </tbody>
|
|
0 commit comments