vrana Fri Nov 12 07:53:23 2004 EDT
Modified files:
/phpdoc/en/reference/qtdom/functions qdom-tree.xml
/phpdoc/en/reference/soap/functions SoapClient-SoapClient.xml
SoapClient-getLastResponse.xml
SoapFault-SoapFault.xml
SoapHeader-SoapHeader.xml
SoapParam-SoapParam.xml
SoapServer-SoapServer.xml
SoapVar-SoapVar.xml
/phpdoc/en/reference/spl/functions ArrayObject-construct.xml
DirectoryIterator-construct.xml
iterator-count.xml
iterator-to-array.xml
Log:
Change "object" to specific objects
http://cvs.php.net/diff.php/phpdoc/en/reference/qtdom/functions/qdom-tree.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/qtdom/functions/qdom-tree.xml
diff -u phpdoc/en/reference/qtdom/functions/qdom-tree.xml:1.4
phpdoc/en/reference/qtdom/functions/qdom-tree.xml:1.5
--- phpdoc/en/reference/qtdom/functions/qdom-tree.xml:1.4 Wed Aug 18
10:15:19 2004
+++ phpdoc/en/reference/qtdom/functions/qdom-tree.xml Fri Nov 12 07:53:18 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/qtdom.xml, last change in rev 1.1 -->
<refentry id="function.qdom-tree">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>object</type><methodname>qdom_tree</methodname>
+ <type>QDomDocument</type><methodname>qdom_tree</methodname>
<methodparam><type>string</type><parameter>doc</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;
http://cvs.php.net/diff.php/phpdoc/en/reference/soap/functions/SoapClient-SoapClient.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/soap/functions/SoapClient-SoapClient.xml
diff -u phpdoc/en/reference/soap/functions/SoapClient-SoapClient.xml:1.2
phpdoc/en/reference/soap/functions/SoapClient-SoapClient.xml:1.3
--- phpdoc/en/reference/soap/functions/SoapClient-SoapClient.xml:1.2 Fri Feb
27 08:59:44 2004
+++ phpdoc/en/reference/soap/functions/SoapClient-SoapClient.xml Fri Nov
12 07:53:22 2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.SoapClient-SoapClient">
<refnamediv>
<refname>SoapClient::SoapClient</refname>
@@ -10,7 +10,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>object</type><methodname>SoapClient::SoapClient</methodname>
+ <type>SoapClient</type><methodname>SoapClient::SoapClient</methodname>
<methodparam><type>mixed</type><parameter>wsdl</parameter></methodparam>
<methodparam
choice="opt"><type>array</type><parameter>options</parameter></methodparam>
</methodsynopsis>
http://cvs.php.net/diff.php/phpdoc/en/reference/soap/functions/SoapClient-getLastResponse.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/soap/functions/SoapClient-getLastResponse.xml
diff -u phpdoc/en/reference/soap/functions/SoapClient-getLastResponse.xml:1.3
phpdoc/en/reference/soap/functions/SoapClient-getLastResponse.xml:1.4
--- phpdoc/en/reference/soap/functions/SoapClient-getLastResponse.xml:1.3
Mon Aug 30 22:15:48 2004
+++ phpdoc/en/reference/soap/functions/SoapClient-getLastResponse.xml Fri Nov
12 07:53:22 2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<refentry id="function.SoapClient-getLastResponse">
<refnamediv>
<refname>SoapClient::__getLastResponse</refname>
@@ -10,7 +10,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>object</type><methodname>SoapClient::__getLastResponse</methodname>
+ <type>string</type><methodname>SoapClient::__getLastResponse</methodname>
<void/>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/soap/functions/SoapFault-SoapFault.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/soap/functions/SoapFault-SoapFault.xml
diff -u phpdoc/en/reference/soap/functions/SoapFault-SoapFault.xml:1.5
phpdoc/en/reference/soap/functions/SoapFault-SoapFault.xml:1.6
--- phpdoc/en/reference/soap/functions/SoapFault-SoapFault.xml:1.5 Fri Feb
27 11:36:36 2004
+++ phpdoc/en/reference/soap/functions/SoapFault-SoapFault.xml Fri Nov 12
07:53:22 2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry id="function.SoapFault-SoapFault">
<refnamediv>
<refname>SoapFault::SoapFault</refname>
@@ -10,7 +10,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>object</type><methodname>SoapFault::SoapFault</methodname>
+ <type>SoapFault</type><methodname>SoapFault::SoapFault</methodname>
<methodparam><type>string</type><parameter>faultcode</parameter></methodparam>
<methodparam><type>string</type><parameter>faultstring</parameter></methodparam>
<methodparam
choice="opt"><type>string</type><parameter>faultactor</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/en/reference/soap/functions/SoapHeader-SoapHeader.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/soap/functions/SoapHeader-SoapHeader.xml
diff -u phpdoc/en/reference/soap/functions/SoapHeader-SoapHeader.xml:1.4
phpdoc/en/reference/soap/functions/SoapHeader-SoapHeader.xml:1.5
--- phpdoc/en/reference/soap/functions/SoapHeader-SoapHeader.xml:1.4 Fri Feb
27 11:36:36 2004
+++ phpdoc/en/reference/soap/functions/SoapHeader-SoapHeader.xml Fri Nov
12 07:53:22 2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<refentry id="function.SoapHeader-SoapHeader">
<refnamediv>
<refname>SoapHeader::SoapHeader</refname>
@@ -10,7 +10,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>object</type><methodname>SoapHeader::SoapHeader</methodname>
+ <type>SoapHeader</type><methodname>SoapHeader::SoapHeader</methodname>
<methodparam><type>string</type><parameter>namespace</parameter></methodparam>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam
choice="opt"><type>mixed</type><parameter>data</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/en/reference/soap/functions/SoapParam-SoapParam.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/soap/functions/SoapParam-SoapParam.xml
diff -u phpdoc/en/reference/soap/functions/SoapParam-SoapParam.xml:1.5
phpdoc/en/reference/soap/functions/SoapParam-SoapParam.xml:1.6
--- phpdoc/en/reference/soap/functions/SoapParam-SoapParam.xml:1.5 Fri Feb
27 11:36:36 2004
+++ phpdoc/en/reference/soap/functions/SoapParam-SoapParam.xml Fri Nov 12
07:53:22 2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry id="function.SoapParam-SoapParam">
<refnamediv>
<refname>SoapParam::SoapParam</refname>
@@ -10,7 +10,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>object</type><methodname>SoapParam::SoapParam</methodname>
+ <type>SoapParam</type><methodname>SoapParam::SoapParam</methodname>
<methodparam><type>mixed</type><parameter>data</parameter></methodparam>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
http://cvs.php.net/diff.php/phpdoc/en/reference/soap/functions/SoapServer-SoapServer.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/soap/functions/SoapServer-SoapServer.xml
diff -u phpdoc/en/reference/soap/functions/SoapServer-SoapServer.xml:1.4
phpdoc/en/reference/soap/functions/SoapServer-SoapServer.xml:1.5
--- phpdoc/en/reference/soap/functions/SoapServer-SoapServer.xml:1.4 Thu Aug
12 21:00:47 2004
+++ phpdoc/en/reference/soap/functions/SoapServer-SoapServer.xml Fri Nov
12 07:53:22 2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<refentry id="function.SoapServer-SoapServer">
<refnamediv>
<refname>SoapServer::SoapServer</refname>
@@ -10,7 +10,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>object</type><methodname>SoapServer::SoapServer</methodname>
+ <type>SoapServer</type><methodname>SoapServer::SoapServer</methodname>
<methodparam><type>mixed</type><parameter>wsdl</parameter></methodparam>
<methodparam
choice="opt"><type>array</type><parameter>options</parameter></methodparam>
</methodsynopsis>
http://cvs.php.net/diff.php/phpdoc/en/reference/soap/functions/SoapVar-SoapVar.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/soap/functions/SoapVar-SoapVar.xml
diff -u phpdoc/en/reference/soap/functions/SoapVar-SoapVar.xml:1.4
phpdoc/en/reference/soap/functions/SoapVar-SoapVar.xml:1.5
--- phpdoc/en/reference/soap/functions/SoapVar-SoapVar.xml:1.4 Fri Feb 27
11:36:36 2004
+++ phpdoc/en/reference/soap/functions/SoapVar-SoapVar.xml Fri Nov 12
07:53:22 2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<refentry id="function.SoapVar-SoapVar">
<refnamediv>
<refname>SoapVar::SoapVar</refname>
@@ -10,7 +10,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>object</type><methodname>SoapVar::SoapVar</methodname>
+ <type>SoapVar</type><methodname>SoapVar::SoapVar</methodname>
<methodparam><type>mixed</type><parameter>data</parameter></methodparam>
<methodparam><type>int</type><parameter>encoding</parameter></methodparam>
<methodparam
choice="opt"><type>string</type><parameter>type_name</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/en/reference/spl/functions/ArrayObject-construct.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/spl/functions/ArrayObject-construct.xml
diff -u phpdoc/en/reference/spl/functions/ArrayObject-construct.xml:1.5
phpdoc/en/reference/spl/functions/ArrayObject-construct.xml:1.6
--- phpdoc/en/reference/spl/functions/ArrayObject-construct.xml:1.5 Fri Apr
30 10:32:26 2004
+++ phpdoc/en/reference/spl/functions/ArrayObject-construct.xml Fri Nov 12
07:53:22 2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry id="function.ArrayObject-construct">
<refnamediv>
<refname>ArrayObject::__construct</refname>
@@ -10,7 +10,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>void</type><methodname>ArrayObject::__construct</methodname>
+ <type>ArrayObject</type><methodname>ArrayObject::__construct</methodname>
<methodparam><type>mixed</type><parameter>input</parameter></methodparam>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/spl/functions/DirectoryIterator-construct.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/spl/functions/DirectoryIterator-construct.xml
diff -u phpdoc/en/reference/spl/functions/DirectoryIterator-construct.xml:1.5
phpdoc/en/reference/spl/functions/DirectoryIterator-construct.xml:1.6
--- phpdoc/en/reference/spl/functions/DirectoryIterator-construct.xml:1.5
Fri Aug 20 05:37:00 2004
+++ phpdoc/en/reference/spl/functions/DirectoryIterator-construct.xml Fri Nov
12 07:53:22 2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry id="function.DirectoryIterator-construct">
<refnamediv>
<refname>DirectoryIterator::__construct</refname>
@@ -10,7 +10,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>void</type><methodname>DirectoryIterator::__construct</methodname>
+
<type>DirectoryIterator</type><methodname>DirectoryIterator::__construct</methodname>
<methodparam><type>string</type><parameter>path</parameter></methodparam>
</methodsynopsis>
http://cvs.php.net/diff.php/phpdoc/en/reference/spl/functions/iterator-count.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/spl/functions/iterator-count.xml
diff -u phpdoc/en/reference/spl/functions/iterator-count.xml:1.2
phpdoc/en/reference/spl/functions/iterator-count.xml:1.3
--- phpdoc/en/reference/spl/functions/iterator-count.xml:1.2 Thu Nov 11
09:54:25 2004
+++ phpdoc/en/reference/spl/functions/iterator-count.xml Fri Nov 12
07:53:22 2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.iterator-count">
<refnamediv>
<refname>iterator_count</refname>
@@ -11,7 +11,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>iterator_count</methodname>
-
<methodparam><type>object</type><parameter>iterator</parameter></methodparam>
+
<methodparam><type>IteratorAggregate</type><parameter>iterator</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
http://cvs.php.net/diff.php/phpdoc/en/reference/spl/functions/iterator-to-array.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/spl/functions/iterator-to-array.xml
diff -u phpdoc/en/reference/spl/functions/iterator-to-array.xml:1.2
phpdoc/en/reference/spl/functions/iterator-to-array.xml:1.3
--- phpdoc/en/reference/spl/functions/iterator-to-array.xml:1.2 Thu Nov 11
09:54:25 2004
+++ phpdoc/en/reference/spl/functions/iterator-to-array.xml Fri Nov 12
07:53:22 2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.iterator-to-array">
<refnamediv>
<refname>iterator-to-array</refname>
@@ -11,7 +11,7 @@
<title>Description</title>
<methodsynopsis>
<type>array</type><methodname>iterator_to_array</methodname>
-
<methodparam><type>object</type><parameter>iterator</parameter></methodparam>
+
<methodparam><type>IteratorAggregate</type><parameter>iterator</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;