reference/intl/functions/intl-error-name.xml
16152718af3ee6705afde07c3f9cdd4ffb098463
...
...
@@ -9,9 +9,8 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>string</type>
13
-
<methodname>intl_error_name</methodname>
14
-
<methodparam><type>int</type><parameter>error_code</parameter></methodparam>
12
+
<type>string</type><methodname>intl_error_name</methodname>
13
+
<methodparam><type>int</type><parameter>errorCode</parameter></methodparam>
15
14
</methodsynopsis>
16
15
<para>
17
16
Return ICU error code name.
...
...
@@ -23,7 +22,7 @@
23
22
<para>
24
23
<variablelist>
25
24
<varlistentry>
26
-
<term><parameter>error_code</parameter></term>
25
+
<term><parameter>errorCode</parameter></term>
27
26
<listitem>
28
27
<para>
29
28
ICU error code.
30
29