reference/mysqli/mysqli_stmt/error-list.xml
d31ab6f26d3bb116298aed86cf1daba2bfb78b6b
...
...
@@ -10,11 +10,11 @@
10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
12
<para>&style.oop;</para>
13
-
<fieldsynopsis><type>array</type><varname linkend="mysqli-stmt.error-list">mysqli_stmt->error_list</varname></fieldsynopsis>
13
+
<fieldsynopsis><type>array</type><varname linkend="mysqli-stmt.error-list">mysqli_stmt-&gt;error_list</varname></fieldsynopsis>
14
14
<para>&style.procedural;</para>
15
15
<methodsynopsis>
16
16
<type>array</type><methodname>mysqli_stmt_error_list</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 an array of errors for the most recently invoked
...
...
@@ -123,6 +123,7 @@ mysqli_close($link);
123
123
&examples.outputs;
124
124
<screen>
125
125
<![CDATA[
126
+
Error:
126
127
Array
127
128
(
128
129
[0] => Array
...
...
@@ -150,7 +151,6 @@ Array
150
151
</refsect1>
151
152

152
153
</refentry>
153
-

154
154
<!-- Keep this comment at the end of the file
155
155
Local variables:
156
156
mode: sgml
157
157