tony2001 Mon Nov 14 04:20:42 2005 EDT
Modified files:
/phpdoc/en/reference/pdo/functions PDO-errorCode.xml
PDOStatement-errorCode.xml
Log:
fix return types (int -> string)
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDO-errorCode.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/pdo/functions/PDO-errorCode.xml
diff -u phpdoc/en/reference/pdo/functions/PDO-errorCode.xml:1.6
phpdoc/en/reference/pdo/functions/PDO-errorCode.xml:1.7
--- phpdoc/en/reference/pdo/functions/PDO-errorCode.xml:1.6 Sun Sep 11
02:22:26 2005
+++ phpdoc/en/reference/pdo/functions/PDO-errorCode.xml Mon Nov 14 04:20:39 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc.
-->
<refentry id="function.PDO-errorCode">
<refnamediv>
@@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>int</type><methodname>PDO::errorCode</methodname>
+ <type>string</type><methodname>PDO::errorCode</methodname>
<void/>
</methodsynopsis>
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDOStatement-errorCode.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/pdo/functions/PDOStatement-errorCode.xml
diff -u phpdoc/en/reference/pdo/functions/PDOStatement-errorCode.xml:1.5
phpdoc/en/reference/pdo/functions/PDOStatement-errorCode.xml:1.6
--- phpdoc/en/reference/pdo/functions/PDOStatement-errorCode.xml:1.5 Sun Sep
11 02:22:26 2005
+++ phpdoc/en/reference/pdo/functions/PDOStatement-errorCode.xml Mon Nov
14 04:20:39 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc.
-->
<refentry id="function.PDOStatement-errorCode">
<refnamediv>
@@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>int</type><methodname>PDOStatement::errorCode</methodname>
+ <type>string</type><methodname>PDOStatement::errorCode</methodname>
<void/>
</methodsynopsis>
</refsect1>