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

List:       php-doc-cvs
Subject:    [DOC-CVS] cvs: phpdoc /en/appendices userlandnaming.xml  /en/reference/http/HttpQueryString singleto
From:       "Hannes Magnusson" <bjori () php ! net>
Date:       2008-09-11 12:09:37
Message-ID: cvsbjori1221134977 () cvsserver
[Download RAW message or body]

bjori		Thu Sep 11 12:09:37 2008 UTC

  Modified files:              
    /phpdoc/en/appendices	userlandnaming.xml 
    /phpdoc/en/reference/http/HttpQueryString	singleton.xml 
    /phpdoc/en/reference/spl/splqueue	setiteratormode.xml 
    /phpdoc/en/reference/spl/splstack	setiteratormode.xml 
    /phpdoc/en/reference/spl_types/splenum	construct.xml 
    /phpdoc/en/reference/spl_types/splint	construct.xml 
  Log:
  Revert back to <classname> as unfortunately <exceptionname> isn't
  implemented in PhD yet :(
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/userlandnaming.xml?r1=1.5&r2=1.6&diff_format=u
                
Index: phpdoc/en/appendices/userlandnaming.xml
diff -u phpdoc/en/appendices/userlandnaming.xml:1.5 \
                phpdoc/en/appendices/userlandnaming.xml:1.6
--- phpdoc/en/appendices/userlandnaming.xml:1.5	Sat Aug 23 15:55:56 2008
+++ phpdoc/en/appendices/userlandnaming.xml	Thu Sep 11 12:09:37 2008
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <appendix xml:id="userlandnaming" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink">  <title>Userland Naming Guide</title>
  <para>
@@ -78,7 +78,7 @@
     </para>
     <itemizedlist>
      <listitem><para><classname>ArrayIterator</classname></para></listitem>
-     <listitem><para><exceptionname>LogicException</exceptionname></para></listitem>
+     <listitem><para><classname>LogicException</classname></para></listitem>
     </itemizedlist>
    </listitem>
    <listitem>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/HttpQueryString/singleton.xml?r1=1.5&r2=1.6&diff_format=u
                
Index: phpdoc/en/reference/http/HttpQueryString/singleton.xml
diff -u phpdoc/en/reference/http/HttpQueryString/singleton.xml:1.5 \
                phpdoc/en/reference/http/HttpQueryString/singleton.xml:1.6
--- phpdoc/en/reference/http/HttpQueryString/singleton.xml:1.5	Sat Aug 23 15:40:23 \
                2008
+++ phpdoc/en/reference/http/HttpQueryString/singleton.xml	Thu Sep 11 12:09:37 2008
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
 <refentry xml:id="function.httpquerystring-singleton" \
xmlns="http://docbook.org/ns/docbook">  <refnamediv>
@@ -45,7 +45,7 @@
  <refsect1 role="errors">
   &reftitle.errors;
   <para>
-   Throws <exceptionname>HttpRuntimeException</exceptionname>.
+   Throws <classname>HttpRuntimeException</classname>.
   </para>
  </refsect1>
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/spl/splqueue/setiteratormode.xml?r1=1.2&r2=1.3&diff_format=u
                
Index: phpdoc/en/reference/spl/splqueue/setiteratormode.xml
diff -u phpdoc/en/reference/spl/splqueue/setiteratormode.xml:1.2 \
                phpdoc/en/reference/spl/splqueue/setiteratormode.xml:1.3
--- phpdoc/en/reference/spl/splqueue/setiteratormode.xml:1.2	Sat Aug 23 15:55:57 2008
+++ phpdoc/en/reference/spl/splqueue/setiteratormode.xml	Thu Sep 11 12:09:37 2008
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <refentry xml:id="splqueue.setiteratormode" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>SplQueue::setIteratorMode</refname>
@@ -41,7 +41,7 @@
       <warning>
        <para>
         The direction of iteration can no longer be changer for SplQueues. 
-        Trying to do so will result in a \
<exceptionname>RuntimeException</exceptionname> being thrown. +        Trying to do \
so will result in a <classname>RuntimeException</classname> being thrown.  </para>
       </warning>
      </listitem>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/spl/splstack/setiteratormode.xml?r1=1.2&r2=1.3&diff_format=u
                
Index: phpdoc/en/reference/spl/splstack/setiteratormode.xml
diff -u phpdoc/en/reference/spl/splstack/setiteratormode.xml:1.2 \
                phpdoc/en/reference/spl/splstack/setiteratormode.xml:1.3
--- phpdoc/en/reference/spl/splstack/setiteratormode.xml:1.2	Sat Aug 23 15:55:57 2008
+++ phpdoc/en/reference/spl/splstack/setiteratormode.xml	Thu Sep 11 12:09:37 2008
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <refentry xml:id="splstack.setiteratormode" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>SplStack::setIteratorMode</refname>
@@ -41,7 +41,7 @@
       <warning>
        <para>
         The direction of iteration can no longer be changer for SplStacks. 
-        Trying to do so will result in a \
<exceptionname>RuntimeException</exceptionname> being thrown. +        Trying to do \
so will result in a <classname>RuntimeException</classname> being thrown.  </para>
       </warning>
      </listitem>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/spl_types/splenum/construct.xml?r1=1.3&r2=1.4&diff_format=u
                
Index: phpdoc/en/reference/spl_types/splenum/construct.xml
diff -u phpdoc/en/reference/spl_types/splenum/construct.xml:1.3 \
                phpdoc/en/reference/spl_types/splenum/construct.xml:1.4
--- phpdoc/en/reference/spl_types/splenum/construct.xml:1.3	Sat Aug 23 15:55:58 2008
+++ phpdoc/en/reference/spl_types/splenum/construct.xml	Thu Sep 11 12:09:37 2008
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <refentry xml:id="splenum.construct" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>SplEnum::__construct</refname>
@@ -27,7 +27,7 @@
      <listitem>
       <para>
        The <parameter>input</parameter> parameter accepts an <type>integer</type>
-       and will throw an <exceptionname>UnexpectedValueException</exceptionname> if \
anything else is passed. +       and will throw an \
<classname>UnexpectedValueException</classname> if anything else is passed.  </para>
      </listitem>
     </varlistentry>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/spl_types/splint/construct.xml?r1=1.4&r2=1.5&diff_format=u
                
Index: phpdoc/en/reference/spl_types/splint/construct.xml
diff -u phpdoc/en/reference/spl_types/splint/construct.xml:1.4 \
                phpdoc/en/reference/spl_types/splint/construct.xml:1.5
--- phpdoc/en/reference/spl_types/splint/construct.xml:1.4	Sat Aug 23 15:55:58 2008
+++ phpdoc/en/reference/spl_types/splint/construct.xml	Thu Sep 11 12:09:37 2008
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <refentry xml:id="splint.construct" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>SplInt::__construct</refname>
@@ -26,7 +26,7 @@
      <listitem>
       <para>
        The <parameter>input</parameter> parameter accepts an <type>integer</type>
-       An <exceptionname>UnexpectedValueException</exceptionname> Exception will be \
thrown if anything is passed. +       An \
<classname>UnexpectedValueException</classname> Exception will be thrown if anything \
is passed.  </para>
      </listitem>
     </varlistentry>



-- 
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