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

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/_language/oop5/iterations.xml_reference/image/functions/ge
From:       Christoph_Michael_Becker <cmb () php ! net>
Date:       2016-01-15 17:34:57
Message-ID: svn-cmb-1452879297-338507-1074731673 () svn ! php ! net
[Download RAW message or body]

cmb                                      Fri, 15 Jan 2016 17:34:57 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=338507

Log:
minor fixes by anon users

Changed paths:
    U   phpdoc/en/trunk/language/oop5/iterations.xml
    U   phpdoc/en/trunk/reference/image/functions/getimagesize.xml
    U   phpdoc/en/trunk/reference/network/functions/http-response-code.xml

Modified: phpdoc/en/trunk/language/oop5/iterations.xml
===================================================================
--- phpdoc/en/trunk/language/oop5/iterations.xml	2016-01-15 17:15:40 UTC (rev 338506)
+++ phpdoc/en/trunk/language/oop5/iterations.xml	2016-01-15 17:34:57 UTC (rev 338507)
@@ -27,7 +27,7 @@

     function iterateVisible() {
        echo "MyClass::iterateVisible:\n";
-       foreach($this as $key => $value) {
+       foreach ($this as $key => $value) {
            print "$key => $value\n";
        }
     }

Modified: phpdoc/en/trunk/reference/image/functions/getimagesize.xml
===================================================================
--- phpdoc/en/trunk/reference/image/functions/getimagesize.xml	2016-01-15 17:15:40 \
                UTC (rev 338506)
+++ phpdoc/en/trunk/reference/image/functions/getimagesize.xml	2016-01-15 17:34:57 \
UTC (rev 338507) @@ -17,7 +17,7 @@
    size of any given image file and return the dimensions along with
    the file type and a <literal>height/width</literal> text string to be used inside \
a  normal <acronym>HTML</acronym> <tag>IMG</tag> tag and the
-   correspondant <acronym>HTTP</acronym> content type.
+   correspondent <acronym>HTTP</acronym> content type.
   </para>
   <para>
    <function>getimagesize</function> can also return some more information

Modified: phpdoc/en/trunk/reference/network/functions/http-response-code.xml
===================================================================
--- phpdoc/en/trunk/reference/network/functions/http-response-code.xml	2016-01-15 \
                17:15:40 UTC (rev 338506)
+++ phpdoc/en/trunk/reference/network/functions/http-response-code.xml	2016-01-15 \
17:34:57 UTC (rev 338507) @@ -74,7 +74,6 @@
 ?>
 ]]>
     </programlisting>
-    &example.outputs;
    </example>
   </para>
  </refsect1>



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