Skip to content

Commit

Permalink
Run script from doc-en PR 3206
Browse files Browse the repository at this point in the history
  • Loading branch information
Girgias committed Feb 28, 2024
1 parent 0cda083 commit 3422b02
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions reference/errorfunc/functions/error-reporting.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,85 +52,85 @@
<row>
<entry>1</entry>
<entry>
<link linkend="errorfunc.constants.errorlevels.e-error">E_ERROR</link>
<link linkend="constant.e-error">E_ERROR</link>
</entry>
</row>
<row>
<entry>2</entry>
<entry>
<link linkend="errorfunc.constants.errorlevels.e-warning">E_WARNING</link>
<link linkend="constant.e-warning">E_WARNING</link>
</entry>
</row>
<row>
<entry>4</entry>
<entry>
<link linkend="errorfunc.constants.errorlevels.e-parse">E_PARSE</link>
<link linkend="constant.e-parse">E_PARSE</link>
</entry>
</row>
<row>
<entry>8</entry>
<entry>
<link linkend="errorfunc.constants.errorlevels.e-notice">E_NOTICE</link>
<link linkend="constant.e-notice">E_NOTICE</link>
</entry>
</row>
<row>
<entry>16</entry>
<entry>
<link linkend="errorfunc.constants.errorlevels.e-core-error">E_CORE_ERROR</link>
<link linkend="constant.e-core-error">E_CORE_ERROR</link>
</entry>
</row>
<row>
<entry>32</entry>
<entry>
<link linkend="errorfunc.constants.errorlevels.e-core-warning">E_CORE_WARNING</link>
<link linkend="constant.e-core-warning">E_CORE_WARNING</link>
</entry>
</row>
<row>
<entry>64</entry>
<entry>
<link linkend="errorfunc.constants.errorlevels.e-compile-error">E_COMPILE_ERROR</link>
<link linkend="constant.e-compile-error">E_COMPILE_ERROR</link>
</entry>
</row>
<row>
<entry>128</entry>
<entry>
<link linkend="errorfunc.constants.errorlevels.e-compile-warning">E_COMPILE_WARNING</link>
<link linkend="constant.e-compile-warning">E_COMPILE_WARNING</link>
</entry>
</row>
<row>
<entry>256</entry>
<entry>
<link linkend="errorfunc.constants.errorlevels.e-user-error">E_USER_ERROR</link>
<link linkend="constant.e-user-error">E_USER_ERROR</link>
</entry>
</row>
<row>
<entry>512</entry>
<entry>
<link linkend="errorfunc.constants.errorlevels.e-user-warning">E_USER_WARNING</link>
<link linkend="constant.e-user-warning">E_USER_WARNING</link>
</entry>
</row>
<row>
<entry>1024</entry>
<entry>
<link linkend="errorfunc.constants.errorlevels.e-user-error">E_USER_NOTICE</link>
<link linkend="constant.e-user-error">E_USER_NOTICE</link>
</entry>
</row>
<row>
<entry>6143</entry>
<entry>
<link linkend="errorfunc.constants.errorlevels.e-all">E_ALL</link>
<link linkend="constant.e-all">E_ALL</link>
</entry>
</row>
<row>
<entry>2048</entry>
<entry>
<link linkend="errorfunc.constants.errorlevels.e-strict">E_STRICT</link>
<link linkend="constant.e-strict">E_STRICT</link>
</entry>
</row>
<row>
<entry>4096</entry>
<entry>
<link linkend="errorfunc.constants.errorlevels.e-recoverable-error">E_RECOVERABLE_ERROR</link>
<link linkend="constant.e-recoverable-error">E_RECOVERABLE_ERROR</link>
</entry>
</row>
</tbody>
Expand Down

0 comments on commit 3422b02

Please sign in to comment.