From 22c05e49caf450e747cb101a3943f8d2b209fc22 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Sat, 23 Oct 2010 05:30:55 +0000 Subject: [PATCH] Fixed bug #49490 (XPath namespace prefix conflict) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304636 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/dom/domxpath/evaluate.xml | 35 ++++++++++++++++++++++++++++- reference/dom/domxpath/query.xml | 35 ++++++++++++++++++++++++++++- 2 files changed, 68 insertions(+), 2 deletions(-) diff --git a/reference/dom/domxpath/evaluate.xml b/reference/dom/domxpath/evaluate.xml index 116a497e72..2293ac9a11 100644 --- a/reference/dom/domxpath/evaluate.xml +++ b/reference/dom/domxpath/evaluate.xml @@ -12,7 +12,8 @@ mixedDOMXPath::evaluate stringexpression - DOMNodecontextnode + DOMNodecontextnode + booleanregisterNodeNStrue Executes the given XPath expression and returns @@ -41,6 +42,15 @@ + + registerNodeNS + + + The optional registerNodeNS can be specified to + disable automatic registration of the context node. + + + @@ -51,6 +61,29 @@ containing all nodes matching the given XPath expression. + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.3.3 + + The registerNodeNS parameter was added. + + + + + + + &reftitle.examples; diff --git a/reference/dom/domxpath/query.xml b/reference/dom/domxpath/query.xml index e058f5c411..2495adff8d 100644 --- a/reference/dom/domxpath/query.xml +++ b/reference/dom/domxpath/query.xml @@ -12,7 +12,8 @@ DOMNodeListDOMXPath::query stringexpression - DOMNodecontextnode + DOMNodecontextnode + booleanregisterNodeNStrue Executes the given XPath expression. @@ -40,6 +41,15 @@ + + registerNodeNS + + + The optional registerNodeNS can be specified to + disable automatic registration of the context node. + + + @@ -51,6 +61,29 @@ not return nodes will return an empty DOMNodeList. + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.3.3 + + The registerNodeNS parameter was added. + + + + + + + &reftitle.examples;