From ae7db14ea8cb8f3041e114f0ef865d86a95f72d6 Mon Sep 17 00:00:00 2001 From: Gina Peter Banyard Date: Thu, 5 Mar 2026 13:31:18 +0000 Subject: [PATCH] Properly revert "Fix wrong xml:id on the fieldsynopsis element of Exception::$code" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 6a05d92a32e2eec66f7a32429696abe7f118b0aa. On the request of Máté to fix the build. It might make sense to rewrite history and force push to prevent revcheck issues, but that's another debate. --- reference/bc/bcmath.number.xml | 62 ++- reference/dom/dom/dom-attr.xml | 139 +++-- reference/dom/dom/dom-cdatasection.xml | 71 ++- reference/dom/dom/dom-characterdata.xml | 141 +++-- reference/dom/dom/dom-childnode.xml | 22 +- reference/dom/dom/dom-comment.xml | 65 ++- reference/dom/dom/dom-document.xml | 270 +++++----- reference/dom/dom/dom-documentfragment.xml | 126 +++-- reference/dom/dom/dom-documenttype.xml | 162 +++--- reference/dom/dom/dom-dtdnamednodemap.xml | 51 +- reference/dom/dom/dom-element.xml | 297 +++++------ reference/dom/dom/dom-entity.xml | 109 ++-- reference/dom/dom/dom-entityreference.xml | 47 +- reference/dom/dom/dom-htmlcollection.xml | 51 +- reference/dom/dom/dom-htmldocument.xml | 69 ++- reference/dom/dom/dom-htmlelement.xml | 59 +-- reference/dom/dom/dom-implementation.xml | 29 +- reference/dom/dom/dom-namednodemap.xml | 51 +- reference/dom/dom/dom-namespaceinfo.xml | 58 +-- reference/dom/dom/dom-node.xml | 372 +++++++------- reference/dom/dom/dom-nodelist.xml | 63 ++- reference/dom/dom/dom-notation.xml | 85 ++- reference/dom/dom/dom-parentnode.xml | 22 +- .../dom/dom/dom-processinginstruction.xml | 85 ++- reference/dom/dom/dom-text.xml | 87 ++-- reference/dom/dom/dom-tokenlist.xml | 65 ++- reference/dom/dom/dom-xmldocument.xml | 132 +++-- reference/dom/dom/dom-xpath.xml | 73 ++- reference/ffi/ffi.ctype.xml | 484 +++++++++--------- reference/ffi/ffi.exception.xml | 71 +-- reference/ffi/ffi.parserexception.xml | 48 +- reference/pdo_dblib/pdo-dblib.xml | 136 +++-- reference/pdo_firebird/pdo-firebird.xml | 152 +++--- reference/pdo_mysql/pdo-mysql.xml | 356 +++++++------ reference/pdo_odbc/pdo-odbc.xml | 108 ++-- reference/pdo_pgsql/pdo-pgsql.xml | 140 +++-- reference/pdo_sqlite/pdo-sqlite.xml | 216 +++----- 37 files changed, 2154 insertions(+), 2420 deletions(-) diff --git a/reference/bc/bcmath.number.xml b/reference/bc/bcmath.number.xml index 74644b67a1..205df12422 100644 --- a/reference/bc/bcmath.number.xml +++ b/reference/bc/bcmath.number.xml @@ -34,42 +34,38 @@
&reftitle.classsynopsis; - - BcMath + + + final + readonly + BcMath\Number + - - - final - readonly - Number - + + implements + Stringable + - - implements - Stringable - + &Properties; + + public + string + value + + + public + int + scale + - &Properties; - - public - string - value - - - public - int - scale - - - &Methods; - - - - - - - - + &Methods; + + + + + + +
diff --git a/reference/dom/dom/dom-attr.xml b/reference/dom/dom/dom-attr.xml index ddb5eb8832..93f58b1394 100644 --- a/reference/dom/dom/dom-attr.xml +++ b/reference/dom/dom/dom-attr.xml @@ -20,83 +20,80 @@
&reftitle.classsynopsis; - - Dom + + + Dom\Attr + - - - Attr - + + extends + Dom\Node + - - extends - Dom\Node - + &InheritedConstants; + + + - &InheritedConstants; - - - + &Properties; + + public + readonly + stringnull + namespaceURI + + + public + readonly + stringnull + prefix + + + public + readonly + string + localName + + + public + readonly + string + name + + + public + string + value + + + public + readonly + Dom\Elementnull + ownerElement + + + public + readonly + bool + specified + - &Properties; - - public - readonly - stringnull - namespaceURI - - - public - readonly - stringnull - prefix - - - public - readonly - string - localName - - - public - readonly - string - name - - - public - string - value - - - public - readonly - Dom\Elementnull - ownerElement - - - public - readonly - bool - specified - + &InheritedProperties; + + + - &InheritedProperties; - - - + &Methods; + + + - &Methods; - - - - - &InheritedMethods; - - - - - + &InheritedMethods; + Not documented yet + +
diff --git a/reference/dom/dom/dom-cdatasection.xml b/reference/dom/dom/dom-cdatasection.xml index 64f18b69b5..bb6f281628 100644 --- a/reference/dom/dom/dom-cdatasection.xml +++ b/reference/dom/dom/dom-cdatasection.xml @@ -22,47 +22,44 @@
&reftitle.classsynopsis; - - Dom + + + Dom\CDATASection + - - - CDATASection - + + extends + Dom\Text + - - extends - Dom\Text - + &InheritedConstants; + + + - &InheritedConstants; - - - + &InheritedProperties; + + + + + + + + + - &InheritedProperties; - - - - - - - - - - - &InheritedMethods; - - - - - - - - - - - + &InheritedMethods; + + + + + + + Not documented yet + +
diff --git a/reference/dom/dom/dom-characterdata.xml b/reference/dom/dom/dom-characterdata.xml index 5f77710d02..8c01211d92 100644 --- a/reference/dom/dom/dom-characterdata.xml +++ b/reference/dom/dom/dom-characterdata.xml @@ -6,9 +6,9 @@
- - - + + + This is the modern, spec-compliant equivalent of DOMCharacterData. @@ -17,94 +17,91 @@
&reftitle.classsynopsis; - - Dom + + + Dom\CharacterData + - - - CharacterData - + + extends + Dom\Node + - - extends - Dom\Node - + + implements + Dom\ChildNode + - - implements - Dom\ChildNode - + &InheritedConstants; + + + - &InheritedConstants; - - - + &Properties; + + public + readonly + Dom\Elementnull + previousElementSibling + + + public + readonly + Dom\Elementnull + nextElementSibling + + + public + string + data + + + public + readonly + int + length + - &Properties; - - public - readonly - Dom\Elementnull - previousElementSibling - - - public - readonly - Dom\Elementnull - nextElementSibling - - - public - string - data - - - public - readonly - int - length - + &InheritedProperties; + + + - &InheritedProperties; - - - + &Methods; + + + - &Methods; - - - - - &InheritedMethods; - - - - - + &InheritedMethods; + Not documented yet + +
&reftitle.properties; - - - + + + - - - + + + - - - + + + - - - + + +
diff --git a/reference/dom/dom/dom-childnode.xml b/reference/dom/dom/dom-childnode.xml index 97c09d43e7..76ee048e58 100644 --- a/reference/dom/dom/dom-childnode.xml +++ b/reference/dom/dom/dom-childnode.xml @@ -16,20 +16,16 @@
&reftitle.interfacesynopsis; - - Dom + + + Dom\ChildNode + - - - ChildNode - - - &Methods; - - - - - + &Methods; + + + +
diff --git a/reference/dom/dom/dom-comment.xml b/reference/dom/dom/dom-comment.xml index 72d0038639..6b316f9737 100644 --- a/reference/dom/dom/dom-comment.xml +++ b/reference/dom/dom/dom-comment.xml @@ -7,9 +7,9 @@
- - - + + + This is the modern, spec-compliant equivalent of DOMComment. @@ -19,41 +19,38 @@
&reftitle.classsynopsis; - - Dom + + + Dom\Comment + - - - Comment - + + extends + Dom\CharacterData + - - extends - Dom\CharacterData - + &InheritedConstants; + + + - &InheritedConstants; - - - + &InheritedProperties; + + + + + + - &InheritedProperties; - - - - - - - - &InheritedMethods; - - - - - - - - + &InheritedMethods; + + + + Not documented yet + +
diff --git a/reference/dom/dom/dom-document.xml b/reference/dom/dom/dom-document.xml index 094ebb3449..0c472d5de5 100644 --- a/reference/dom/dom/dom-document.xml +++ b/reference/dom/dom/dom-document.xml @@ -7,9 +7,9 @@
- - - + + + This is the modern, spec-compliant equivalent of DOMDocument. @@ -21,145 +21,137 @@
&reftitle.classsynopsis; - - Dom + + + abstract + Dom\Document + - - - abstract - Document - + + extends + Dom\Node + - - extends - Dom\Node - + + implements + Dom\ParentNode + - - implements - Dom\ParentNode - + &InheritedConstants; + + + - &InheritedConstants; - - - + &Properties; + + public + readonly + Dom\Implementation + implementation + + + public + string + URL + + + public + string + documentURI + + + public + string + characterSet + + + public + string + charset + + + public + string + inputEncoding + + + public + readonly + Dom\DocumentTypenull + doctype + + + public + readonly + Dom\Elementnull + documentElement + + + public + readonly + Dom\Elementnull + firstElementChild + + + public + readonly + Dom\Elementnull + lastElementChild + + + public + readonly + int + childElementCount + + + public + Dom\HTMLElementnull + body + + + public + readonly + Dom\HTMLElementnull + head + + + public + string + title + - &Properties; - - public - readonly - Dom\HTMLCollection - children - - - public - readonly - Dom\Elementnull - firstElementChild - - - public - readonly - Dom\Elementnull - lastElementChild - - - public - readonly - int - childElementCount - - - public - readonly - Dom\Implementation - implementation - - - public - string - URL - - - public - string - documentURI - - - public - string - characterSet - - - public - string - charset - - - public - string - inputEncoding - - - public - readonly - Dom\DocumentTypenull - doctype - - - public - readonly - Dom\Elementnull - documentElement - - - public - Dom\HTMLElementnull - body - - - public - readonly - Dom\HTMLElementnull - head - - - public - string - title - + &InheritedProperties; + + + - &InheritedProperties; - - - + &Methods; + Not documented yet + - &Methods; - - - - - &InheritedMethods; - - - - - + &InheritedMethods; + Not documented yet + +
&reftitle.properties; - - - + + + - - - + + + URL @@ -190,9 +182,9 @@ - - - + + + documentElement @@ -204,19 +196,19 @@ - - - + + + - - - + + + - - - + + + body diff --git a/reference/dom/dom/dom-documentfragment.xml b/reference/dom/dom/dom-documentfragment.xml index d5e00db7b4..1c5b8390a8 100644 --- a/reference/dom/dom/dom-documentfragment.xml +++ b/reference/dom/dom/dom-documentfragment.xml @@ -21,90 +21,82 @@
&reftitle.classsynopsis; - - Dom + + + Dom\DocumentFragment + - - - DocumentFragment - + + extends + Dom\Node + - - extends - Dom\Node - + + implements + Dom\ParentNode + - - implements - Dom\ParentNode - + &InheritedConstants; + + + - &InheritedConstants; - - - + &Properties; + + public + readonly + Dom\Elementnull + firstElementChild + + + public + readonly + Dom\Elementnull + lastElementChild + + + public + readonly + int + childElementCount + - &Properties; - - public - readonly - Dom\HTMLCollection - children - - - public - readonly - Dom\Elementnull - firstElementChild - - - public - readonly - Dom\Elementnull - lastElementChild - - - public - readonly - int - childElementCount - + &InheritedProperties; + + + - &InheritedProperties; - - - + &Methods; + Not documented yet + - &Methods; - - - - - &InheritedMethods; - - - - - + &InheritedMethods; + Not documented yet + +
&reftitle.properties; - - - + + + - - - + + + - - - + + +
diff --git a/reference/dom/dom/dom-documenttype.xml b/reference/dom/dom/dom-documenttype.xml index be70f0da40..30ba11dc69 100644 --- a/reference/dom/dom/dom-documenttype.xml +++ b/reference/dom/dom/dom-documenttype.xml @@ -19,102 +19,100 @@
&reftitle.classsynopsis; - - Dom + + + Dom\DocumentType + - - - DocumentType - + + extends + Dom\Node + - - extends - Dom\Node - + + implements + Dom\ChildNode + - - implements - Dom\ChildNode - + &InheritedConstants; + + + - &InheritedConstants; - - - + &Properties; + + public + readonly + string + name + + + public + readonly + Dom\DtdNamedNodeMap + entities + + + public + readonly + Dom\DtdNamedNodeMap + notations + + + public + readonly + string + publicId + + + public + readonly + string + systemId + + + public + readonly + stringnull + internalSubset + - &Properties; - - public - readonly - string - name - - - public - readonly - Dom\DtdNamedNodeMap - entities - - - public - readonly - Dom\DtdNamedNodeMap - notations - - - public - readonly - string - publicId - - - public - readonly - string - systemId - - - public - readonly - stringnull - internalSubset - + &InheritedProperties; + + + - &InheritedProperties; - - - + &Methods; + Not documented yet + - &Methods; - - - - - &InheritedMethods; - - - - - + &InheritedMethods; + Not documented yet + +
&reftitle.properties; - - - + + + - - - + + + - - - + + + entities @@ -135,9 +133,9 @@ - - - + + +
diff --git a/reference/dom/dom/dom-dtdnamednodemap.xml b/reference/dom/dom/dom-dtdnamednodemap.xml index b446ce5206..ea93c0b954 100644 --- a/reference/dom/dom/dom-dtdnamednodemap.xml +++ b/reference/dom/dom/dom-dtdnamednodemap.xml @@ -17,37 +17,34 @@
&reftitle.classsynopsis; - - Dom + + + Dom\DtdNamedNodeMap + - - - DtdNamedNodeMap - + + implements + IteratorAggregate + - - implements - IteratorAggregate - + + Countable + - - Countable - + &Properties; + + public + readonly + int + length + - &Properties; - - public - readonly - int - length - - - &Methods; - - - - - + &Methods; + Not documented yet + +
diff --git a/reference/dom/dom/dom-element.xml b/reference/dom/dom/dom-element.xml index 3cd3f9a80a..3df5455fb9 100644 --- a/reference/dom/dom/dom-element.xml +++ b/reference/dom/dom/dom-element.xml @@ -20,148 +20,135 @@
&reftitle.classsynopsis; - - Dom + + + Dom\Element + - - - Element - + + extends + Dom\Node + - - extends - Dom\Node - + + implements + Dom\ParentNode + - - implements - Dom\ParentNode - + + Dom\ChildNode + - - Dom\ChildNode - + &InheritedConstants; + + + - &InheritedConstants; - - - + &Properties; + + public + readonly + stringnull + namespaceURI + + + public + readonly + stringnull + prefix + + + public + readonly + string + localName + + + public + readonly + string + tagName + + + public + string + id + + + public + string + className + + + public + readonly + Dom\TokenList + classList + + + public + readonly + Dom\NamedNodeMap + attributes + + + public + readonly + Dom\Elementnull + firstElementChild + + + public + readonly + Dom\Elementnull + lastElementChild + + + public + readonly + int + childElementCount + + + public + readonly + Dom\Elementnull + previousElementSibling + + + public + readonly + Dom\Elementnull + nextElementSibling + + + public + string + innerHTML + + + public + string + substitutedNodeValue + - &Properties; - - public - readonly - stringnull - namespaceURI - - - public - readonly - stringnull - prefix - - - public - readonly - string - localName - - - public - readonly - string - tagName - - - public - readonly - Dom\HTMLCollection - children - - - public - readonly - Dom\Elementnull - firstElementChild - - - public - readonly - Dom\Elementnull - lastElementChild - - - public - readonly - int - childElementCount - - - public - readonly - Dom\Elementnull - previousElementSibling - - - public - readonly - Dom\Elementnull - nextElementSibling - - - public - string - id - - - public - string - className - - - public - readonly - Dom\TokenList - classList - - - public - readonly - Dom\NamedNodeMap - attributes - - - public - string - innerHTML - - - public - string - outerHTML - - - public - string - substitutedNodeValue - + &InheritedProperties; + + + - &InheritedProperties; - - - + &Methods; + Not documented yet + - &Methods; - - - - - &InheritedMethods; - - - - - + &InheritedMethods; + Not documented yet + +
@@ -192,9 +179,9 @@ - - - + + + classList @@ -215,34 +202,34 @@ - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + innerHTML diff --git a/reference/dom/dom/dom-entity.xml b/reference/dom/dom/dom-entity.xml index db9288e09f..19bd810c89 100644 --- a/reference/dom/dom/dom-entity.xml +++ b/reference/dom/dom/dom-entity.xml @@ -6,9 +6,9 @@
- - - + + + This is the modern, spec-compliant equivalent of DOMEntity. @@ -17,74 +17,71 @@
&reftitle.classsynopsis; - - Dom + + + Dom\Entity + - - - Entity - + + extends + Dom\Node + - - extends - Dom\Node - + &InheritedConstants; + + + - &InheritedConstants; - - - + &Properties; + + public + readonly + stringnull + publicId + + + public + readonly + stringnull + systemId + + + public + readonly + stringnull + notationName + - &Properties; - - public - readonly - stringnull - publicId - - - public - readonly - stringnull - systemId - - - public - readonly - stringnull - notationName - + &InheritedProperties; + + + - &InheritedProperties; - - - - - &InheritedMethods; - - - - - + &InheritedMethods; + Not documented yet + +
&reftitle.properties; - - - + + + - - - + + + - - - + + +
diff --git a/reference/dom/dom/dom-entityreference.xml b/reference/dom/dom/dom-entityreference.xml index c31d010029..dab7725246 100644 --- a/reference/dom/dom/dom-entityreference.xml +++ b/reference/dom/dom/dom-entityreference.xml @@ -17,35 +17,32 @@
&reftitle.classsynopsis; - - Dom + + + Dom\EntityReference + - - - EntityReference - + + extends + Dom\Node + - - extends - Dom\Node - + &InheritedConstants; + + + - &InheritedConstants; - - - + &InheritedProperties; + + + - &InheritedProperties; - - - - - &InheritedMethods; - - - - - + &InheritedMethods; + Not documented yet + +
diff --git a/reference/dom/dom/dom-htmlcollection.xml b/reference/dom/dom/dom-htmlcollection.xml index 5bef1332ba..6664ba7299 100644 --- a/reference/dom/dom/dom-htmlcollection.xml +++ b/reference/dom/dom/dom-htmlcollection.xml @@ -16,37 +16,34 @@
&reftitle.classsynopsis; - - Dom + + + Dom\HTMLCollection + - - - HTMLCollection - + + implements + IteratorAggregate + - - implements - IteratorAggregate - + + Countable + - - Countable - + &Properties; + + public + readonly + int + length + - &Properties; - - public - readonly - int - length - - - &Methods; - - - - - + &Methods; + Not documented yet + +
diff --git a/reference/dom/dom/dom-htmldocument.xml b/reference/dom/dom/dom-htmldocument.xml index 6b18f6d99e..5be58b4b3a 100644 --- a/reference/dom/dom/dom-htmldocument.xml +++ b/reference/dom/dom/dom-htmldocument.xml @@ -16,47 +16,44 @@
&reftitle.classsynopsis; - - Dom + + + final + Dom\HTMLDocument + - - - final - HTMLDocument - + + extends + Dom\Document + - - extends - Dom\Document - + &InheritedConstants; + + + - &InheritedConstants; - - - + &InheritedProperties; + + + + + + - &InheritedProperties; - - - - - - + &Methods; + + + - &Methods; - - - - - &InheritedMethods; - - - - - - - - + &InheritedMethods; + Not documented yet + + +
diff --git a/reference/dom/dom/dom-htmlelement.xml b/reference/dom/dom/dom-htmlelement.xml index 5d7963874e..e46c08b528 100644 --- a/reference/dom/dom/dom-htmlelement.xml +++ b/reference/dom/dom/dom-htmlelement.xml @@ -16,41 +16,38 @@
&reftitle.classsynopsis; - - Dom + + + Dom\HTMLElement + - - - HTMLElement - + + extends + Dom\Element + - - extends - Dom\Element - + &InheritedConstants; + + + - &InheritedConstants; - - - + &InheritedProperties; + + + + + + - &InheritedProperties; - - - - - - - - &InheritedMethods; - - - - - - - - + &InheritedMethods; + Not documented yet + + +
diff --git a/reference/dom/dom/dom-implementation.xml b/reference/dom/dom/dom-implementation.xml index b161f7870d..dcbd68fe99 100644 --- a/reference/dom/dom/dom-implementation.xml +++ b/reference/dom/dom/dom-implementation.xml @@ -9,9 +9,9 @@
&reftitle.intro; - - - + + + This is the modern, spec-compliant equivalent of @@ -21,20 +21,17 @@
&reftitle.classsynopsis; - - Dom + + + Dom\Implementation + - - - Implementation - - - &Methods; - - - - - + &Methods; + Not documented yet + +
diff --git a/reference/dom/dom/dom-namednodemap.xml b/reference/dom/dom/dom-namednodemap.xml index e83d79b1be..319913b05b 100644 --- a/reference/dom/dom/dom-namednodemap.xml +++ b/reference/dom/dom/dom-namednodemap.xml @@ -16,37 +16,34 @@
&reftitle.classsynopsis; - - Dom + + + Dom\NamedNodeMap + - - - NamedNodeMap - + + implements + IteratorAggregate + - - implements - IteratorAggregate - + + Countable + - - Countable - + &Properties; + + public + readonly + int + length + - &Properties; - - public - readonly - int - length - - - &Methods; - - - - - + &Methods; + Not documented yet + +
diff --git a/reference/dom/dom/dom-namespaceinfo.xml b/reference/dom/dom/dom-namespaceinfo.xml index d570d96bf8..11d871b57b 100644 --- a/reference/dom/dom/dom-namespaceinfo.xml +++ b/reference/dom/dom/dom-namespaceinfo.xml @@ -15,39 +15,35 @@
&reftitle.classsynopsis; - - Dom + + + final + readonly + Dom\NamespaceInfo + - - - final - readonly - NamespaceInfo - + &Properties; + + public + stringnull + prefix + + + public + stringnull + namespaceURI + + + public + Dom\Element + element + - &Properties; - - public - stringnull - prefix - - - public - stringnull - namespaceURI - - - public - Dom\Element - element - - - &Methods; - - - - - + +
diff --git a/reference/dom/dom/dom-node.xml b/reference/dom/dom/dom-node.xml index 6e37a92d26..036785629a 100644 --- a/reference/dom/dom/dom-node.xml +++ b/reference/dom/dom/dom-node.xml @@ -16,151 +16,145 @@
&reftitle.classsynopsis; - - Dom - - - Node - + + Dom\Node + - &Constants; - - public - const - int - Dom\Node::DOCUMENT_POSITION_DISCONNECTED - 0x1 - - - public - const - int - Dom\Node::DOCUMENT_POSITION_PRECEDING - 0x2 - - - public - const - int - Dom\Node::DOCUMENT_POSITION_FOLLOWING - 0x4 - - - public - const - int - Dom\Node::DOCUMENT_POSITION_CONTAINS - 0x8 - - - public - const - int - Dom\Node::DOCUMENT_POSITION_CONTAINED_BY - 0x10 - - - public - const - int - Dom\Node::DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC - 0x20 - + &Constants; + + public + const + int + Dom\Node::DOCUMENT_POSITION_DISCONNECTED + 0x1 + + + public + const + int + Dom\Node::DOCUMENT_POSITION_PRECEDING + 0x2 + + + public + const + int + Dom\Node::DOCUMENT_POSITION_FOLLOWING + 0x4 + + + public + const + int + Dom\Node::DOCUMENT_POSITION_CONTAINS + 0x8 + + + public + const + int + Dom\Node::DOCUMENT_POSITION_CONTAINED_BY + 0x10 + + + public + const + int + Dom\Node::DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC + 0x20 + - &Properties; - - public - readonly - int - nodeType - - - public - readonly - string - nodeName - - - public - readonly - string - baseURI - - - public - readonly - bool - isConnected - - - public - readonly - Dom\Documentnull - ownerDocument - - - public - readonly - Dom\Nodenull - parentNode - - - public - readonly - Dom\Elementnull - parentElement - - - public - readonly - Dom\NodeList - childNodes - - - public - readonly - Dom\Nodenull - firstChild - - - public - readonly - Dom\Nodenull - lastChild - - - public - readonly - Dom\Nodenull - previousSibling - - - public - readonly - Dom\Nodenull - nextSibling - - - public - stringnull - nodeValue - - - public - stringnull - textContent - + &Properties; + + public + readonly + int + nodeType + + + public + readonly + string + nodeName + + + public + readonly + string + baseURI + + + public + readonly + bool + isConnected + + + public + readonly + Dom\Documentnull + ownerDocument + + + public + readonly + Dom\Nodenull + parentNode + + + public + readonly + Dom\Elementnull + parentElement + + + public + readonly + Dom\NodeList + childNodes + + + public + readonly + Dom\Nodenull + firstChild + + + public + readonly + Dom\Nodenull + lastChild + + + public + readonly + Dom\Nodenull + previousSibling + + + public + readonly + Dom\Nodenull + nextSibling + + + public + stringnull + nodeValue + + + public + stringnull + textContent + - &Methods; - - - - - - - - + &Methods; + Not documented yet + +
@@ -168,34 +162,34 @@ &reftitle.constants; - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + +
@@ -204,9 +198,9 @@ &reftitle.properties; - - - + + + nodeName @@ -221,14 +215,14 @@ - - - + + + - - - + + + ownerDocument @@ -240,14 +234,14 @@ - - - + + + - - - + + + childNodes @@ -260,24 +254,24 @@ - - - + + + - - - + + + - - - + + + - - - + + + nodeValue @@ -288,9 +282,9 @@ - - - + + +
diff --git a/reference/dom/dom/dom-nodelist.xml b/reference/dom/dom/dom-nodelist.xml index 18237c3fbc..975f3767ce 100644 --- a/reference/dom/dom/dom-nodelist.xml +++ b/reference/dom/dom/dom-nodelist.xml @@ -7,9 +7,9 @@
- - - + + + This is the modern, spec-compliant equivalent of DOMNodeList. @@ -18,46 +18,43 @@
&reftitle.classsynopsis; - - Dom + + + Dom\NodeList + - - - NodeList - + + implements + IteratorAggregate + - - implements - IteratorAggregate - + + Countable + - - Countable - + &Properties; + + public + readonly + int + length + - &Properties; - - public - readonly - int - length - - - &Methods; - - - - - + &Methods; + Not documented yet + +
&reftitle.properties; - - - + + +
diff --git a/reference/dom/dom/dom-notation.xml b/reference/dom/dom/dom-notation.xml index b079c860fe..a30ed41cef 100644 --- a/reference/dom/dom/dom-notation.xml +++ b/reference/dom/dom/dom-notation.xml @@ -8,63 +8,60 @@
&reftitle.classsynopsis; - - Dom + + + Dom\Notation + - - - Notation - + + extends + Dom\Node + - - extends - Dom\Node - + &InheritedConstants; + + + - &InheritedConstants; - - - + &Properties; + + public + readonly + string + publicId + + + public + readonly + string + systemId + - &Properties; - - public - readonly - string - publicId - - - public - readonly - string - systemId - + &InheritedProperties; + + + - &InheritedProperties; - - - - - &InheritedMethods; - - - - - + &InheritedMethods; + Not documented yet + +
&reftitle.properties; - - - + + + - - - + + +
diff --git a/reference/dom/dom/dom-parentnode.xml b/reference/dom/dom/dom-parentnode.xml index f17beed8c9..2fb3a0dbe3 100644 --- a/reference/dom/dom/dom-parentnode.xml +++ b/reference/dom/dom/dom-parentnode.xml @@ -16,20 +16,16 @@
&reftitle.interfacesynopsis; - - Dom + + + Dom\ParentNode + - - - ParentNode - - - &Methods; - - - - - + &Methods; + + + +
diff --git a/reference/dom/dom/dom-processinginstruction.xml b/reference/dom/dom/dom-processinginstruction.xml index 342d4fe163..a409ea379e 100644 --- a/reference/dom/dom/dom-processinginstruction.xml +++ b/reference/dom/dom/dom-processinginstruction.xml @@ -7,9 +7,9 @@
- - - + + + This is the modern, spec-compliant equivalent of DOMProcessingInstruction. @@ -19,58 +19,55 @@
&reftitle.classsynopsis; - - Dom + + + Dom\ProcessingInstruction + - - - ProcessingInstruction - + + extends + Dom\CharacterData + - - extends - Dom\CharacterData - + &InheritedConstants; + + + - &InheritedConstants; - - - + &Properties; + + public + readonly + string + target + - &Properties; - - public - readonly - string - target - + &InheritedProperties; + + + + + + - &InheritedProperties; - - - - - - - - &InheritedMethods; - - - - - - - - + &InheritedMethods; + + + + Not documented yet + +
&reftitle.properties; - - - + + +
diff --git a/reference/dom/dom/dom-text.xml b/reference/dom/dom/dom-text.xml index 1d9689ad2a..2644a690dc 100644 --- a/reference/dom/dom/dom-text.xml +++ b/reference/dom/dom/dom-text.xml @@ -21,63 +21,60 @@
&reftitle.classsynopsis; - - Dom + + + Dom\Text + - - - Text - + + extends + Dom\CharacterData + - - extends - Dom\CharacterData - + &InheritedConstants; + + + - &InheritedConstants; - - - + &Properties; + + public + readonly + string + wholeText + - &Properties; - - public - readonly - string - wholeText - + &InheritedProperties; + + + + + + - &InheritedProperties; - - - - - - + &Methods; + + + - &Methods; - - - - - &InheritedMethods; - - - - - - - - + &InheritedMethods; + + + + Not documented yet + +
&reftitle.properties; - - - + + +
diff --git a/reference/dom/dom/dom-tokenlist.xml b/reference/dom/dom/dom-tokenlist.xml index c96606f0ab..e44f44a4c6 100644 --- a/reference/dom/dom/dom-tokenlist.xml +++ b/reference/dom/dom/dom-tokenlist.xml @@ -16,46 +16,39 @@
&reftitle.classsynopsis; - - Dom + + + final + Dom\TokenList + - - - final - TokenList - + + implements + IteratorAggregate + - - implements - IteratorAggregate - + + Countable + - - Countable - + &Properties; + + public + readonly + int + length + + + public + string + value + - &Properties; - - public - readonly - int - length - - - public - string - value - - - &Methods; - - - - - - - - + &Methods; + + + +
diff --git a/reference/dom/dom/dom-xmldocument.xml b/reference/dom/dom/dom-xmldocument.xml index 6be9f7571a..76ea07c46a 100644 --- a/reference/dom/dom/dom-xmldocument.xml +++ b/reference/dom/dom/dom-xmldocument.xml @@ -16,70 +16,68 @@
&reftitle.classsynopsis; - - Dom + + + final + Dom\XMLDocument + - - - final - XMLDocument - + + extends + Dom\Document + - - extends - Dom\Document - + &InheritedConstants; + + + - &InheritedConstants; - - - + &Properties; + + public + readonly + string + xmlEncoding + + + public + bool + xmlStandalone + + + public + string + xmlVersion + + + public + bool + formatOutput + - &Properties; - - public - readonly - string - xmlEncoding - - - public - bool - xmlStandalone - - - public - string - xmlVersion - - - public - bool - formatOutput - + &InheritedProperties; + + + + + + - &InheritedProperties; - - - - - - + &Methods; + Not documented yet + - &Methods; - - - - - &InheritedMethods; - - - - - - - - + &InheritedMethods; + Not documented yet + + +
@@ -94,19 +92,19 @@ - - - + + + - - - + + + - - - + + + formatOutput diff --git a/reference/dom/dom/dom-xpath.xml b/reference/dom/dom/dom-xpath.xml index cc45f45758..9dc15d1923 100644 --- a/reference/dom/dom/dom-xpath.xml +++ b/reference/dom/dom/dom-xpath.xml @@ -7,9 +7,9 @@
- - - + + + This is the modern, spec-compliant equivalent of DOMXPath. @@ -19,51 +19,48 @@
&reftitle.classsynopsis; - - Dom + + + final + Dom\XPath + - - - final - XPath - + &Properties; + + public + readonly + Dom\Document + document + + + public + bool + registerNodeNamespaces + - &Properties; - - public - readonly - Dom\Document - document - - - public - bool - registerNodeNamespaces - - - &Methods; - - - - - - - - + &Methods; + Not documented yet + +
&reftitle.properties; - - - + + + - - - + + +
diff --git a/reference/ffi/ffi.ctype.xml b/reference/ffi/ffi.ctype.xml index 9bad3a52eb..3746f2245d 100644 --- a/reference/ffi/ffi.ctype.xml +++ b/reference/ffi/ffi.ctype.xml @@ -1,6 +1,6 @@ - + C Type Handles FFI\CType @@ -20,251 +20,247 @@ &reftitle.classsynopsis; - - FFI + + + final + FFI\CType + - - - final - CType - + &Constants; + + public + const + int + FFI\CType::TYPE_VOID + + + public + const + int + FFI\CType::TYPE_FLOAT + + + public + const + int + FFI\CType::TYPE_DOUBLE + + + public + const + int + FFI\CType::TYPE_LONGDOUBLE + + + public + const + int + FFI\CType::TYPE_UINT8 + + + public + const + int + FFI\CType::TYPE_SINT8 + + + public + const + int + FFI\CType::TYPE_UINT16 + + + public + const + int + FFI\CType::TYPE_SINT16 + + + public + const + int + FFI\CType::TYPE_UINT32 + + + public + const + int + FFI\CType::TYPE_SINT32 + + + public + const + int + FFI\CType::TYPE_UINT64 + + + public + const + int + FFI\CType::TYPE_SINT64 + + + public + const + int + FFI\CType::TYPE_ENUM + + + public + const + int + FFI\CType::TYPE_BOOL + + + public + const + int + FFI\CType::TYPE_CHAR + + + public + const + int + FFI\CType::TYPE_POINTER + + + public + const + int + FFI\CType::TYPE_FUNC + + + public + const + int + FFI\CType::TYPE_ARRAY + + + public + const + int + FFI\CType::TYPE_STRUCT + + + public + const + int + FFI\CType::ATTR_CONST + + + public + const + int + FFI\CType::ATTR_INCOMPLETE_TAG + + + public + const + int + FFI\CType::ATTR_VARIADIC + + + public + const + int + FFI\CType::ATTR_INCOMPLETE_ARRAY + + + public + const + int + FFI\CType::ATTR_VLA + + + public + const + int + FFI\CType::ATTR_UNION + + + public + const + int + FFI\CType::ATTR_PACKED + + + public + const + int + FFI\CType::ATTR_MS_STRUCT + + + public + const + int + FFI\CType::ATTR_GCC_STRUCT + + + public + const + int + FFI\CType::ABI_DEFAULT + + + public + const + int + FFI\CType::ABI_CDECL + + + public + const + int + FFI\CType::ABI_FASTCALL + + + public + const + int + FFI\CType::ABI_THISCALL + + + public + const + int + FFI\CType::ABI_STDCALL + + + public + const + int + FFI\CType::ABI_PASCAL + + + public + const + int + FFI\CType::ABI_REGISTER + + + public + const + int + FFI\CType::ABI_MS + + + public + const + int + FFI\CType::ABI_SYSV + + + public + const + int + FFI\CType::ABI_VECTORCALL + - &Constants; - - public - const - int - FFI\CType::TYPE_VOID - - - public - const - int - FFI\CType::TYPE_FLOAT - - - public - const - int - FFI\CType::TYPE_DOUBLE - - - public - const - int - FFI\CType::TYPE_LONGDOUBLE - - - public - const - int - FFI\CType::TYPE_UINT8 - - - public - const - int - FFI\CType::TYPE_SINT8 - - - public - const - int - FFI\CType::TYPE_UINT16 - - - public - const - int - FFI\CType::TYPE_SINT16 - - - public - const - int - FFI\CType::TYPE_UINT32 - - - public - const - int - FFI\CType::TYPE_SINT32 - - - public - const - int - FFI\CType::TYPE_UINT64 - - - public - const - int - FFI\CType::TYPE_SINT64 - - - public - const - int - FFI\CType::TYPE_ENUM - - - public - const - int - FFI\CType::TYPE_BOOL - - - public - const - int - FFI\CType::TYPE_CHAR - - - public - const - int - FFI\CType::TYPE_POINTER - - - public - const - int - FFI\CType::TYPE_FUNC - - - public - const - int - FFI\CType::TYPE_ARRAY - - - public - const - int - FFI\CType::TYPE_STRUCT - - - public - const - int - FFI\CType::ATTR_CONST - - - public - const - int - FFI\CType::ATTR_INCOMPLETE_TAG - - - public - const - int - FFI\CType::ATTR_VARIADIC - - - public - const - int - FFI\CType::ATTR_INCOMPLETE_ARRAY - - - public - const - int - FFI\CType::ATTR_VLA - - - public - const - int - FFI\CType::ATTR_UNION - - - public - const - int - FFI\CType::ATTR_PACKED - - - public - const - int - FFI\CType::ATTR_MS_STRUCT - - - public - const - int - FFI\CType::ATTR_GCC_STRUCT - - - public - const - int - FFI\CType::ABI_DEFAULT - - - public - const - int - FFI\CType::ABI_CDECL - - - public - const - int - FFI\CType::ABI_FASTCALL - - - public - const - int - FFI\CType::ABI_THISCALL - - - public - const - int - FFI\CType::ABI_STDCALL - - - public - const - int - FFI\CType::ABI_PASCAL - - - public - const - int - FFI\CType::ABI_REGISTER - - - public - const - int - FFI\CType::ABI_MS - - - public - const - int - FFI\CType::ABI_SYSV - - - public - const - int - FFI\CType::ABI_VECTORCALL - - - &Methods; - - - - - + &Methods; + + + +
diff --git a/reference/ffi/ffi.exception.xml b/reference/ffi/ffi.exception.xml index ad0cdcd8fe..38704188f4 100644 --- a/reference/ffi/ffi.exception.xml +++ b/reference/ffi/ffi.exception.xml @@ -1,6 +1,6 @@ - + FFI Exceptions FFI\Exception @@ -20,70 +20,29 @@ &reftitle.classsynopsis; - - FFI - - + - Exception + FFI\Exception - - implements - Throwable - + + extends + Error + - &Properties; - - protected - string - message - "" - - - private - string - string - "" - - - protected - int - code - - - protected - string - file - "" - - - protected - int - line - - - private - array - trace - [] - - - private - Throwablenull - previous - null - - - &Methods; - + &InheritedProperties; + - + + &InheritedMethods; + + + + -
diff --git a/reference/ffi/ffi.parserexception.xml b/reference/ffi/ffi.parserexception.xml index 60fad6114e..631751e4ea 100644 --- a/reference/ffi/ffi.parserexception.xml +++ b/reference/ffi/ffi.parserexception.xml @@ -1,6 +1,6 @@ - + FFI Parser Exceptions FFI\ParserException @@ -20,34 +20,30 @@ &reftitle.classsynopsis; - - FFI + + + final + FFI\ParserException + - - - final - ParserException - + + extends + FFI\Exception + - - extends - FFI\Exception - + &InheritedProperties; + + + - &InheritedProperties; - - - - - &InheritedMethods; - - - - - - - - + &InheritedMethods; + + + + + + +
diff --git a/reference/pdo_dblib/pdo-dblib.xml b/reference/pdo_dblib/pdo-dblib.xml index b838fd9833..60ad7638ce 100644 --- a/reference/pdo_dblib/pdo-dblib.xml +++ b/reference/pdo_dblib/pdo-dblib.xml @@ -1,5 +1,5 @@ - + The Pdo\Dblib class Pdo\Dblib @@ -18,77 +18,69 @@
&reftitle.classsynopsis; - - Pdo - - - - Dblib - - - - extends - PDO - - - &InheritedConstants; - - - - - &Constants; - - public - const - int - Pdo\Dblib::ATTR_CONNECTION_TIMEOUT - - - public - const - int - Pdo\Dblib::ATTR_QUERY_TIMEOUT - - - public - const - int - Pdo\Dblib::ATTR_STRINGIFY_UNIQUEIDENTIFIER - - - public - const - int - Pdo\Dblib::ATTR_VERSION - - - public - const - int - Pdo\Dblib::ATTR_TDS_VERSION - - - public - const - int - Pdo\Dblib::ATTR_SKIP_EMPTY_ROWSETS - - - public - const - int - Pdo\Dblib::ATTR_DATETIME_CONVERT - - - &InheritedMethods; - - - - - - - - + + + Pdo\Dblib + + + extends + PDO + + &InheritedConstants; + + + + &Constants; + + public + const + int + Pdo\Dblib::ATTR_CONNECTION_TIMEOUT + + + public + const + int + Pdo\Dblib::ATTR_QUERY_TIMEOUT + + + public + const + int + Pdo\Dblib::ATTR_STRINGIFY_UNIQUEIDENTIFIER + + + public + const + int + Pdo\Dblib::ATTR_VERSION + + + public + const + int + Pdo\Dblib::ATTR_TDS_VERSION + + + public + const + int + Pdo\Dblib::ATTR_SKIP_EMPTY_ROWSETS + + + public + const + int + Pdo\Dblib::ATTR_DATETIME_CONVERT + + &InheritedMethods; + + + + + + +
diff --git a/reference/pdo_firebird/pdo-firebird.xml b/reference/pdo_firebird/pdo-firebird.xml index 9706e9bc35..df8d710c8b 100644 --- a/reference/pdo_firebird/pdo-firebird.xml +++ b/reference/pdo_firebird/pdo-firebird.xml @@ -1,5 +1,5 @@ - + The Pdo\Firebird class Pdo\Firebird @@ -18,88 +18,84 @@
&reftitle.classsynopsis; - - Pdo + + + Pdo\Firebird + - - - Firebird - + + extends + PDO + - - extends - PDO - + &InheritedConstants; + + + - &InheritedConstants; - - - + &Constants; + + public + const + int + Pdo\Firebird::ATTR_DATE_FORMAT + + + public + const + int + Pdo\Firebird::ATTR_TIME_FORMAT + + + public + const + int + Pdo\Firebird::ATTR_TIMESTAMP_FORMAT + + + public + const + int + Pdo\Firebird::TRANSACTION_ISOLATION_LEVEL + + + public + const + int + Pdo\Firebird::READ_COMMITTED + + + public + const + int + Pdo\Firebird::REPEATABLE_READ + + + public + const + int + Pdo\Firebird::SERIALIZABLE + + + public + const + int + Pdo\Firebird::WRITABLE_TRANSACTION + - &Constants; - - public - const - int - Pdo\Firebird::ATTR_DATE_FORMAT - - - public - const - int - Pdo\Firebird::ATTR_TIME_FORMAT - - - public - const - int - Pdo\Firebird::ATTR_TIMESTAMP_FORMAT - - - public - const - int - Pdo\Firebird::TRANSACTION_ISOLATION_LEVEL - - - public - const - int - Pdo\Firebird::READ_COMMITTED - - - public - const - int - Pdo\Firebird::REPEATABLE_READ - - - public - const - int - Pdo\Firebird::SERIALIZABLE - - - public - const - int - Pdo\Firebird::WRITABLE_TRANSACTION - + &Methods; + + + - &Methods; - - - - - &InheritedMethods; - - - - - - - - + &InheritedMethods; + + + + + + +
diff --git a/reference/pdo_mysql/pdo-mysql.xml b/reference/pdo_mysql/pdo-mysql.xml index 638b4fe723..a6c309dc2c 100644 --- a/reference/pdo_mysql/pdo-mysql.xml +++ b/reference/pdo_mysql/pdo-mysql.xml @@ -1,5 +1,5 @@ - + The Pdo\Mysql class Pdo\Mysql @@ -40,154 +40,150 @@ &reftitle.classsynopsis; - - Pdo + + + Pdo\Mysql + - - - Mysql - + + extends + PDO + - - extends - PDO - + &InheritedConstants; + + + - &InheritedConstants; - - - + &Constants; + + public + const + int + Pdo\Mysql::ATTR_USE_BUFFERED_QUERY + + + public + const + int + Pdo\Mysql::ATTR_LOCAL_INFILE + + + public + const + int + Pdo\Mysql::ATTR_LOCAL_INFILE_DIRECTORY + + + public + const + int + Pdo\Mysql::ATTR_INIT_COMMAND + + + public + const + int + Pdo\Mysql::ATTR_MAX_BUFFER_SIZE + + + public + const + int + Pdo\Mysql::ATTR_READ_DEFAULT_FILE + + + public + const + int + Pdo\Mysql::ATTR_READ_DEFAULT_GROUP + + + public + const + int + Pdo\Mysql::ATTR_COMPRESS + + + public + const + int + Pdo\Mysql::ATTR_DIRECT_QUERY + + + public + const + int + Pdo\Mysql::ATTR_FOUND_ROWS + + + public + const + int + Pdo\Mysql::ATTR_IGNORE_SPACE + + + public + const + int + Pdo\Mysql::ATTR_MULTI_STATEMENTS + + + public + const + int + Pdo\Mysql::ATTR_SERVER_PUBLIC_KEY + + + public + const + int + Pdo\Mysql::ATTR_SSL_KEY + + + public + const + int + Pdo\Mysql::ATTR_SSL_CERT + + + public + const + int + Pdo\Mysql::ATTR_SSL_CA + + + public + const + int + Pdo\Mysql::ATTR_SSL_CAPATH + + + public + const + int + Pdo\Mysql::ATTR_SSL_CIPHER + + + public + const + int + Pdo\Mysql::ATTR_SSL_VERIFY_SERVER_CERT + - &Constants; - - public - const - int - Pdo\Mysql::ATTR_USE_BUFFERED_QUERY - - - public - const - int - Pdo\Mysql::ATTR_LOCAL_INFILE - - - public - const - int - Pdo\Mysql::ATTR_INIT_COMMAND - - - public - const - int - Pdo\Mysql::ATTR_MAX_BUFFER_SIZE - - - public - const - int - Pdo\Mysql::ATTR_READ_DEFAULT_FILE - - - public - const - int - Pdo\Mysql::ATTR_READ_DEFAULT_GROUP - - - public - const - int - Pdo\Mysql::ATTR_COMPRESS - - - public - const - int - Pdo\Mysql::ATTR_DIRECT_QUERY - - - public - const - int - Pdo\Mysql::ATTR_FOUND_ROWS - - - public - const - int - Pdo\Mysql::ATTR_IGNORE_SPACE - - - public - const - int - Pdo\Mysql::ATTR_SSL_KEY - - - public - const - int - Pdo\Mysql::ATTR_SSL_CERT - - - public - const - int - Pdo\Mysql::ATTR_SSL_CA - - - public - const - int - Pdo\Mysql::ATTR_SSL_CAPATH - - - public - const - int - Pdo\Mysql::ATTR_SSL_CIPHER - - - public - const - int - Pdo\Mysql::ATTR_SERVER_PUBLIC_KEY - - - public - const - int - Pdo\Mysql::ATTR_MULTI_STATEMENTS - - - public - const - int - Pdo\Mysql::ATTR_SSL_VERIFY_SERVER_CERT - - - public - const - int - Pdo\Mysql::ATTR_LOCAL_INFILE_DIRECTORY - + &Methods; + + + - &Methods; - - - - - &InheritedMethods; - - - - - - - - + &InheritedMethods; + + + + + + +
@@ -243,9 +239,9 @@ foreach ($unbufferedResult as $row) { Allows restricting LOCAL DATA loading to files located in this designated directory.
- - - + + + @@ -255,9 +251,9 @@ foreach ($unbufferedResult as $row) { Command to execute when connecting to the MySQL server. Will automatically be re-executed when reconnecting. - - - + + + @@ -314,9 +310,9 @@ foreach ($unbufferedResult as $row) { Return the number of found (matched) rows, not the number of changed rows. - - - + + + @@ -326,9 +322,9 @@ foreach ($unbufferedResult as $row) { Permit spaces after SQL function names. Makes all SQL functions names reserved words. - - - + + + @@ -352,9 +348,9 @@ foreach ($unbufferedResult as $row) { PDO::prepare and PDO::query when set to &false;. - - - + + + @@ -363,9 +359,9 @@ foreach ($unbufferedResult as $row) { RSA public key file used with the SHA-256 based authentication. - - - + + + @@ -374,9 +370,9 @@ foreach ($unbufferedResult as $row) { The file path to the SSL key. - - - + + + @@ -385,9 +381,9 @@ foreach ($unbufferedResult as $row) { The file path to the SSL certificate. - - - + + + @@ -396,9 +392,9 @@ foreach ($unbufferedResult as $row) { The file path to the SSL certificate authority. - - - + + + @@ -409,9 +405,9 @@ foreach ($unbufferedResult as $row) { SSL CA certificates, which are stored in PEM format. - - - + + + @@ -422,9 +418,9 @@ foreach ($unbufferedResult as $row) { SSL encryption, in a format understood by OpenSSL. For example: DHE-RSA-AES256-SHA:AES128-SHA - - - + + + @@ -438,9 +434,9 @@ foreach ($unbufferedResult as $row) { This option is available only with mysqlnd. - - - + + + diff --git a/reference/pdo_odbc/pdo-odbc.xml b/reference/pdo_odbc/pdo-odbc.xml index 1a9b236349..d59815023a 100644 --- a/reference/pdo_odbc/pdo-odbc.xml +++ b/reference/pdo_odbc/pdo-odbc.xml @@ -1,5 +1,5 @@ - + The Pdo\Odbc class Pdo\Odbc @@ -19,65 +19,61 @@ &reftitle.classsynopsis; - - Pdo + + + Pdo\Odbc + - - - Odbc - + + extends + PDO + - - extends - PDO - + &InheritedConstants; + + + - &InheritedConstants; - - - + &Constants; + + public + const + int + Pdo\Odbc::ATTR_USE_CURSOR_LIBRARY + + + public + const + int + Pdo\Odbc::ATTR_ASSUME_UTF8 + + + public + const + int + Pdo\Odbc::SQL_USE_IF_NEEDED + + + public + const + int + Pdo\Odbc::SQL_USE_DRIVER + + + public + const + int + Pdo\Odbc::SQL_USE_ODBC + - &Constants; - - public - const - int - Pdo\Odbc::ATTR_USE_CURSOR_LIBRARY - - - public - const - int - Pdo\Odbc::ATTR_ASSUME_UTF8 - - - public - const - int - Pdo\Odbc::SQL_USE_IF_NEEDED - - - public - const - int - Pdo\Odbc::SQL_USE_DRIVER - - - public - const - int - Pdo\Odbc::SQL_USE_ODBC - - - &InheritedMethods; - - - - - - - - + &InheritedMethods; + + + + + + +
diff --git a/reference/pdo_pgsql/pdo-pgsql.xml b/reference/pdo_pgsql/pdo-pgsql.xml index 3eb9176dfa..68e1b74182 100644 --- a/reference/pdo_pgsql/pdo-pgsql.xml +++ b/reference/pdo_pgsql/pdo-pgsql.xml @@ -1,5 +1,5 @@ - + The Pdo\Pgsql class Pdo\Pgsql @@ -51,82 +51,78 @@ &reftitle.classsynopsis; - - Pdo + + + Pdo\Pgsql + - - - Pgsql - + + extends + PDO + - - extends - PDO - + &InheritedConstants; + + + - &InheritedConstants; - - - + &Constants; + + public + const + int + Pdo\Pgsql::ATTR_DISABLE_PREPARES + + + public + const + int + Pdo\Pgsql::ATTR_RESULT_MEMORY_SIZE + + + public + const + int + Pdo\Pgsql::TRANSACTION_IDLE + + + public + const + int + Pdo\Pgsql::TRANSACTION_ACTIVE + + + public + const + int + Pdo\Pgsql::TRANSACTION_INTRANS + + + public + const + int + Pdo\Pgsql::TRANSACTION_INERROR + + + public + const + int + Pdo\Pgsql::TRANSACTION_UNKNOWN + - &Constants; - - public - const - int - Pdo\Pgsql::ATTR_DISABLE_PREPARES - - - public - const - int - Pdo\Pgsql::ATTR_RESULT_MEMORY_SIZE - - - public - const - int - Pdo\Pgsql::TRANSACTION_IDLE - - - public - const - int - Pdo\Pgsql::TRANSACTION_ACTIVE - - - public - const - int - Pdo\Pgsql::TRANSACTION_INTRANS - - - public - const - int - Pdo\Pgsql::TRANSACTION_INERROR - - - public - const - int - Pdo\Pgsql::TRANSACTION_UNKNOWN - + &Methods; + + + - &Methods; - - - - - &InheritedMethods; - - - - - - - - + &InheritedMethods; + + + + + + +
diff --git a/reference/pdo_sqlite/pdo-sqlite.xml b/reference/pdo_sqlite/pdo-sqlite.xml index 55ec708e58..c0e6e8531c 100644 --- a/reference/pdo_sqlite/pdo-sqlite.xml +++ b/reference/pdo_sqlite/pdo-sqlite.xml @@ -1,5 +1,5 @@ - + The Pdo\Sqlite class Pdo\Sqlite @@ -40,158 +40,78 @@ &reftitle.classsynopsis; - - Pdo + + + Pdo\Sqlite + - - - Sqlite - + + extends + PDO + - - extends - PDO - + &InheritedConstants; + + + - &InheritedConstants; - - - + &Constants; + + public + const + int + Pdo\Sqlite::DETERMINISTIC + + + public + const + int + Pdo\Sqlite::OPEN_READONLY + + + public + const + int + Pdo\Sqlite::OPEN_READWRITE + + + public + const + int + Pdo\Sqlite::OPEN_CREATE + + + public + const + int + Pdo\Sqlite::ATTR_OPEN_FLAGS + + + public + const + int + Pdo\Sqlite::ATTR_READONLY_STATEMENT + + + public + const + int + Pdo\Sqlite::ATTR_EXTENDED_RESULT_CODES + - &Constants; - - public - const - int - Pdo\Sqlite::DETERMINISTIC - - - public - const - int - Pdo\Sqlite::OPEN_READONLY - - - public - const - int - Pdo\Sqlite::OPEN_READWRITE - - - public - const - int - Pdo\Sqlite::OPEN_CREATE - - - public - const - int - Pdo\Sqlite::ATTR_OPEN_FLAGS - - - public - const - int - Pdo\Sqlite::ATTR_READONLY_STATEMENT - - - public - const - int - Pdo\Sqlite::ATTR_EXTENDED_RESULT_CODES - - - public - const - int - Pdo\Sqlite::ATTR_BUSY_STATEMENT - - - public - const - int - Pdo\Sqlite::ATTR_EXPLAIN_STATEMENT - - - public - const - int - Pdo\Sqlite::ATTR_TRANSACTION_MODE - - - public - const - int - Pdo\Sqlite::TRANSACTION_MODE_DEFERRED - - - public - const - int - Pdo\Sqlite::TRANSACTION_MODE_IMMEDIATE - 1 - - - public - const - int - Pdo\Sqlite::TRANSACTION_MODE_EXCLUSIVE - 2 - - - public - const - int - Pdo\Sqlite::EXPLAIN_MODE_PREPARED - - - public - const - int - Pdo\Sqlite::EXPLAIN_MODE_EXPLAIN - 1 - - - public - const - int - Pdo\Sqlite::EXPLAIN_MODE_EXPLAIN_QUERY_PLAN - 2 - - - public - const - int - Pdo\Sqlite::OK - - - public - const - int - Pdo\Sqlite::DENY - - - public - const - int - Pdo\Sqlite::IGNORE - + &Methods; + + + - &Methods; - - - - - &InheritedMethods; - - - - - - - - + &InheritedMethods; + + + + + + +