[DOC-CVS] [doc-en] master: ext/yar: Fix unresolved exception entity references (#5778)
[email protected] (Jordi Kroon via GitHub)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Jordi Kroon (jordikroon)
Committer: GitHub (web-flow)
Pusher: jordikroon
Date: 2026-08-23T19:15:58+02:00
Commit: https://github.com/php/doc-en/commit/28975cb447c4d3e13fdfd2f9c1eb3e8b7c231e3f
Raw diff: https://github.com/php/doc-en/commit/28975cb447c4d3e13fdfd2f9c1eb3e8b7c231e3f.diff
ext/yar: Fix unresolved exception entity references (#5778)
Changed paths:
D reference/yar/reference.xml
M reference/yar/book.xml
M reference/yar/yar-client-packager-exception.xml
M reference/yar/yar-client-protocol-exception.xml
M reference/yar/yar-client-transport-exception.xml
M reference/yar/yar-server-output-exception.xml
M reference/yar/yar-server-packager-exception.xml
M reference/yar/yar-server-protocol-exception.xml
M reference/yar/yar-server-request-exception.xml
Diff:
diff --git a/reference/yar/book.xml b/reference/yar/book.xml
index 8008475333a2..90922f5bf838 100644
--- a/reference/yar/book.xml
+++ b/reference/yar/book.xml
@@ -22,7 +22,15 @@
&reference.yar.yar-client;
&reference.yar.yar-concurrent-client;
&reference.yar.yar-server-exception;
+ &reference.yar.yar-server-output-exception;
+ &reference.yar.yar-server-packager-exception;
+ &reference.yar.yar-server-protocol-exception;
+ &reference.yar.yar-server-request-exception;
+
&reference.yar.yar-client-exception;
+ &reference.yar.yar-client-packager-exception;
+ &reference.yar.yar-client-protocol-exception;
+ &reference.yar.yar-client-transport-exception;
</book>
diff --git a/reference/yar/reference.xml b/reference/yar/reference.xml
deleted file mode 100644
index cca4887721da..000000000000
--- a/reference/yar/reference.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-
-<reference xml:id="ref.yar" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
- <title>Yar &Functions;</title>
-
- &reference.yar.entities.functions;
-
-</reference>
-
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:1
-sgml-indent-data:t
-indent-tabs-mode:nil
-sgml-parent-document:nil
-sgml-default-dtd-file:"~/.phpdoc/manual.ced"
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
-vim600: syn=xml fen fdm=syntax fdl=2 si
-vim: et tw=78 syn=sgml
-vi: ts=1 sw=1
--->
diff --git a/reference/yar/yar-client-packager-exception.xml b/reference/yar/yar-client-packager-exception.xml
index 3bbb9ef4aa53..b97113bc1242 100644
--- a/reference/yar/yar-client-packager-exception.xml
+++ b/reference/yar/yar-client-packager-exception.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
+<!-- $Revision$ -->
<reference xml:id="class.yar-client-packager-exception" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
@@ -29,7 +29,7 @@
<ooclass>
<classname>Yar_Client_Packager_Exception</classname>
</ooclass>
-
+
<ooclass>
<modifier>extends</modifier>
<classname>Yar_Client_Exception</classname>
@@ -38,19 +38,17 @@
<!-- }}} -->
<classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
-
- <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.yar-client-packager-exception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
-
+
<classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.yar-client-exception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.exception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
</classsynopsis>
<!-- }}} -->
</section>
-
+
<!-- {{{ Yar_Client_Packager_Exception properties -->
<section xml:id="yar-client-packager-exception.props">
&reftitle.properties;
@@ -86,8 +84,6 @@
</partintro>
- &reference.yar.entities.yar-client-packager-exception;
-
</reference>
<!-- Keep this comment at the end of the file
diff --git a/reference/yar/yar-client-protocol-exception.xml b/reference/yar/yar-client-protocol-exception.xml
index a0b740218df1..211b26f85c3f 100644
--- a/reference/yar/yar-client-protocol-exception.xml
+++ b/reference/yar/yar-client-protocol-exception.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
+<!-- $Revision$ -->
<reference xml:id="class.yar-client-protocol-exception" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
@@ -29,7 +29,7 @@
<ooclass>
<classname>Yar_Client_Protocol_Exception</classname>
</ooclass>
-
+
<ooclass>
<modifier>extends</modifier>
<classname>Yar_Client_Exception</classname>
@@ -38,19 +38,17 @@
<!-- }}} -->
<classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
-
- <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.yar-client-protocol-exception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
-
+
<classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.yar-client-exception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.exception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
</classsynopsis>
<!-- }}} -->
</section>
-
+
<!-- {{{ Yar_Client_Protocol_Exception properties -->
<section xml:id="yar-client-protocol-exception.props">
&reftitle.properties;
@@ -86,8 +84,6 @@
</partintro>
- &reference.yar.entities.yar-client-protocol-exception;
-
</reference>
<!-- Keep this comment at the end of the file
diff --git a/reference/yar/yar-client-transport-exception.xml b/reference/yar/yar-client-transport-exception.xml
index 259c39a315f6..da189ecfac85 100644
--- a/reference/yar/yar-client-transport-exception.xml
+++ b/reference/yar/yar-client-transport-exception.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
+<!-- $Revision$ -->
<reference xml:id="class.yar-client-transport-exception" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
@@ -29,7 +29,7 @@
<ooclass>
<classname>Yar_Client_Transport_Exception</classname>
</ooclass>
-
+
<ooclass>
<modifier>extends</modifier>
<classname>Yar_Client_Exception</classname>
@@ -38,19 +38,17 @@
<!-- }}} -->
<classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
-
- <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.yar-client-transport-exception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
-
+
<classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.yar-client-exception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.exception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
</classsynopsis>
<!-- }}} -->
</section>
-
+
<!-- {{{ Yar_Client_Transport_Exception properties -->
<section xml:id="yar-client-transport-exception.props">
&reftitle.properties;
@@ -86,8 +84,6 @@
</partintro>
- &reference.yar.entities.yar-client-transport-exception;
-
</reference>
<!-- Keep this comment at the end of the file
diff --git a/reference/yar/yar-server-output-exception.xml b/reference/yar/yar-server-output-exception.xml
index 1839ca58374d..60ab88fe49c0 100644
--- a/reference/yar/yar-server-output-exception.xml
+++ b/reference/yar/yar-server-output-exception.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
+<!-- $Revision$ -->
<reference xml:id="class.yar-server-output-exception" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
@@ -29,7 +29,7 @@
<ooclass>
<classname>Yar_Server_Output_Exception</classname>
</ooclass>
-
+
<ooclass>
<modifier>extends</modifier>
<classname>Yar_Server_Exception</classname>
@@ -38,19 +38,17 @@
<!-- }}} -->
<classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
-
- <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.yar-server-output-exception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
-
+
<classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.yar-server-exception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.exception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
</classsynopsis>
<!-- }}} -->
</section>
-
+
<!-- {{{ Yar_Server_Output_Exception properties -->
<section xml:id="yar-server-output-exception.props">
&reftitle.properties;
@@ -86,8 +84,6 @@
</partintro>
- &reference.yar.entities.yar-server-output-exception;
-
</reference>
<!-- Keep this comment at the end of the file
diff --git a/reference/yar/yar-server-packager-exception.xml b/reference/yar/yar-server-packager-exception.xml
index d1556344502b..73c36face366 100644
--- a/reference/yar/yar-server-packager-exception.xml
+++ b/reference/yar/yar-server-packager-exception.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
+<!-- $Revision$ -->
<reference xml:id="class.yar-server-packager-exception" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
@@ -29,7 +29,7 @@
<ooclass>
<classname>Yar_Server_Packager_Exception</classname>
</ooclass>
-
+
<ooclass>
<modifier>extends</modifier>
<classname>Yar_Server_Exception</classname>
@@ -38,19 +38,17 @@
<!-- }}} -->
<classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
-
- <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.yar-server-packager-exception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
-
+
<classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.yar-server-exception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.exception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
</classsynopsis>
<!-- }}} -->
</section>
-
+
<!-- {{{ Yar_Server_Packager_Exception properties -->
<section xml:id="yar-server-packager-exception.props">
&reftitle.properties;
@@ -86,8 +84,6 @@
</partintro>
- &reference.yar.entities.yar-server-packager-exception;
-
</reference>
<!-- Keep this comment at the end of the file
diff --git a/reference/yar/yar-server-protocol-exception.xml b/reference/yar/yar-server-protocol-exception.xml
index d0f32f8863ee..0cfee3e49087 100644
--- a/reference/yar/yar-server-protocol-exception.xml
+++ b/reference/yar/yar-server-protocol-exception.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
+<!-- $Revision$ -->
<reference xml:id="class.yar-server-protocol-exception" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
@@ -29,7 +29,7 @@
<ooclass>
<classname>Yar_Server_Protocol_Exception</classname>
</ooclass>
-
+
<ooclass>
<modifier>extends</modifier>
<classname>Yar_Server_Exception</classname>
@@ -38,19 +38,17 @@
<!-- }}} -->
<classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
-
- <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.yar-server-protocol-exception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
-
+
<classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.yar-server-exception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.exception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
</classsynopsis>
<!-- }}} -->
</section>
-
+
<!-- {{{ Yar_Server_Protocol_Exception properties -->
<section xml:id="yar-server-protocol-exception.props">
&reftitle.properties;
@@ -86,8 +84,6 @@
</partintro>
- &reference.yar.entities.yar-server-protocol-exception;
-
</reference>
<!-- Keep this comment at the end of the file
diff --git a/reference/yar/yar-server-request-exception.xml b/reference/yar/yar-server-request-exception.xml
index 951545e6a6ec..f8c6660032f7 100644
--- a/reference/yar/yar-server-request-exception.xml
+++ b/reference/yar/yar-server-request-exception.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
+<!-- $Revision$ -->
<reference xml:id="class.yar-server-request-exception" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
@@ -29,7 +29,7 @@
<ooclass>
<classname>Yar_Server_Request_Exception</classname>
</ooclass>
-
+
<ooclass>
<modifier>extends</modifier>
<classname>Yar_Server_Exception</classname>
@@ -38,19 +38,17 @@
<!-- }}} -->
<classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
-
- <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.yar-server-request-exception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
-
+
<classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.yar-server-exception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.exception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
</classsynopsis>
<!-- }}} -->
</section>
-
+
<!-- {{{ Yar_Server_Request_Exception properties -->
<section xml:id="yar-server-request-exception.props">
&reftitle.properties;
@@ -86,8 +84,6 @@
</partintro>
- &reference.yar.entities.yar-server-request-exception;
-
</reference>
<!-- Keep this comment at the end of the file