Skip to content

Commit dae9dfe

Browse files
committed
php#194 Fix element position
1 parent c09c0ce commit dae9dfe

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

reference/errorfunc/functions/trigger-error.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,18 @@
4242
<para>
4343
このエラーに割り当てられたエラー型です。<constant>E_USER_<replaceable>*</replaceable></constant> の定数のみが指定可能で、デフォルトは <constant>E_USER_NOTICE</constant> です。
4444
</para>
45+
<warning>
46+
<simpara>
47+
<parameter>error_level</parameter> として
48+
<constant>E_USER_ERROR</constant> を指定するのは非推奨となりました。
49+
かわりに、<exceptionname>Exception</exceptionname> をスローするか、
50+
<function>exit</function> を呼び出してください。
51+
</simpara>
52+
</warning>
4553
</listitem>
4654
</varlistentry>
4755
</variablelist>
4856
</para>
49-
<warning>
50-
<simpara>
51-
<parameter>error_level</parameter> として
52-
<constant>E_USER_ERROR</constant> を指定するのは非推奨となりました。
53-
かわりに、<exceptionname>Exception</exceptionname> をスローするか、
54-
<function>exit</function> を呼び出してください。
55-
</simpara>
56-
</warning>
5757
</refsect1>
5858

5959
<refsect1 role="returnvalues">

0 commit comments

Comments
 (0)