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

List:       php-doc-cvs
Subject:    [DOC-CVS] [doc-en] master: Fix section order issues (#1262)
From:       Sergey Panteleev via GitHub <noreply () php ! net>
Date:       2021-12-28 4:59:46
Message-ID: h3TmSQNweOtOuGukAjxa6IyTq5CsCPBLa2ybngWA () main ! php ! net
[Download RAW message or body]

Author: Sergey Panteleev (saundefined)
Committer: GitHub (web-flow)
Pusher: saundefined
Date: 2021-12-28T08:00:18+03:00

Commit: https://github.com/php/doc-en/commit/181e9c5572ed04ed712b8d7f858f61a94647c6ac
Raw diff: https://github.com/php/doc-en/commit/181e9c5572ed04ed712b8d7f858f61a94647c6ac.diff


Fix section order issues (#1262)

Changed paths:
  M  reference/dom/domnodelist.xml
  M  reference/ftp/functions/ftp-mkdir.xml
  M  reference/mysqli/mysqli_result/num-rows.xml
  M  reference/stream/functions/stream-socket-client.xml


Diff:

diff --git a/reference/dom/domnodelist.xml b/reference/dom/domnodelist.xml
index 697015e5a0..17c2389255 100644
--- a/reference/dom/domnodelist.xml
+++ b/reference/dom/domnodelist.xml
@@ -91,6 +91,14 @@ Remove me once you perform substitutions
        </row>
       </thead>
       <tbody>
+       <row>
+        <entry>8.0.0</entry>
+        <entry>
+         <classname>DOMNodeList</classname> implements
+         <interfacename>IteratorAggregate</interfacename> now.
+         Previously, <interfacename>Traversable</interfacename> was implemented \
instead. +        </entry>
+       </row>
        <row>
         <entry>7.2.0</entry>
         <entry>
@@ -102,7 +110,8 @@ Remove me once you perform substitutions
      </tgroup>
     </informaltable>
    </para>
-  </section><!-- }}} -->  
+  </section><!-- }}} -->
+
  <!-- {{{ See also -->
   <section role="seealso">
    &reftitle.seealso;
@@ -112,30 +121,7 @@ Remove me once you perform substitutions
     </simplelist>
    </para>
   </section>
-
-  <section role="changelog">
-   &reftitle.changelog;
-   <informaltable>
-    <tgroup cols="2">
-     <thead>
-      <row>
-       <entry>&Version;</entry>
-       <entry>&Description;</entry>
-      </row>
-     </thead>
-     <tbody>
-      <row>
-       <entry>8.0.0</entry>
-       <entry>
-        <classname>DOMNodeList</classname> implements
-        <interfacename>IteratorAggregate</interfacename> now.
-        Previously, <interfacename>Traversable</interfacename> was implemented \
                instead.
-       </entry>
-      </row>
-     </tbody>
-    </tgroup>
-   </informaltable>
-  </section>
+  
 <!-- }}} -->
  </partintro>
  
diff --git a/reference/ftp/functions/ftp-mkdir.xml \
b/reference/ftp/functions/ftp-mkdir.xml index c927e262eb..eb65d36075 100644
--- a/reference/ftp/functions/ftp-mkdir.xml
+++ b/reference/ftp/functions/ftp-mkdir.xml
@@ -44,6 +44,14 @@
   </para>
  </refsect1>
 
+ <refsect1 role="errors">
+  &reftitle.errors;
+  <simpara>
+   Emits an <constant>E_WARNING</constant> level error if the directory
+   already exists or the relevant permissions prevent creating the directory.
+  </simpara>
+ </refsect1>
+
  <refsect1 role="changelog">
   &reftitle.changelog;
   <informaltable>
@@ -61,14 +69,6 @@
   </informaltable>
  </refsect1>
 
- <refsect1 role="errors">
-  &reftitle.errors;
-  <simpara>
-   Emits an <constant>E_WARNING</constant> level error if the directory
-   already exists or the relevant permissions prevent creating the directory.
-  </simpara>
- </refsect1>
-
  <refsect1 role="examples">
   &reftitle.examples;
   <para>
diff --git a/reference/mysqli/mysqli_result/num-rows.xml \
b/reference/mysqli/mysqli_result/num-rows.xml index 42618ac565..8741ea78dd 100644
--- a/reference/mysqli/mysqli_result/num-rows.xml
+++ b/reference/mysqli/mysqli_result/num-rows.xml
@@ -92,6 +92,17 @@ Result set has 239 rows.
   </example>
  </refsect1>
 
+ <refsect1 role="notes">
+  &reftitle.notes;
+  <note>
+   <para>
+    In contrast to the <function>mysqli_stmt_num_rows</function> function,
+    this function doesn't have object-oriented method variant.
+    In the object-oriented style, use the getter property.
+   </para>
+  </note>
+ </refsect1>
+
  <refsect1 role="seealso">
   &reftitle.seealso;
   <para>
@@ -105,17 +116,6 @@ Result set has 239 rows.
   </para>
  </refsect1>
 
- <refsect1 role="notes">
-  &reftitle.notes;
-  <note>
-   <para>
-    In contrast to the <function>mysqli_stmt_num_rows</function> function,
-    this function doesn't have object-oriented method variant.
-    In the object-oriented style, use the getter property.
-   </para>
-  </note>
- </refsect1>
-
 </refentry>
 <!-- Keep this comment at the end of the file
 Local variables:
diff --git a/reference/stream/functions/stream-socket-client.xml \
b/reference/stream/functions/stream-socket-client.xml index aba82ab9e6..dc99043fac \
                100644
--- a/reference/stream/functions/stream-socket-client.xml
+++ b/reference/stream/functions/stream-socket-client.xml
@@ -124,6 +124,23 @@
   </para>
  </refsect1><!-- }}} -->
 
+ <refsect1 role="errors"><!-- {{{ -->
+  &reftitle.errors;
+  <para>
+   On failure the <parameter>error_code</parameter> and
+   <parameter>error_message</parameter> arguments will be populated with the actual
+   system level error that occurred in the system-level
+   <literal>connect()</literal> call. If the value returned in
+   <parameter>error_code</parameter> is <literal>0</literal> and the
+   function returned &false;, it is an indication that the error
+   occurred before the <literal>connect()</literal> call. This is
+   most likely due to a problem initializing the socket. Note that
+   the <parameter>error_code</parameter> and
+   <parameter>error_message</parameter> arguments will always be passed by
+   reference.
+  </para>
+ </refsect1><!-- }}} -->
+
  <refsect1 role="changelog">
   &reftitle.changelog;
   <informaltable>
@@ -146,24 +163,6 @@
   </informaltable>
  </refsect1>
  
- <refsect1 role="errors"><!-- {{{ -->
-  &reftitle.errors;
-  <para>
-   On failure the <parameter>error_code</parameter> and
-   <parameter>error_message</parameter> arguments will be populated with the actual
-   system level error that occurred in the system-level
-   <literal>connect()</literal> call. If the value returned in
-   <parameter>error_code</parameter> is <literal>0</literal> and the
-   function returned &false;, it is an indication that the error
-   occurred before the <literal>connect()</literal> call. This is
-   most likely due to a problem initializing the socket. Note that
-   the <parameter>error_code</parameter> and
-   <parameter>error_message</parameter> arguments will always be passed by
-   reference.
-  </para>
- </refsect1><!-- }}} -->
- 
- 
  <refsect1 role="examples"><!-- {{{ -->
   &reftitle.examples;
   <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