Home
last modified time | relevance | path

Searched refs:root (Results 101 – 125 of 341) sorted by relevance

12345678910>>...14

/PHP-8.3/ext/dom/tests/
H A DDOMDocument_saveHTMLFile_basic.phpt16 $root = $doc->createElement('html');
17 $root = $doc->appendChild($root);
19 $head = $root->appendChild($head);
H A DDOMDocument_saveHTMLFile_formatOutput.phpt17 $root = $doc->createElement('html');
18 $root = $doc->appendChild($root);
20 $head = $root->appendChild($head);
H A DDOMComment_construct_basic_001.phpt11 $element = $dom->appendChild(new DOMElement('root'));
19 <root><!--This is the second comment.--></root>
H A Ddom_comment_basic.phpt17 $root = $dom->documentElement;
18 var_dump($root->hasChildNodes());
19 $children = $root->childNodes;
H A Dgh16039.phpt9 $element = $dom->appendChild($dom->createElement('root'));
28 <root/>
31 <root/>
H A Dbug80927.phpt61 echo "--- Remove namespace declarator for attribute, root ---\n";
63 echo "--- Remove namespace declarator for attribute, moved root ---\n";
65 echo "--- Remove namespace declarator for attribute, moved root child ---\n";
72 --- Remove namespace declarator for attribute, root ---
76 --- Remove namespace declarator for attribute, moved root ---
80 --- Remove namespace declarator for attribute, moved root child ---
H A DDOMParentNode_empty_argument.phpt8 $dom->loadXML('<?xml version="1.0"?><root><node/></root>');
69 <root><node/></root>
71 <root/>
H A Dgh12870_a.phpt32 root namespaceURI: NULL
35 <root xmlns:foo="http://www.w3.org/2000/xmlns/qx" foo:xmlns=""/>
41 root namespaceURI: NULL
44 <root xmlns=""/>
50 root namespaceURI: NULL
53 <root xmlns:xmlns="http://www.w3.org/2000/xmlns/" xmlns:xmlns=""/>
H A DDOMDocument_item_cache_invalidation.phpt38root><e i="1"/><e i="2"/><e i="3"/><e i="4"/><e i="5"/><e i="6"/><e i="7"/><e i="8"/><e i="9"/><e …
39 $root = $doc->documentElement;
42 $elements = $root->getElementsByTagName('e');
47 $root->removeChild( $node );
/PHP-8.3/Zend/tests/generators/
H A Dgc_with_yield_from.phpt8 function root() {
9 global $gens; // create cyclic reference to root
19 yield from $gens[] = $x ? gen(--$x) : root();
/PHP-8.3/ext/xml/tests/
H A Dgh14834.phpt14 <!DOCTYPE root [
17 <root>
19 </root>
H A Dbug71592.phpt11 <!DOCTYPE root [
14 <root>
17 </root>
/PHP-8.3/ext/simplexml/tests/
H A Dgh14638.phpt12 $root = simplexml_load_string($xml);
14 $root->__construct("malformed");
18 echo $root;
H A Dbug43221.phpt7 $xml = simplexml_load_string('<?xml version="1.0" encoding="utf-8"?><root />');
17 <root><node xmlns:foo="http://bar.com" a="b" foo:e="f">value</node></root>
H A D021.phpt9 $doc = simplexml_load_string('<root><exists>foo</exists></root>');
/PHP-8.3/ext/xmlwriter/tests/
H A Dxmlwriter_write_attribute_ns_basic_001.phpt10 xmlwriter_start_element($xw, 'root');
25 <root prefix:id="elem1" xmlns:prefix="http://www.php.net/uri">
27 </root>
H A DOO_010.phpt16 $xw->startElement('root');
28 <root>
32 </root>
H A D011.phpt15 xmlwriter_start_element($xw, 'root');
27 <root>
31 </root>
H A D012.phpt15 xmlwriter_start_element($xw, 'root');
29 <root>
34 </root>
/PHP-8.3/ext/opcache/tests/
H A Dpreload_user_003.phpt8 opcache.preload_user=root
16 if (posix_geteuid() !== 0) die('skip Test needs root user');
17 if (posix_getpwnam('root') === false) die('skip Root user does not exist');
H A Dpreload_user_005.phpt2 preload_user=root is allowed under non-cli SAPIs
11 if (posix_geteuid() !== 0) die('skip Test needs root user');
12 if (posix_getpwnam('root') === false) die('skip Root user does not exist');
51 '-dopcache.preload_user=root',
/PHP-8.3/ext/standard/tests/file/
H A Dchroot_001.phpt8 // Skip if not being run by root (files are always readable, writeable and executable)
11 die('WARN Unable to create the "root check" file');
19 die('SKIP Must be run as root');
/PHP-8.3/Zend/tests/
H A Dbug39297.phpt36 $root = new MyTree();
38 $root[$id] = $child;
40 var_dump(compareByRef($root[$id], $child));
/PHP-8.3/.github/actions/setup-windows/
H A Daction.yml9 …mysql.exe --port=3306 --user=root --password="" -e "ALTER USER 'root'@'localhost' IDENTIFIED BY 'P…
18 …pwsh -Command { $env:PGPASSWORD="root"; & "$env:PGBIN\psql" -U postgres -c "ALTER USER postgres WI…
/PHP-8.3/ext/com_dotnet/tests/
H A Dbug39606.phpt11 $root = dirname($arEnv['COMSPEC']);
12 $typelib = $root.'\activeds.tlb';

Completed in 19 milliseconds

12345678910>>...14