reference/intl/functions/intl-is-failure.xml
16152718af3ee6705afde07c3f9cdd4ffb098463
...
...
@@ -9,9 +9,8 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>bool</type>
13
-
<methodname>intl_is_failure</methodname>
14
-
<methodparam><type>int</type><parameter>error_code</parameter></methodparam>
12
+
<type>bool</type><methodname>intl_is_failure</methodname>
13
+
<methodparam><type>int</type><parameter>errorCode</parameter></methodparam>
15
14
</methodsynopsis>
16
15
<para>
17
16
<!-- description goes here -->
...
...
@@ -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
is a value that returned by functions:
...
...
@@ -87,7 +86,6 @@ true
87
86
</para>
88
87
</refsect1>
89
88
</refentry>
90
-

91
89
<!-- Keep this comment at the end of the file
92
90
Local variables:
93
91
mode: sgml
94
92