[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] cvs: phpdoc /en/reference/datetime/functions date-add.xml date-sub.xml
From:       "Hannes Magnusson" <bjori () php ! net>
Date:       2008-07-29 17:55:51
Message-ID: cvsbjori1217354151 () cvsserver
[Download RAW message or body]

bjori		Tue Jul 29 17:55:51 2008 UTC

  Modified files:              
    /phpdoc/en/reference/datetime/functions	date-add.xml date-sub.xml 
  Log:
  Do not use the same parameter name twice
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/datetime/functions/date-add.xml?r1=1.3&r2=1.4&diff_format=u
                
Index: phpdoc/en/reference/datetime/functions/date-add.xml
diff -u phpdoc/en/reference/datetime/functions/date-add.xml:1.3 \
                phpdoc/en/reference/datetime/functions/date-add.xml:1.4
--- phpdoc/en/reference/datetime/functions/date-add.xml:1.3	Tue Jul 29 17:54:56 2008
+++ phpdoc/en/reference/datetime/functions/date-add.xml	Tue Jul 29 17:55:51 2008
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <refentry xml:id="function.date-add" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>date_add</refname>
@@ -14,7 +14,7 @@
   <methodsynopsis>
    <type>void</type><methodname>date_add</methodname>
    <methodparam><type>DateTime</type><parameter>object</parameter></methodparam>
-   <methodparam><type>DateInterval</type><parameter>object</parameter></methodparam>
+   <methodparam><type>DateInterval</type><parameter>interval</parameter></methodparam>
  </methodsynopsis>
   <para>
    Adds the specified DateInterval object to the specified DateTime object.
@@ -37,7 +37,7 @@
     </varlistentry>
     <varlistentry>
      <term>
-      <parameter>object</parameter>
+      <parameter>internal</parameter>
      </term>
      <listitem>
       <para>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/datetime/functions/date-sub.xml?r1=1.3&r2=1.4&diff_format=u
                
Index: phpdoc/en/reference/datetime/functions/date-sub.xml
diff -u phpdoc/en/reference/datetime/functions/date-sub.xml:1.3 \
                phpdoc/en/reference/datetime/functions/date-sub.xml:1.4
--- phpdoc/en/reference/datetime/functions/date-sub.xml:1.3	Tue Jul 29 17:54:56 2008
+++ phpdoc/en/reference/datetime/functions/date-sub.xml	Tue Jul 29 17:55:51 2008
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <refentry xml:id="function.date-sub" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>date_sub</refname>
@@ -14,7 +14,7 @@
   <methodsynopsis>
    <type>void</type><methodname>date_sub</methodname>
    <methodparam><type>DateTime</type><parameter>object</parameter></methodparam>
-   <methodparam><type>DateInterval</type><parameter>object</parameter></methodparam>
+   <methodparam><type>DateInterval</type><parameter>interval</parameter></methodparam>
  </methodsynopsis>
   <para>
    Subtracts the specified DateInterval object from the specified DateTime
@@ -38,7 +38,7 @@
     </varlistentry>
     <varlistentry>
      <term>
-      <parameter>object</parameter>
+      <parameter>interval</parameter>
      </term>
      <listitem>
       <para>



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic