reference/mysqli/mysqli/error-list.xml
7e5d0d1bb69180c9de1992edf9613215c975fa57
...
...
@@ -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.error-list">mysqli->error_list</varname></fieldsynopsis>
13
+
<fieldsynopsis><type>array</type><varname linkend="mysqli.error-list">mysqli-&gt;error_list</varname></fieldsynopsis>
14
14
<para>&style.procedural;</para>
15
15
<methodsynopsis>
16
16
<type>array</type><methodname>mysqli_error_list</methodname>
17
-
<methodparam><type>mysqli</type><parameter>link</parameter></methodparam>
17
+
<methodparam><type>mysqli</type><parameter>mysql</parameter></methodparam>
18
18
</methodsynopsis>
19
19
<para>
20
20
Returns a array of errors for the most recent MySQLi function call
...
...
@@ -42,7 +42,7 @@
42
42
<refsect1 role="examples">
43
43
&reftitle.examples;
44
44
<example>
45
-
<title><varname>$mysqli->error_list</varname> example</title>
45
+
<title><varname>$mysqli-&gt;error_list</varname> example</title>
46
46
<para>&style.oop;</para>
47
47
<programlisting role="php">
48
48
<![CDATA[
...
...
@@ -116,7 +116,6 @@ Array
116
116
</refsect1>
117
117

118
118
</refentry>
119
-

120
119
<!-- Keep this comment at the end of the file
121
120
Local variables:
122
121
mode: sgml
123
122