Home
last modified time | relevance | path

Searched refs:root (Results 76 – 100 of 274) sorted by relevance

1234567891011

/PHP-7.4/azure/
H A Dtest.yml7 export MYSQL_TEST_USER=root
8 export MYSQL_TEST_PASSWD=root
10 export PDO_MYSQL_TEST_USER=root
11 export PDO_MYSQL_TEST_PASS=root
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_saveHTMLFile_basic.phpt14 $root = $doc->createElement('html');
15 $root = $doc->appendChild($root);
17 $head = $root->appendChild($head);
H A DDOMNode_hasChildNodes_basic.phpt21 $root = $doc->createElement('book');
22 $doc->appendChild($root);
25 $root->appendChild($title);
31 var_dump($root->hasChildNodes());
H A DDOMComment_construct_basic_001.phpt11 $element = $dom->appendChild(new DOMElement('root'));
19 <root><!--This is the second comment.--></root>
H A Dbug49463.phpt9 $root = $doc->createElementNS('http://purl.org/rss/1.0/','rdf:RDF');
10 $doc->appendChild($root);
11 $root->setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns","http://purl.org/rss/1.0/" );
H A Ddom_comment_variation.phpt16 $root = $dom->documentElement;
17 var_dump($root->hasChildNodes());
18 $children = $root->childNodes;
H A Ddom_comment_basic.phpt19 $root = $dom->documentElement;
20 var_dump($root->hasChildNodes());
21 $children = $root->childNodes;
H A Dbug49490.phpt8 $doc->loadXML('<prefix:root xmlns:prefix="urn:a" />');
13 echo($xp->query('//prefix:root', null, false)->length . "\n");
H A Dbug67474.phpt10 $doc->loadXML('<root xmlns:x="x"><a/><x:a/></root>');
H A Dbug73907.phpt8 <root>
9 </root>';
H A Dbug66783.phpt10 $doc->loadXML('<root></root>');
/PHP-7.4/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-7.4/ext/xsl/tests/
H A Dbug70535.phpt11 $xmlInput = simplexml_load_string('<root></root>');
12 ….0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"><xsl:template match="root"><xsl:text>success<…
/PHP-7.4/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 D011.phpt17 xmlwriter_start_element($xw, 'root');
29 <root>
33 </root>
H A DOO_010.phpt18 $xw->startElement('root');
30 <root>
34 </root>
H A D012.phpt17 xmlwriter_start_element($xw, 'root');
31 <root>
36 </root>
H A DOO_011.phpt18 $xw->startElement('root');
32 <root>
37 </root>
/PHP-7.4/ext/simplexml/tests/
H A Dbug43221.phpt7 $xml = simplexml_load_string('<?xml version="1.0" encoding="utf-8"?><root />');
18 <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>');
H A D020.phpt8 $doc = simplexml_load_string('<root><name attr="foo">bar</name></root>');
/PHP-7.4/ext/xml/tests/
H A Dbug71592.phpt13 <!DOCTYPE root [
16 <root>
19 </root>
/PHP-7.4/Zend/tests/
H A Dbug39297.phpt36 $root = new MyTree();
38 $root[$id] = $child;
40 var_dump(compareByRef($root[$id], $child));
/PHP-7.4/ext/bcmath/tests/
H A Dbcsqrt_error1.phpt2 bcsqrt — Get the square root of an arbitrary precision number
13 Warning: bcsqrt(): Square root of negative number in %s.php on line %d
/PHP-7.4/ext/com_dotnet/tests/
H A Dbug39606.phpt12 $root = dirname($arEnv['COMSPEC']);
13 $typelib = $root.'\activeds.tlb';

Completed in 29 milliseconds

1234567891011