Home
last modified time | relevance | path

Searched refs:xpath (Results 1 – 24 of 24) sorted by relevance

/PHP-7.4/ext/dom/tests/
H A Ddomxpath.phpt26 $xpath = new DOMXPath($dom);
28 $xpath->registerPHPFunctions('MyAverage');
29 $xpath->registerNamespace("php", "http://php.net/xpath");
31 $xpath->registerNamespace("def", "urn::default");
32 $nodelist = $xpath->query("//def:child");
37 $count = $xpath->evaluate("count(//def:child)");
41 $xpathdoc = $xpath->document;
51 $avg = $xpath->evaluate('number(php:function("MyAverage", //def:testnode))');
H A Dbug75451.phpt2 Bug #75451 (Assertion fails while foreach on empty xpath query)
11 $xpath = new DOMXpath($dom);
12 foreach($xpath->query('/root/noexist') as $child) {
H A Dbug36756.phpt11 $xpath = new DOMXpath($dom);
12 $node = $xpath->query('/root')->item(0);
19 $xpath = new DOMXpath($dom);
20 $node = $xpath->query('//child')->item(0);
H A Dbug69373.phpt10 $xpath = new DOMXpath($doc);
11 $all = $xpath->query('//*');
H A Dbug45251.phpt16 $xpath = new DOMXPath($doc);
18 $bbb = $xpath->query('bbb', $doc->documentElement)->item(0);
H A Dbug76738.phpt41 $xpath = ($doc != FALSE) ? new DomXpath($doc) : FALSE;
42 if($xpath != FALSE)
45 $nodes = $xpath->query($path);
73 $xpath = ($doc != FALSE) ? new DomXpath($doc) : FALSE;
74 if($xpath != FALSE)
77 $nodes = $xpath->query($path);
203 $xpath = ($doc != FALSE) ? new DomXpath($doc) : FALSE;
204 if($xpath != FALSE)
207 $nodes = $xpath->query($path);
H A Dbug42082.phpt8 $xpath = new DOMXPath($doc);
9 $nodes = $xpath->query('*');
H A Dcanonicalization.phpt36 /* exclusive/without comments using xpath query. */
40 using xpath query with registered namespace.
/PHP-7.4/ext/simplexml/tests/
H A D008.phpt27 var_dump($sxe->xpath("elem1/elem2/elem3/elem4"));
29 var_dump($sxe->xpath("***"));
31 var_dump($sxe->xpath("**"));
45 Warning: SimpleXMLElement::xpath(): Invalid expression in %s on line %d%A
H A Dbug45553.phpt17 $atts = $x->xpath("/xml/data/@a:label");
19 $atts = $x->xpath("/xml/a:data");
21 $atts = $x->xpath("/xml/a:data/@a:label");
23 $atts = $x->xpath("/xml/a:data/@label");
25 $atts = $x->xpath("/xml/data/@label");
H A DSimpleXMLElement_xpath_3.phpt2 Testing xpath() with invalid XML
10 var_dump($xml->xpath("BBBB"));
17 Fatal error: Uncaught Error: Call to a member function xpath() on null in %s:%d
H A D024.phpt19 function test($xpath)
23 echo "===$xpath===\n";
24 var_dump($sxe->xpath($xpath));
H A Dbug48601.phpt2 Bug #48601 (xpath() returns FALSE for legitimate query)
10 $nodes = $sxe->xpath("/root/node2/@test");
H A DSimpleXMLElement_xpath.phpt2 Testing xpath() with invalid XML
14 var_dump($xml->xpath("BBBB"));
H A Dbug41947.phpt10 $gchild = $xml->xpath("//grandchild");
H A DSimpleXMLElement_xpath_4.phpt2 Testing xpath() with invalid XML
H A Dbug38354.phpt14 foreach ($xml->xpath("//*") as $element) {
H A Dbug42259.phpt32 $ancestry = $child->xpath('ancestor-or-self::*');
/PHP-7.4/ext/spl/tests/
H A Dbug54971.phpt21 $xpath = new DOMXPath($doc);
22 $items = $xpath->query('//node');
/PHP-7.4/ext/simplexml/
H A Dphp_simplexml.h59 xmlXPathContextPtr xpath; member
H A Dsimplexml.c1298 SXE_METHOD(xpath) in SXE_METHOD() argument
1321 if (!sxe->xpath) { in SXE_METHOD()
1333 sxe->xpath->node = nodeptr; in SXE_METHOD()
1342 sxe->xpath->namespaces = ns; in SXE_METHOD()
1343 sxe->xpath->nsNr = nsnbr; in SXE_METHOD()
1345 retval = xmlXPathEval((xmlChar *)query, sxe->xpath); in SXE_METHOD()
1348 sxe->xpath->namespaces = NULL; in SXE_METHOD()
1349 sxe->xpath->nsNr = 0; in SXE_METHOD()
1401 if (!sxe->xpath) { in SXE_METHOD()
2102 if (sxe->xpath) { in sxe_object_free_storage()
[all …]
/PHP-7.4/ext/dom/
H A Dconfig.m423 notation.c xpath.c dom_iterators.c \
H A Dconfig.w3216 notation.c xpath.c dom_iterators.c typeinfo.c domerror.c \
H A Dnode.c113 ZEND_ARG_ARRAY_INFO(0, xpath, 1)
121 ZEND_ARG_ARRAY_INFO(0, xpath, 1)

Completed in 42 milliseconds