object, not string. (ancient copy-n-paste error?)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@157849 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Wez Furlong 2004-05-03 15:37:06 +00:00
parent da3c010faf
commit dcb7e4c461

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/com.xml, last change in rev 1.7 -->
<refentry id="class.variant">
<refnamediv>
@ -21,7 +21,7 @@
<refsect1 id="class.variant.constructor">
<title>Methods</title>
<methodsynopsis>
<type>string</type><methodname>VARIANT::VARIANT</methodname>
<type>object</type><methodname>VARIANT::VARIANT</methodname>
<methodparam choice="opt"><type>mixed</type><parameter>value</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>type</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>codepage</parameter></methodparam>