svn: /phpdoc/ru/trunk/ appendices/resources.xml reference/xml/error-codes.xml reference/xml/setup.xml reference/xmlreader/xmlreader/expand.xml reference/xmlreader/xmlreader/getattribute.xml reference/xmlreader/xmlreader/getattributeno.xml reference/xmlreader/xmlreader/getattributens.xml reference/xmlreader/xmlreader/lookupnamespace.xml reference/xmlreader/xmlreader/movetoattributens.xml reference/xmlreader/xmlreader/next.xml reference/xmlreader/xmlreader/open.xml reference/xmlreader/xmlreader/se

[email protected] (Sergey Panteleev) Sun, 22 Nov 2020 06:53:12 +0000
Newsgroups php.doc.ru
Message-ID <[email protected]>
sergey                                   Sun, 22 Nov 2020 06:53:12 +0000

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

Log:
docs(ru): Updated to English revision

Changed paths:
    U   phpdoc/ru/trunk/appendices/resources.xml
    U   phpdoc/ru/trunk/reference/xml/error-codes.xml
    U   phpdoc/ru/trunk/reference/xml/setup.xml
    U   phpdoc/ru/trunk/reference/xmlreader/xmlreader/expand.xml
    U   phpdoc/ru/trunk/reference/xmlreader/xmlreader/getattribute.xml
    U   phpdoc/ru/trunk/reference/xmlreader/xmlreader/getattributeno.xml
    U   phpdoc/ru/trunk/reference/xmlreader/xmlreader/getattributens.xml
    U   phpdoc/ru/trunk/reference/xmlreader/xmlreader/lookupnamespace.xml
    U   phpdoc/ru/trunk/reference/xmlreader/xmlreader/movetoattributens.xml
    U   phpdoc/ru/trunk/reference/xmlreader/xmlreader/next.xml
    U   phpdoc/ru/trunk/reference/xmlreader/xmlreader/open.xml
    U   phpdoc/ru/trunk/reference/xmlreader/xmlreader/setrelaxngschema.xml
    U   phpdoc/ru/trunk/reference/xmlreader/xmlreader/setrelaxngschemasource.xml
    U   phpdoc/ru/trunk/reference/xmlreader/xmlreader/setschema.xml
    U   phpdoc/ru/trunk/reference/xmlreader/xmlreader/xml.xml
    U   phpdoc/ru/trunk/reference/xmlwriter/setup.xml
    U   phpdoc/ru/trunk/reference/xsl/xsltprocessor/getparameter.xml
    U   phpdoc/ru/trunk/reference/xsl/xsltprocessor/hasexsltsupport.xml
    U   phpdoc/ru/trunk/reference/xsl/xsltprocessor/registerphpfunctions.xml
    U   phpdoc/ru/trunk/reference/xsl/xsltprocessor/removeparameter.xml
    U   phpdoc/ru/trunk/reference/xsl/xsltprocessor/setparameter.xml
    U   phpdoc/ru/trunk/reference/xsl/xsltprocessor/setprofiling.xml
    U   phpdoc/ru/trunk/reference/xsl/xsltprocessor/setsecurityprefs.xml
    U   phpdoc/ru/trunk/reference/xsl/xsltprocessor/transformtodoc.xml
    U   phpdoc/ru/trunk/reference/xsl/xsltprocessor/transformtoxml.xml
svn-diffs-351487.txt (text/x-diff, 47 KB)
Modified: phpdoc/ru/trunk/appendices/resources.xml
===================================================================
--- phpdoc/ru/trunk/appendices/resources.xml	2020-11-22 03:09:33 UTC (rev 351486)
+++ phpdoc/ru/trunk/appendices/resources.xml	2020-11-22 06:53:12 UTC (rev 351487)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 350334 Maintainer: shein Status: ready -->
+<!-- EN-Revision: 351472 Maintainer: shein Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <appendix xml:id="resource" xmlns="http://docbook.org/ns/docbook">
@@ -2239,7 +2239,7 @@
       <entry>
        <function>xml_parser_free</function>
       </entry>
-      <entry>XML-парсер</entry>
+      <entry>XML-парсер  (до PHP 8.0.0)</entry>
      </row>
      <row>
       <entry>zlib</entry>

Modified: phpdoc/ru/trunk/reference/xml/error-codes.xml
===================================================================
--- phpdoc/ru/trunk/reference/xml/error-codes.xml	2020-11-22 03:09:33 UTC (rev 351486)
+++ phpdoc/ru/trunk/reference/xml/error-codes.xml	2020-11-22 06:53:12 UTC (rev 351487)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 288721 Maintainer: mch Status: ready -->
+<!-- EN-Revision: 351473 Maintainer: mch Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <article xml:id="xml.error-codes" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -8,28 +8,28 @@
   Следующие константы определены для кодов ошибок XML
   (возвращаемых функцией <function>xml_parse</function>):
   <simplelist>
-   <member>XML_ERROR_NONE</member>
-   <member>XML_ERROR_NO_MEMORY</member>
-   <member>XML_ERROR_SYNTAX</member>
-   <member>XML_ERROR_NO_ELEMENTS</member>
-   <member>XML_ERROR_INVALID_TOKEN</member>
-   <member>XML_ERROR_UNCLOSED_TOKEN</member>
-   <member>XML_ERROR_PARTIAL_CHAR</member>
-   <member>XML_ERROR_TAG_MISMATCH</member>
-   <member>XML_ERROR_DUPLICATE_ATTRIBUTE</member>
-   <member>XML_ERROR_JUNK_AFTER_DOC_ELEMENT</member>
-   <member>XML_ERROR_PARAM_ENTITY_REF</member>
-   <member>XML_ERROR_UNDEFINED_ENTITY</member>
-   <member>XML_ERROR_RECURSIVE_ENTITY_REF</member>
-   <member>XML_ERROR_ASYNC_ENTITY</member>
-   <member>XML_ERROR_BAD_CHAR_REF</member>
-   <member>XML_ERROR_BINARY_ENTITY_REF</member>
-   <member>XML_ERROR_ATTRIBUTE_EXTERNAL_ENTITY_REF</member>
-   <member>XML_ERROR_MISPLACED_XML_PI</member>
-   <member>XML_ERROR_UNKNOWN_ENCODING</member>
-   <member>XML_ERROR_INCORRECT_ENCODING</member>
-   <member>XML_ERROR_UNCLOSED_CDATA_SECTION</member>
-   <member>XML_ERROR_EXTERNAL_ENTITY_HANDLING</member>
+   <member><constant>XML_ERROR_NONE</constant></member>
+   <member><constant>XML_ERROR_NO_MEMORY</constant></member>
+   <member><constant>XML_ERROR_SYNTAX</constant></member>
+   <member><constant>XML_ERROR_NO_ELEMENTS</constant></member>
+   <member><constant>XML_ERROR_INVALID_TOKEN</constant></member>
+   <member><constant>XML_ERROR_UNCLOSED_TOKEN</constant></member>
+   <member><constant>XML_ERROR_PARTIAL_CHAR</constant></member>
+   <member><constant>XML_ERROR_TAG_MISMATCH</constant></member>
+   <member><constant>XML_ERROR_DUPLICATE_ATTRIBUTE</constant></member>
+   <member><constant>XML_ERROR_JUNK_AFTER_DOC_ELEMENT</constant></member>
+   <member><constant>XML_ERROR_PARAM_ENTITY_REF</constant></member>
+   <member><constant>XML_ERROR_UNDEFINED_ENTITY</constant></member>
+   <member><constant>XML_ERROR_RECURSIVE_ENTITY_REF</constant></member>
+   <member><constant>XML_ERROR_ASYNC_ENTITY</constant></member>
+   <member><constant>XML_ERROR_BAD_CHAR_REF</constant></member>
+   <member><constant>XML_ERROR_BINARY_ENTITY_REF</constant></member>
+   <member><constant>XML_ERROR_ATTRIBUTE_EXTERNAL_ENTITY_REF</constant></member>
+   <member><constant>XML_ERROR_MISPLACED_XML_PI</constant></member>
+   <member><constant>XML_ERROR_UNKNOWN_ENCODING</constant></member>
+   <member><constant>XML_ERROR_INCORRECT_ENCODING</constant></member>
+   <member><constant>XML_ERROR_UNCLOSED_CDATA_SECTION</constant></member>
+   <member><constant>XML_ERROR_EXTERNAL_ENTITY_HANDLING</constant></member>
   </simplelist>
  </para>
 </article>

Modified: phpdoc/ru/trunk/reference/xml/setup.xml
===================================================================
--- phpdoc/ru/trunk/reference/xml/setup.xml	2020-11-22 03:09:33 UTC (rev 351486)
+++ phpdoc/ru/trunk/reference/xml/setup.xml	2020-11-22 06:53:12 UTC (rev 351487)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 300860 Maintainer: mch Status: ready -->
+<!-- EN-Revision: 351472 Maintainer: mch Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->

@@ -11,7 +11,7 @@
   &reftitle.required;
   &libxml.required;
   <para>
-   Это расширение использует  <productname>expat</productname>-совместимый слой
+   Модуль использует <productname>expat</productname>-совместимый слой
    по умолчанию. Также может быть использован <productname>expat</productname>,
    который может быть найден здесь: <link xlink:href="&url.expat;">&url.expat;</link>.
    Makefile, поставляемый с <productname>expat</productname> не создает библиотеку
@@ -44,7 +44,7 @@
  <section xml:id="xml.resources">
   &reftitle.resources;
   <para>
-   <literal>XML</literal>-ресурс, возвращаемый
+   До PHP 8.0.0 <literal>xml</literal>-ресурс, возвращаемый
    <function>xml_parser_create</function> и
    <function>xml_parser_create_ns</function>, ссылается на
    сущность xml-парсера, чтобы иметь возможность использовать

Modified: phpdoc/ru/trunk/reference/xmlreader/xmlreader/expand.xml
===================================================================
--- phpdoc/ru/trunk/reference/xmlreader/xmlreader/expand.xml	2020-11-22 03:09:33 UTC (rev 351486)
+++ phpdoc/ru/trunk/reference/xmlreader/xmlreader/expand.xml	2020-11-22 06:53:12 UTC (rev 351487)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 350655 Maintainer: mch Status: ready -->
+<!-- EN-Revision: 351468 Maintainer: mch Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <refentry xml:id="xmlreader.expand" xmlns="http://docbook.org/ns/docbook">
@@ -10,10 +10,8 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <modifier>public</modifier>
-   <type>DOMNode</type>
-   <methodname>XMLReader::expand</methodname>
-   <methodparam choice="opt"><type>DOMNode</type><parameter>basenode</parameter></methodparam>
+   <modifier>public</modifier> <type class="union"><type>DOMNode</type><type>false</type></type><methodname>XMLReader::expand</methodname>
+   <methodparam choice="opt"><type class="union"><type>DOMNode</type><type>null</type></type><parameter>baseNode</parameter><initializer>&null;</initializer></methodparam>
   </methodsynopsis>
   <para>
    Этот метод копирует текущий узел и возвращает соответствующий объект DOM.
@@ -24,7 +22,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>basenode</parameter></term>
+     <term><parameter>baseNode</parameter></term>
      <listitem>
       <para>
        <classname>DOMNode</classname> определяет целевой <classname>DOMDocument</classname> созданного объекта DOM.
@@ -42,7 +40,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ru/trunk/reference/xmlreader/xmlreader/getattribute.xml
===================================================================
--- phpdoc/ru/trunk/reference/xmlreader/xmlreader/getattribute.xml	2020-11-22 03:09:33 UTC (rev 351486)
+++ phpdoc/ru/trunk/reference/xmlreader/xmlreader/getattribute.xml	2020-11-22 06:53:12 UTC (rev 351487)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 350653 Maintainer: mch Status: ready -->
+<!-- EN-Revision: 351468 Maintainer: mch Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <refentry xml:id="xmlreader.getattribute" xmlns="http://docbook.org/ns/docbook">
@@ -10,9 +10,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <modifier>public</modifier>
-   <type>string</type>
-   <methodname>XMLReader::getAttribute</methodname>
+   <modifier>public</modifier> <type class="union"><type>string</type><type>null</type></type><methodname>XMLReader::getAttribute</methodname>
    <methodparam><type>string</type><parameter>name</parameter></methodparam>
   </methodsynopsis>
   <para>
@@ -35,6 +33,29 @@
    </variablelist>
   </para>
  </refsect1>
+
+ <refsect1 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>
+       Функция больше не может возвращать &false;.
+      </entry>
+     </row>
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
@@ -53,7 +74,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ru/trunk/reference/xmlreader/xmlreader/getattributeno.xml
===================================================================
--- phpdoc/ru/trunk/reference/xmlreader/xmlreader/getattributeno.xml	2020-11-22 03:09:33 UTC (rev 351486)
+++ phpdoc/ru/trunk/reference/xmlreader/xmlreader/getattributeno.xml	2020-11-22 06:53:12 UTC (rev 351487)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 334639 Maintainer: mch Status: ready -->
+<!-- EN-Revision: 351468 Maintainer: mch Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <refentry xml:id="xmlreader.getattributeno" xmlns="http://docbook.org/ns/docbook">
@@ -10,9 +10,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <modifier>public</modifier>
-   <type>string</type>
-   <methodname>XMLReader::getAttributeNo</methodname>
+   <modifier>public</modifier> <type class="union"><type>string</type><type>null</type></type><methodname>XMLReader::getAttributeNo</methodname>
    <methodparam><type>int</type><parameter>index</parameter></methodparam>
   </methodsynopsis>
   <para>
@@ -82,7 +80,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ru/trunk/reference/xmlreader/xmlreader/getattributens.xml
===================================================================
--- phpdoc/ru/trunk/reference/xmlreader/xmlreader/getattributens.xml	2020-11-22 03:09:33 UTC (rev 351486)
+++ phpdoc/ru/trunk/reference/xmlreader/xmlreader/getattributens.xml	2020-11-22 06:53:12 UTC (rev 351487)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 334639 Maintainer: mch Status: ready -->
+<!-- EN-Revision: 351468 Maintainer: mch Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <refentry xml:id="xmlreader.getattributens" xmlns="http://docbook.org/ns/docbook">
@@ -10,9 +10,9 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <modifier>public</modifier> <type>string</type><methodname>XMLReader::getAttributeNs</methodname>
-   <methodparam><type>string</type><parameter>localName</parameter></methodparam>
-   <methodparam><type>string</type><parameter>namespaceURI</parameter></methodparam>
+   <modifier>public</modifier> <type class="union"><type>string</type><type>null</type></type><methodname>XMLReader::getAttributeNs</methodname>
+   <methodparam><type>string</type><parameter>name</parameter></methodparam>
+   <methodparam><type>string</type><parameter>namespace</parameter></methodparam>
   </methodsynopsis>
   <para>
    Возвращает значение атрибута по имени и URI пространства имен или пустую строку,
@@ -24,7 +24,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>localName</parameter></term>
+     <term><parameter>name</parameter></term>
      <listitem>
       <para>
        Локальное имя.
@@ -32,7 +32,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>namespaceURI</parameter></term>
+     <term><parameter>namespace</parameter></term>
      <listitem>
       <para>
        URI пространства имён.
@@ -48,8 +48,8 @@
   <para>
    Значение атрибута или пустая строка (до PHP 5.6) или &null;
    (начиная с PHP 5.6) если атрибут
-   с заданным <parameter>localName</parameter> и
-   <parameter>namespaceURI</parameter> не найден или нет позиции элемента.
+   с заданным <parameter>name</parameter> и
+   <parameter>namespace</parameter> не найден или нет позиции элемента.
   </para>
  </refsect1>

@@ -66,6 +66,12 @@
      </thead>
      <tbody>
       <row>
+       <entry>8.0.0</entry>
+       <entry>
+        Функция больше не может возвращать &false;.
+       </entry>
+      </row>
+      <row>
        <entry>5.6.0</entry>
        <entry>
         <methodname>XMLReader::getAttributeNS</methodname> теперь возвращает &null;,
@@ -88,7 +94,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ru/trunk/reference/xmlreader/xmlreader/lookupnamespace.xml
===================================================================
--- phpdoc/ru/trunk/reference/xmlreader/xmlreader/lookupnamespace.xml	2020-11-22 03:09:33 UTC (rev 351486)
+++ phpdoc/ru/trunk/reference/xmlreader/xmlreader/lookupnamespace.xml	2020-11-22 06:53:12 UTC (rev 351487)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 337197 Maintainer: mch Status: ready -->
+<!-- EN-Revision: 351468 Maintainer: mch Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
  <refentry xml:id="xmlreader.lookupnamespace" xmlns="http://docbook.org/ns/docbook">
@@ -10,9 +10,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <modifier>public</modifier>
-   <type>string</type>
-   <methodname>XMLReader::lookupNamespace</methodname>
+   <modifier>public</modifier> <type class="union"><type>string</type><type>null</type></type><methodname>XMLReader::lookupNamespace</methodname>
    <methodparam><type>string</type><parameter>prefix</parameter></methodparam>
   </methodsynopsis>
   <para>
@@ -40,6 +38,29 @@
    &return.success;
   </para>
  </refsect1>
+
+  <refsect1 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>
+       Функция больше не может возвращать &false;.
+      </entry>
+     </row>
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
 </refentry>

 <!-- Keep this comment at the end of the file

Modified: phpdoc/ru/trunk/reference/xmlreader/xmlreader/movetoattributens.xml
===================================================================
--- phpdoc/ru/trunk/reference/xmlreader/xmlreader/movetoattributens.xml	2020-11-22 03:09:33 UTC (rev 351486)
+++ phpdoc/ru/trunk/reference/xmlreader/xmlreader/movetoattributens.xml	2020-11-22 06:53:12 UTC (rev 351487)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 330543 Maintainer: mch Status: ready -->
+<!-- EN-Revision: 351468 Maintainer: mch Status: ready -->
 <!-- Reviewed: yes -->

 <refentry xml:id="xmlreader.movetoattributens" xmlns="http://docbook.org/ns/docbook">
@@ -11,11 +11,9 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <modifier>public</modifier>
-   <type>bool</type>
-   <methodname>XMLReader::moveToAttributeNs</methodname>
-   <methodparam><type>string</type><parameter>localName</parameter></methodparam>
-   <methodparam><type>string</type><parameter>namespaceURI</parameter></methodparam>
+   <modifier>public</modifier> <type>bool</type><methodname>XMLReader::moveToAttributeNs</methodname>
+   <methodparam><type>string</type><parameter>name</parameter></methodparam>
+   <methodparam><type>string</type><parameter>namespace</parameter></methodparam>
   </methodsynopsis>
   <para>
    Позиционирует курсор на именованном атрибуте в указанном пространстве имен.
@@ -26,7 +24,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>localName</parameter></term>
+     <term><parameter>name</parameter></term>
      <listitem>
       <para>
        Локальное имя.
@@ -34,7 +32,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>namespaceURI</parameter></term>
+     <term><parameter>namespace</parameter></term>
      <listitem>
       <para>
        URI пространства имён.
@@ -62,7 +60,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ru/trunk/reference/xmlreader/xmlreader/next.xml
===================================================================
--- phpdoc/ru/trunk/reference/xmlreader/xmlreader/next.xml	2020-11-22 03:09:33 UTC (rev 351486)
+++ phpdoc/ru/trunk/reference/xmlreader/xmlreader/next.xml	2020-11-22 06:53:12 UTC (rev 351487)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 330543 Maintainer: mch Status: ready -->
+<!-- EN-Revision: 351468 Maintainer: mch Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <refentry xml:id="xmlreader.next" xmlns="http://docbook.org/ns/docbook">
@@ -10,11 +10,9 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <modifier>public</modifier>
-   <type>bool</type>
-   <methodname>XMLReader::next</methodname>
-   <methodparam choice="opt"><type>string</type><parameter>localname</parameter></methodparam>
-   </methodsynopsis>
+   <modifier>public</modifier> <type>bool</type><methodname>XMLReader::next</methodname>
+   <methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>name</parameter><initializer>&null;</initializer></methodparam>
+  </methodsynopsis>
   <para>
    Позиционирует курсор на следующем узле, пропуская все поддеревья.
   </para>
@@ -24,7 +22,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>localname</parameter></term>
+     <term><parameter>name</parameter></term>
      <listitem>
       <para>
        Имя следующего узла для перехода.
@@ -40,6 +38,29 @@
    &return.success;
   </para>
  </refsect1>
+
+ <refsect1 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>
+       <parameter>name</parameter> теперь допускает значение null.
+      </entry>
+     </row>
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="seealso">
   &reftitle.seealso;
   <para>
@@ -51,7 +72,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ru/trunk/reference/xmlreader/xmlreader/open.xml
===================================================================
--- phpdoc/ru/trunk/reference/xmlreader/xmlreader/open.xml	2020-11-22 03:09:33 UTC (rev 351486)
+++ phpdoc/ru/trunk/reference/xmlreader/xmlreader/open.xml	2020-11-22 06:53:12 UTC (rev 351487)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 350654 Maintainer: mch Status: ready -->
+<!-- EN-Revision: 351468 Maintainer: mch Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <refentry xml:id="xmlreader.open" xmlns="http://docbook.org/ns/docbook">
@@ -11,12 +11,10 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <modifier>public</modifier>
-   <type>bool</type>
-   <methodname>XMLReader::open</methodname>
-   <methodparam><type>string</type><parameter>URI</parameter></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>encoding</parameter><initializer>&null;</initializer></methodparam>
-   <methodparam choice="opt"><type>int</type><parameter>options</parameter><initializer>0</initializer></methodparam>
+   <modifier>public</modifier> <modifier>static</modifier> <type class="union"><type>bool</type><type>XMLReader</type></type><methodname>XMLReader::open</methodname>
+   <methodparam><type>string</type><parameter>uri</parameter></methodparam>
+   <methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>encoding</parameter><initializer>&null;</initializer></methodparam>
+   <methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>0</initializer></methodparam>
   </methodsynopsis>
   <para>
    Установить URI, содержащий XML-документ, который будет разобран.
@@ -28,7 +26,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>URI</parameter></term>
+     <term><parameter>uri</parameter></term>
      <listitem>
       <para>
        URI, указывающий на документ.
@@ -44,7 +42,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>options</parameter></term>
+     <term><parameter>flags</parameter></term>
      <listitem>
       <para>
        Битовая маска, состоящая из <link linkend="libxml.constants">LIBXML_*</link>
@@ -65,8 +63,33 @@

  <refsect1 role="errors">
   &reftitle.errors;
-  &dom.allowstatic;
+  <para>
+   метод можно вызывать статически, но до PHP 8.0.0 в этом случае выдается ошибка <constant>E_DEPRECATED</constant>.
+  </para>
  </refsect1>
+
+ <refsect1 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>
+       <methodname>XMLReader::open</methodname> теперь объявлен как статический метод,
+       но все еще может быть вызван в экземпляре <classname>XMLReader</classname>.
+      </entry>
+     </row>
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>

  <refsect1 role="seealso">
   &reftitle.seealso;
@@ -78,7 +101,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ru/trunk/reference/xmlreader/xmlreader/setrelaxngschema.xml
===================================================================
--- phpdoc/ru/trunk/reference/xmlreader/xmlreader/setrelaxngschema.xml	2020-11-22 03:09:33 UTC (rev 351486)
+++ phpdoc/ru/trunk/reference/xmlreader/xmlreader/setrelaxngschema.xml	2020-11-22 06:53:12 UTC (rev 351487)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 330543 Maintainer: mch Status: ready -->
+<!-- EN-Revision: 351468 Maintainer: mch Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <refentry xml:id="xmlreader.setrelaxngschema" xmlns="http://docbook.org/ns/docbook">
@@ -10,10 +10,8 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <modifier>public</modifier>
-   <type>bool</type>
-   <methodname>XMLReader::setRelaxNGSchema</methodname>
-   <methodparam><type>string</type><parameter>filename</parameter></methodparam>
+   <modifier>public</modifier> <type>bool</type><methodname>XMLReader::setRelaxNGSchema</methodname>
+   <methodparam><type class="union"><type>string</type><type>null</type></type><parameter>filename</parameter></methodparam>
   </methodsynopsis>
   <para>
    Устанавливает имя файла или URI для схемы RelaxNG, которые используются при проверке.
@@ -51,7 +49,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ru/trunk/reference/xmlreader/xmlreader/setrelaxngschemasource.xml
===================================================================
--- phpdoc/ru/trunk/reference/xmlreader/xmlreader/setrelaxngschemasource.xml	2020-11-22 03:09:33 UTC (rev 351486)
+++ phpdoc/ru/trunk/reference/xmlreader/xmlreader/setrelaxngschemasource.xml	2020-11-22 06:53:12 UTC (rev 351487)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 330543 Maintainer: mch Status: ready -->
+<!-- EN-Revision: 351468 Maintainer: mch Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <refentry xml:id="xmlreader.setrelaxngschemasource" xmlns="http://docbook.org/ns/docbook">
@@ -10,10 +10,8 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <modifier>public</modifier>
-   <type>bool</type>
-   <methodname>XMLReader::setRelaxNGSchemaSource</methodname>
-   <methodparam><type>string</type><parameter>source</parameter></methodparam>
+   <modifier>public</modifier> <type>bool</type><methodname>XMLReader::setRelaxNGSchemaSource</methodname>
+   <methodparam><type class="union"><type>string</type><type>null</type></type><parameter>source</parameter></methodparam>
   </methodsynopsis>
   <para>
    Устанавливает данные, содержащие схему RelaxNG, используемую при проверке.
@@ -51,7 +49,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ru/trunk/reference/xmlreader/xmlreader/setschema.xml
===================================================================
--- phpdoc/ru/trunk/reference/xmlreader/xmlreader/setschema.xml	2020-11-22 03:09:33 UTC (rev 351486)
+++ phpdoc/ru/trunk/reference/xmlreader/xmlreader/setschema.xml	2020-11-22 06:53:12 UTC (rev 351487)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 330543 Maintainer: mch Status: ready -->
+<!-- EN-Revision: 351468 Maintainer: mch Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <refentry xml:id="xmlreader.setschema" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -12,7 +12,7 @@
   &reftitle.description;
   <methodsynopsis>
    <modifier>public</modifier> <type>bool</type><methodname>XMLReader::setSchema</methodname>
-   <methodparam><type>string</type><parameter>filename</parameter></methodparam>
+   <methodparam><type class="union"><type>string</type><type>null</type></type><parameter>filename</parameter></methodparam>
   </methodsynopsis>
   <para>
    Использует схему W3C XSD для проверки документов в процессе работы.
@@ -101,7 +101,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ru/trunk/reference/xmlreader/xmlreader/xml.xml
===================================================================
--- phpdoc/ru/trunk/reference/xmlreader/xmlreader/xml.xml	2020-11-22 03:09:33 UTC (rev 351486)
+++ phpdoc/ru/trunk/reference/xmlreader/xmlreader/xml.xml	2020-11-22 06:53:12 UTC (rev 351487)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 350654 Maintainer: mch Status: ready -->
+<!-- EN-Revision: 351468 Maintainer: mch Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <refentry xml:id="xmlreader.xml" xmlns="http://docbook.org/ns/docbook">
@@ -11,12 +11,12 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <modifier>public</modifier>
+   <modifier>public</modifier> <modifier>static</modifier>
    <type>bool</type>
    <methodname>XMLReader::xml</methodname>
    <methodparam><type>string</type><parameter>source</parameter></methodparam>
    <methodparam choice="opt"><type>string</type><parameter>encoding</parameter></methodparam>
-   <methodparam choice="opt"><type>int</type><parameter>options</parameter><initializer>0</initializer></methodparam>
+   <methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>0</initializer></methodparam>
   </methodsynopsis>
   <para>
    Устанавливает данные, содержащие XML для разбора.
@@ -44,7 +44,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>options</parameter></term>
+     <term><parameter>flags</parameter></term>
      <listitem>
       <para>
        Битовая маска констант <link linkend="libxml.constants">LIBXML_*</link>.
@@ -64,8 +64,34 @@

  <refsect1 role="errors">
   &reftitle.errors;
-  &dom.allowstatic;
+  <para>
+   Метод можно вызывать статически, но до PHP 8.0.0 в этом случае выдается ошибка
+   <constant>E_DEPRECATED</constant>.
+  </para>
  </refsect1>
+
+ <refsect1 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>
+       <methodname>XMLReader::xml</methodname> теперь объявлен как статический метод,
+       но все еще может быть вызван в экземпляре <classname>XMLReader</classname>.
+      </entry>
+     </row>
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>

  <refsect1 role="seealso">
   &reftitle.seealso;

Modified: phpdoc/ru/trunk/reference/xmlwriter/setup.xml
===================================================================
--- phpdoc/ru/trunk/reference/xmlwriter/setup.xml	2020-11-22 03:09:33 UTC (rev 351486)
+++ phpdoc/ru/trunk/reference/xmlwriter/setup.xml	2020-11-22 06:53:12 UTC (rev 351487)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 327011 Maintainer: aur Status: ready -->
+<!-- EN-Revision: 351471 Maintainer: aur Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <chapter xml:id="xmlwriter.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -38,7 +38,8 @@
  <section xml:id="xmlwriter.resources">
   &reftitle.resources;
   <para>
-   Существует один <type>resource</type>, используемый процедурной версией расширения XMLWriter: его возвращает <function>xmlwriter_open_memory</function> или
+   До PHP 8.0.0 процедурной версией модуля XMLWriter использовался один
+   тип ресурса: возвращаемый <function>xmlwriter_open_memory</function> или
    <function>xmlwriter_open_uri</function>.
   </para>
  </section>

Modified: phpdoc/ru/trunk/reference/xsl/xsltprocessor/getparameter.xml
===================================================================
--- phpdoc/ru/trunk/reference/xsl/xsltprocessor/getparameter.xml	2020-11-22 03:09:33 UTC (rev 351486)
+++ phpdoc/ru/trunk/reference/xsl/xsltprocessor/getparameter.xml	2020-11-22 06:53:12 UTC (rev 351487)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 328972 Maintainer: aur Status: ready -->
+<!-- EN-Revision: 351475 Maintainer: aur Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <refentry xml:id="xsltprocessor.getparameter" xmlns="http://docbook.org/ns/docbook">
@@ -10,10 +10,9 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>string</type>
-   <methodname>XSLTProcessor::getParameter</methodname>
-   <methodparam><type>string</type><parameter>namespaceURI</parameter></methodparam>
-   <methodparam><type>string</type><parameter>localName</parameter></methodparam>
+   <modifier>public</modifier> <type class="union"><type>string</type><type>false</type></type><methodname>XSLTProcessor::getParameter</methodname>
+   <methodparam><type>string</type><parameter>namespace</parameter></methodparam>
+   <methodparam><type>string</type><parameter>name</parameter></methodparam>
   </methodsynopsis>
   <para>
    Возвращает параметр, если он раньше установлен с помощью
@@ -25,7 +24,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>namespaceURI</parameter></term>
+     <term><parameter>namespace</parameter></term>
      <listitem>
       <para>
        Пространство имён URI параметра XSLT.
@@ -33,7 +32,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>localName</parameter></term>
+     <term><parameter>name</parameter></term>
      <listitem>
       <para>
        Локальное имя параметра XSLT.
@@ -59,7 +58,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ru/trunk/reference/xsl/xsltprocessor/hasexsltsupport.xml
===================================================================
--- phpdoc/ru/trunk/reference/xsl/xsltprocessor/hasexsltsupport.xml	2020-11-22 03:09:33 UTC (rev 351486)
+++ phpdoc/ru/trunk/reference/xsl/xsltprocessor/hasexsltsupport.xml	2020-11-22 06:53:12 UTC (rev 351487)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 322205 Maintainer: aur Status: ready -->
+<!-- EN-Revision: 351475 Maintainer: aur Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <refentry xml:id="xsltprocessor.hasexsltsupport" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -10,8 +10,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>bool</type>
-   <methodname>XSLTProcessor::hasExsltSupport</methodname>
+   <modifier>public</modifier> <type>bool</type><methodname>XSLTProcessor::hasExsltSupport</methodname>
    <void/>
   </methodsynopsis>
   <para>
@@ -48,7 +47,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ru/trunk/reference/xsl/xsltprocessor/registerphpfunctions.xml
===================================================================
--- phpdoc/ru/trunk/reference/xsl/xsltprocessor/registerphpfunctions.xml	2020-11-22 03:09:33 UTC (rev 351486)
+++ phpdoc/ru/trunk/reference/xsl/xsltprocessor/registerphpfunctions.xml	2020-11-22 06:53:12 UTC (rev 351487)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 350645 Maintainer: aur Status: ready -->
+<!-- EN-Revision: 351475 Maintainer: aur Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <refentry xml:id="xsltprocessor.registerphpfunctions" xmlns="http://docbook.org/ns/docbook">
@@ -10,9 +10,8 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>void</type>
-   <methodname>XSLTProcessor::registerPHPFunctions</methodname>
-   <methodparam choice="opt"><type>mixed</type><parameter>restrict</parameter></methodparam>
+   <modifier>public</modifier> <type>void</type><methodname>XSLTProcessor::registerPHPFunctions</methodname>
+   <methodparam choice="opt"><type class="union"><type>array</type><type>string</type><type>null</type></type><parameter>functions</parameter><initializer>&null;</initializer></methodparam>
   </methodsynopsis>
   <para>
    Этот метод позволяет использовать PHP функции как функции XSLT
@@ -24,7 +23,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>restrict</parameter></term>
+     <term><parameter>functions</parameter></term>
      <listitem>
       <para>
        Используйте этот параметр, если хотите вызывать из XSLT только некоторые функции из.
@@ -92,7 +91,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ru/trunk/reference/xsl/xsltprocessor/removeparameter.xml
===================================================================
--- phpdoc/ru/trunk/reference/xsl/xsltprocessor/removeparameter.xml	2020-11-22 03:09:33 UTC (rev 351486)
+++ phpdoc/ru/trunk/reference/xsl/xsltprocessor/removeparameter.xml	2020-11-22 06:53:12 UTC (rev 351487)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 322205 Maintainer: aur Status: ready -->
+<!-- EN-Revision: 351475 Maintainer: aur Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <refentry xml:id="xsltprocessor.removeparameter" xmlns="http://docbook.org/ns/docbook">
@@ -10,10 +10,9 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>bool</type>
-   <methodname>XSLTProcessor::removeParameter</methodname>
-   <methodparam><type>string</type><parameter>namespaceURI</parameter></methodparam>
-   <methodparam><type>string</type><parameter>localName</parameter></methodparam>
+   <modifier>public</modifier> <type>bool</type><methodname>XSLTProcessor::removeParameter</methodname>
+   <methodparam><type>string</type><parameter>namespace</parameter></methodparam>
+   <methodparam><type>string</type><parameter>name</parameter></methodparam>
   </methodsynopsis>
   <para>
    Удаляет параметр, если он установлен. Это позволяет процессору
@@ -25,7 +24,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>namespaceURI</parameter></term>
+     <term><parameter>namespace</parameter></term>
      <listitem>
       <para>
        Пространство имён URI параметра XSLT.
@@ -33,7 +32,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>localName</parameter></term>
+     <term><parameter>name</parameter></term>
      <listitem>
       <para>
        Локальное название XSLT параметра.
@@ -59,7 +58,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ru/trunk/reference/xsl/xsltprocessor/setparameter.xml
===================================================================
--- phpdoc/ru/trunk/reference/xsl/xsltprocessor/setparameter.xml	2020-11-22 03:09:33 UTC (rev 351486)
+++ phpdoc/ru/trunk/reference/xsl/xsltprocessor/setparameter.xml	2020-11-22 06:53:12 UTC (rev 351487)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 322205 Maintainer: aur Status: ready -->
+<!-- EN-Revision: 351475 Maintainer: aur Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <refentry xml:id="xsltprocessor.setparameter" xmlns="http://docbook.org/ns/docbook">
@@ -10,13 +10,13 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>bool</type><methodname>XSLTProcessor::setParameter</methodname>
+   <modifier>public</modifier> <type>bool</type><methodname>XSLTProcessor::setParameter</methodname>
    <methodparam><type>string</type><parameter>namespace</parameter></methodparam>
    <methodparam><type>string</type><parameter>name</parameter></methodparam>
    <methodparam><type>string</type><parameter>value</parameter></methodparam>
   </methodsynopsis>
   <methodsynopsis>
-   <type>bool</type><methodname>XSLTProcessor::setParameter</methodname>
+   <modifier>public</modifier> <type>bool</type><methodname>XSLTProcessor::setParameter</methodname>
    <methodparam><type>string</type><parameter>namespace</parameter></methodparam>
    <methodparam><type>array</type><parameter>options</parameter></methodparam>
   </methodsynopsis>
@@ -58,8 +58,7 @@
      <term><parameter>options</parameter></term>
      <listitem>
       <para>
-       Массив пар <literal>name =&gt; value</literal>. Этот синтаксис доступен
-       с PHP 5.1.0.
+       Массив пар <literal>name =&gt; value</literal>.
       </para>
      </listitem>
     </varlistentry>
@@ -118,7 +117,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ru/trunk/reference/xsl/xsltprocessor/setprofiling.xml
===================================================================
--- phpdoc/ru/trunk/reference/xsl/xsltprocessor/setprofiling.xml	2020-11-22 03:09:33 UTC (rev 351486)
+++ phpdoc/ru/trunk/reference/xsl/xsltprocessor/setprofiling.xml	2020-11-22 06:53:12 UTC (rev 351487)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 322205 Maintainer: aur Status: ready -->
+<!-- EN-Revision: 351475 Maintainer: aur Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <refentry xml:id="xsltprocessor.setprofiling" xmlns="http://docbook.org/ns/docbook">
@@ -10,8 +10,8 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>bool</type><methodname>XSLTProcessor::setProfiling</methodname>
-   <methodparam><type>string</type><parameter>filename</parameter></methodparam>
+   <modifier>public</modifier> <type>bool</type><methodname>XSLTProcessor::setProfiling</methodname>
+   <methodparam><type class="union"><type>string</type><type>null</type></type><parameter>filename</parameter></methodparam>
   </methodsynopsis>
   <para>
    Устанавливает файл для записи профилирующей информации во время обработки таблиц стилей.
@@ -84,7 +84,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ru/trunk/reference/xsl/xsltprocessor/setsecurityprefs.xml
===================================================================
--- phpdoc/ru/trunk/reference/xsl/xsltprocessor/setsecurityprefs.xml	2020-11-22 03:09:33 UTC (rev 351486)
+++ phpdoc/ru/trunk/reference/xsl/xsltprocessor/setsecurityprefs.xml	2020-11-22 06:53:12 UTC (rev 351487)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 344018 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 351475 Maintainer: rjhdby Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->
 <!-- $Revision$ -->
 <refentry xml:id="xsltprocessor.setsecurityprefs" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -11,8 +11,8 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <modifier>public</modifier> <type>int</type> <methodname>XSLTProcessor::setSecurityPrefs</methodname>
-   <methodparam><type>int</type><parameter>securityPrefs</parameter></methodparam>
+   <modifier>public</modifier> <type>int</type><methodname>XSLTProcessor::setSecurityPrefs</methodname>
+   <methodparam><type>int</type><parameter>preferences</parameter></methodparam>
   </methodsynopsis>
   <para>
    Устанавливает настройки безопасности.
@@ -24,7 +24,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>securityPrefs</parameter></term>
+     <term><parameter>preferences</parameter></term>
      <listitem>
       <para>
        Новые настройки безопасности. Битовая маска из:
@@ -50,7 +50,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ru/trunk/reference/xsl/xsltprocessor/transformtodoc.xml
===================================================================
--- phpdoc/ru/trunk/reference/xsl/xsltprocessor/transformtodoc.xml	2020-11-22 03:09:33 UTC (rev 351486)
+++ phpdoc/ru/trunk/reference/xsl/xsltprocessor/transformtodoc.xml	2020-11-22 06:53:12 UTC (rev 351487)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 322205 Maintainer: aur Status: ready -->
+<!-- EN-Revision: 351475 Maintainer: aur Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <refentry xml:id="xsltprocessor.transformtodoc" xmlns="http://docbook.org/ns/docbook">
@@ -10,9 +10,9 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>DOMDocument</type>
-   <methodname>XSLTProcessor::transformToDoc</methodname>
-   <methodparam><type>DOMNode</type><parameter>doc</parameter></methodparam>
+   <modifier>public</modifier> <type class="union"><type>DOMDocument</type><type>false</type></type><methodname>XSLTProcessor::transformToDoc</methodname>
+   <methodparam><type>object</type><parameter>document</parameter></methodparam>
+   <methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>returnClass</parameter><initializer>&null;</initializer></methodparam>
   </methodsynopsis>
   <para>
    Преобразует исходный узел в  <classname>DOMDocument</classname> применяя
@@ -25,7 +25,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>doc</parameter></term>
+     <term><parameter>document</parameter></term>
      <listitem>
       <para>
        Узел, который нужно преобразовать.
@@ -85,7 +85,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ru/trunk/reference/xsl/xsltprocessor/transformtoxml.xml
===================================================================
--- phpdoc/ru/trunk/reference/xsl/xsltprocessor/transformtoxml.xml	2020-11-22 03:09:33 UTC (rev 351486)
+++ phpdoc/ru/trunk/reference/xsl/xsltprocessor/transformtoxml.xml	2020-11-22 06:53:12 UTC (rev 351487)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 344018 Maintainer: aur Status: ready -->
+<!-- EN-Revision: 351475 Maintainer: aur Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <refentry xml:id="xsltprocessor.transformtoxml" xmlns="http://docbook.org/ns/docbook">
@@ -10,9 +10,8 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>string</type>
-   <methodname>XSLTProcessor::transformToXml</methodname>
-   <methodparam><type>object</type><parameter>doc</parameter></methodparam>
+   <modifier>public</modifier> <type class="union"><type>string</type><type>false</type><type>null</type></type><methodname>XSLTProcessor::transformToXml</methodname>
+   <methodparam><type>object</type><parameter>document</parameter></methodparam>
   </methodsynopsis>
   <para>
    Преобразует исходный узел в строку, применяя таблицы стилей, которые установлены с помощью метода
@@ -24,7 +23,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>doc</parameter></term>
+     <term><parameter>document</parameter></term>
      <listitem>
       <para>
        Объект класса <type>DOMDocument</type> или <type>SimpleXMLElement</type> для преобразования.
@@ -87,7 +86,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml