Home
last modified time | relevance | path

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

1234567891011

/PHP-7.4/ext/dom/tests/
H A Dbug38850.phpt15 $root = $doc->documentElement;
17 print $root->lookupNamespaceURI(NULL);
H A Ddom_set_attr_node.phpt10 <root a="b" />
20 $root = $dom->documentElement;
21 $attr = $root->getAttributeNode('a');
H A Dbug35342.phpt8 $dom->loadXML("<root><foo>foobar</foo><foo>foobar#2</foo></root>");
H A DDOMNode_removeChild_basic.phpt38 $root = $dom->documentElement;
40 $children = $root->childNodes;
48 $noderemoved = $root->removeChild($current);
51 $children = $root->childNodes;
H A DDOMNode_normalize_basic.phpt24 $root = $doc->createElement('book');
25 $doc->appendChild($root);
28 $root->appendChild($title);
31 $root->appendChild($author);
/PHP-7.4/sapi/fpm/tests/
H A Dskipif.inc6 // Running as root is not allowed without TEST_FPM_RUN_AS_ROOT env
8 die('skip Refusing to run as root');
/PHP-7.4/ext/intl/tests/
H A Dbreakiter_getLocale_basic.phpt18 string(4) "root"
19 string(4) "root"
/PHP-7.4/ext/xmlreader/tests/
H A Dbug64230.phpt22 $x->xml("<root att/>");
31 $x->xml("<root att/>");
47 Warning: XMLReader::read(): <root att/> in %s on line %d
/PHP-7.4/ext/xmlwriter/tests/
H A DOO_007.phpt15 $xw->startElement('root');
33 <root>
37 </root>
H A DOO_009.phpt16 $xw->startElement('root');
38 <root id="elem1">
44 </root>
H A D007.phpt14 xmlwriter_start_element($xw, 'root');
32 <root>
36 </root>
H A D009.phpt16 xmlwriter_start_element($xw, 'root');
38 <root id="elem1">
44 </root>
/PHP-7.4/ext/gmp/tests/
H A Dgmp_root.phpt47 Warning: gmp_root(): Can't take even root of negative number in %s on line %d
54 Warning: gmp_root(): The root must be positive in %s on line %d
57 Warning: gmp_root(): The root must be positive in %s on line %d
/PHP-7.4/
H A D.appveyor.yml30 #MYSQL_TEST_USER: root
31 … #PDO_MYSQL_TEST_DSN: "pgsql:host=127.0.0.1 port=5432 dbname=test user=root password=Password12!"
32 #PDO_MYSQL_TEST_USER: root
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxml_to_dandarpc.c170 xml_element* root = NULL; in DANDARPC_to_xml_element_worker() local
267 root = elem_val; in DANDARPC_to_xml_element_worker()
269 return root; in DANDARPC_to_xml_element_worker()
278 xml_element* root = NULL; in DANDARPC_REQUEST_to_xml_element() local
298 root = xml_elem_new(); in DANDARPC_REQUEST_to_xml_element()
299 root->name = estrdup(ELEM_ROOT); in DANDARPC_REQUEST_to_xml_element()
300 Q_PushTail(&root->attrs, version); in DANDARPC_REQUEST_to_xml_element()
301 Q_PushTail(&root->children, wrapper); in DANDARPC_REQUEST_to_xml_element()
314 return root; in DANDARPC_REQUEST_to_xml_element()
H A Dxml_to_soap.c578 xml_element* root = xml_elem_new(); in SOAP_REQUEST_to_xml_element() local
581 if (root) { in SOAP_REQUEST_to_xml_element()
583 root->name = estrdup("SOAP-ENV:Envelope"); in SOAP_REQUEST_to_xml_element()
586 Q_PushTail(&root->attrs, new_attr("xmlns:SOAP-ENV", "http://schemas.xmlsoap.org/soap/envelope/")); in SOAP_REQUEST_to_xml_element()
587 Q_PushTail(&root->attrs, new_attr("xmlns:xsi", "http://www.w3.org/1999/XMLSchema-instance")); in SOAP_REQUEST_to_xml_element()
588 Q_PushTail(&root->attrs, new_attr("xmlns:xsd", "http://www.w3.org/1999/XMLSchema")); in SOAP_REQUEST_to_xml_element()
589 Q_PushTail(&root->attrs, new_attr("xmlns:SOAP-ENC", "http://schemas.xmlsoap.org/soap/encoding/")); in SOAP_REQUEST_to_xml_element()
590 Q_PushTail(&root->attrs, new_attr("xmlns:si", "http://soapinterop.org/xsd")); in SOAP_REQUEST_to_xml_element()
591 Q_PushTail(&root->attrs, new_attr("xmlns:ns6", "http://testuri.org")); in SOAP_REQUEST_to_xml_element()
659 Q_PushTail(&root->children, body); in SOAP_REQUEST_to_xml_element()
[all …]
/PHP-7.4/ext/phar/tests/tar/
H A Dlinks4.phpt2 Phar: tar with link to root directory file from root directory file
/PHP-7.4/ext/com_dotnet/tests/
H A Dbug77621.phpt12 $root = dirname(array_change_key_case($_SERVER, CASE_UPPER)['COMSPEC']);
13 com_load_typelib("$root\activeds.tlb");
/PHP-7.4/Zend/tests/
H A Dbug34199.phpt7 $xml = "<root></root>";
/PHP-7.4/ext/simplexml/tests/
H A Dbug72957.phpt8 $xml = new SimpleXMLElement('<root><elem>Text</elem></root>');
H A Dbug72971.phpt8 $xml = new SimpleXMLElement('<root xmlns:ns="ns"><foo>bar</foo><ns:foo>ns:bar</ns:foo><ns:foo2>ns:b…
/PHP-7.4/tests/lang/
H A Dbug7515.phpt11 $o->root=new obj();
18 $o->root->method();
/PHP-7.4/ext/libxml/tests/
H A Dbug54138.phpt13 <root>
16 </root>
H A Dbug54138_1.phpt14 <root>
17 </root>
/PHP-7.4/ext/spl/tests/
H A Dbug54971.phpt11 <root>
14 </root>

Completed in 37 milliseconds

1234567891011