reference/mysqli/mysqli_stmt/error.xml
7e5d0d1bb69180c9de1992edf9613215c975fa57
...
...
@@ -10,11 +10,11 @@
10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
12
<para>&style.oop;</para>
13
-
<fieldsynopsis><type>string</type><varname linkend="mysqli-stmt.error">mysqli_stmt->error</varname></fieldsynopsis>
13
+
<fieldsynopsis><type>string</type><varname linkend="mysqli-stmt.error">mysqli_stmt-&gt;error</varname></fieldsynopsis>
14
14
<para>&style.procedural;</para>
15
15
<methodsynopsis>
16
16
<type>string</type><methodname>mysqli_stmt_error</methodname>
17
-
<methodparam><type>mysqli_stmt</type><parameter>stmt</parameter></methodparam>
17
+
<methodparam><type>mysqli_stmt</type><parameter>statement</parameter></methodparam>
18
18
</methodsynopsis>
19
19
<para>
20
20
Returns a string containing the error message for the most recently invoked
...
...
@@ -137,7 +137,6 @@ Error: Table 'world.myCountry' doesn't exist.
137
137
</refsect1>
138
138

139
139
</refentry>
140
-

141
140
<!-- Keep this comment at the end of the file
142
141
Local variables:
143
142
mode: sgml
144
143