Home
last modified time | relevance | path

Searched refs:root (Results 201 – 225 of 427) sorted by relevance

12345678910>>...18

/php-src/ext/dom/tests/
H A Dbug67474.phpt10 $doc->loadXML('<root xmlns:x="x"><a/><x:a/></root>');
H A Dxpath_context_node.phpt9 <root>
17 </root>
H A Dbug54382.phpt8 <root xmlns="http://ns" xmlns:ns2="http://ns2">
10 </root>';
H A DDOMDocument_getElementsByTagName_liveness_simplexml.phpt10 $doc->loadXML( '<root><e i="1"/><e i="2"/><e i="3"/><e i="4"/><e i="5"/><e i="6"/><e i="7"/><e i="8…
/php-src/ext/simplexml/tests/
H A Dgh12192.phpt8 $xml = "<root><a>1</a><a>2</a></root>";
H A Dcurrent_error.phpt10 <root>
12 </root>
H A Dkey_error.phpt10 <root>
12 </root>
H A D031.phpt8 <root s:att1="b" att1="a"
13 </root>
51 <root xmlns:s="urn::test" xmlns:t="urn::test-t" xmlns:v="urn::test-v" s:att1="b" att1="a" v:att11="…
55 …l</m:test2><test3 xmlns="urn::testnew">myval</test3><test4>myval</test4><test5>myval</test5></root>
H A Dbug72971_2.phpt8 $xml = new SimpleXMLElement('<root xmlns:ns="ns"><foo>bar</foo><ns:foo>ns:bar</ns:foo></root>');
H A Dbug55098.phpt7 $xmlString = "<root><a><b>1</b><b>2</b><b>3</b></a></root>";
24 test($nodes, "xpath", fn ($n) => $n->xpath("/root/a/b"));
H A Dbug69169.phpt8 <root a="b">
15 </root>';
H A D030.phpt8 <root s:att1="b" att1="a"
13 </root>
/php-src/ext/dom/tests/modern/spec/
H A DProcessingInstruction_data_manipulation.phpt8 $dom = Dom\XMLDocument::createFromString('<root><?pi value?></root>');
H A DNode_normalize.phpt24 $root = $doc->createElement('book');
25 $doc->appendChild($root);
28 $root->appendChild($title);
31 $root->appendChild($author);
H A DdocumentURI_URL.phpt8 $dom = Dom\XMLDocument::createFromString('<root><child/></root>');
/php-src/ext/libxml/tests/
H A Dbug54138_2.phpt16 <root>
19 </root>
/php-src/ext/dom/lexbor/lexbor/core/
H A Dshs.h42 lexbor_shs_entry_get_lower_static(const lexbor_shs_entry_t *root,
46 lexbor_shs_entry_get_upper_static(const lexbor_shs_entry_t *root,
H A Dbst.c37 bst->root = 0; in lexbor_bst_init()
49 bst->root = 0; in lexbor_bst_clean()
288 lexbor_bst_entry_t **root) in lexbor_bst_remove_by_pointer() argument
314 *root = NULL; in lexbor_bst_remove_by_pointer()
323 *root = entry->right; in lexbor_bst_remove_by_pointer()
327 entry = *root; in lexbor_bst_remove_by_pointer()
350 *root = entry->left; in lexbor_bst_remove_by_pointer()
354 entry = *root; in lexbor_bst_remove_by_pointer()
410 lexbor_bst_serialize_entry(bst->root, callback, ctx, 0); in lexbor_bst_serialize()
/php-src/ext/dom/tests/bug79701/
H A Dremove_attribute.phpt8 <root>
11 </root>
/php-src/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.h91 lxb_dom_node_t *root; member
182 lxb_selectors_find(lxb_selectors_t *selectors, lxb_dom_node_t *root,
222 lxb_selectors_find_reverse(lxb_selectors_t *selectors, lxb_dom_node_t *root,
/php-src/ext/opcache/tests/
H A Dpreload_user_001.phpt16 if (posix_geteuid() === 0) die('skip Test needs non-root user');
25 %sWarning "opcache.preload_user" is ignored because the current user is not "root"
/php-src/ext/soap/tests/bugs/
H A Dbug38536.phpt21 <getClientInfoFromDomainResponse SOAP-ENC:root="1">
27 <xsd:address id="i2" xsi:type="ns1:ClientAddressType" SOAP-ENC:root="0">
31 <address xsi:type="xsd:string" id="i3" SOAP-ENC:root="0">Test</address>
/php-src/ext/xml/tests/
H A Dxml_closures_001.phpt36 <root id="elem1">
45 </root>
/php-src/sapi/fpm/tests/
H A Dproc-user-ignored.phpt2 FPM: Process user setting ignored when FPM is not running as root
31 "'user' directive is ignored when FPM is not running as root",
/php-src/ext/sqlite3/tests/
H A Dsqlite3_15_open_error.phpt11 die('SKIP posix_geteuid() not defined so cannot check if run as root');
14 die('SKIP Cannot run test as root.');

Completed in 29 milliseconds

12345678910>>...18