Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-7.2/ext/xmlwriter/tests/
H A DOO_009.phpt17 $xw->startElement('root');
39 <root id="elem1">
45 </root>
H A DOO_011.phpt20 $xw->startElement('root');
34 <root>
39 </root>
H A D007.phpt16 xmlwriter_start_element($xw, 'root');
34 <root>
38 </root>
H A DOO_007.phpt17 $xw->startElement('root');
35 <root>
39 </root>
/PHP-7.2/ext/dom/tests/
H A Ddom_set_attr_node.phpt10 <root a="b" />
20 $root = $dom->documentElement;
21 $attr = $root->getAttributeNode('a');
H A Dbug38850.phpt15 $root = $doc->documentElement;
17 print $root->lookupNamespaceURI(NULL);
H A DDOMNode_removeChild_basic.phpt38 $root = $dom->documentElement;
40 $children = $root->childNodes;
48 $noderemoved = $root->removeChild($current);
51 $children = $root->childNodes;
H A Dbug35342.phpt8 $dom->loadXML("<root><foo>foobar</foo><foo>foobar#2</foo></root>");
H A DDOMNode_normalize_basic.phpt24 $root = $doc->createElement('book');
25 $doc->appendChild($root);
28 $root->appendChild($title);
31 $root->appendChild($author);
/PHP-7.2/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.2/ext/intl/tests/
H A Dbreakiter_getLocale_basic.phpt18 string(4) "root"
19 string(4) "root"
/PHP-7.2/ext/com_dotnet/tests/
H A Dbug39606.phpt12 $root = dirname($arEnv['COMSPEC']);
13 $typelib = $root.'\activeds.tlb';
H A Dbug77621.phpt12 $root = dirname(array_change_key_case($_SERVER, CASE_UPPER)['COMSPEC']);
13 com_load_typelib("$root\activeds.tlb");
/PHP-7.2/Zend/
H A Dzend_gc.c152 root->next->prev = root->prev; in gc_remove_from_roots()
153 root->prev->next = root->next; in gc_remove_from_roots()
154 root->prev = GC_G(unused); in gc_remove_from_roots()
155 GC_G(unused) = root; in gc_remove_from_roots()
161 root->next->prev = root->prev; in gc_remove_from_additional_roots()
162 root->prev->next = root->next; in gc_remove_from_additional_roots()
331 if (root->ref == ref) { in gc_find_additional_buffer()
332 return root; in gc_find_additional_buffer()
344 gc_root_buffer *root; in gc_remove_from_buffer() local
957 if (root) {
[all …]
/PHP-7.2/ext/phar/tests/tar/
H A Dlinks4.phpt2 Phar: tar with link to root directory file from root directory file
/PHP-7.2/Zend/tests/
H A Dbug34199.phpt7 $xml = "<root></root>";
/PHP-7.2/ext/xmlrpc/libxmlrpc/
H A Dxml_to_soap.c580 xml_element* root = xml_elem_new(); in SOAP_REQUEST_to_xml_element() local
583 if (root) { in SOAP_REQUEST_to_xml_element()
585 root->name = estrdup("SOAP-ENV:Envelope"); in SOAP_REQUEST_to_xml_element()
588 Q_PushTail(&root->attrs, new_attr("xmlns:SOAP-ENV", "http://schemas.xmlsoap.org/soap/envelope/")); in SOAP_REQUEST_to_xml_element()
589 Q_PushTail(&root->attrs, new_attr("xmlns:xsi", "http://www.w3.org/1999/XMLSchema-instance")); in SOAP_REQUEST_to_xml_element()
590 Q_PushTail(&root->attrs, new_attr("xmlns:xsd", "http://www.w3.org/1999/XMLSchema")); in SOAP_REQUEST_to_xml_element()
591 Q_PushTail(&root->attrs, new_attr("xmlns:SOAP-ENC", "http://schemas.xmlsoap.org/soap/encoding/")); in SOAP_REQUEST_to_xml_element()
592 Q_PushTail(&root->attrs, new_attr("xmlns:si", "http://soapinterop.org/xsd")); in SOAP_REQUEST_to_xml_element()
593 Q_PushTail(&root->attrs, new_attr("xmlns:ns6", "http://testuri.org")); in SOAP_REQUEST_to_xml_element()
661 Q_PushTail(&root->children, body); in SOAP_REQUEST_to_xml_element()
[all …]
/PHP-7.2/tests/lang/
H A Dbug7515.phpt11 $o->root=new obj();
18 $o->root->method();
/PHP-7.2/ext/libxml/tests/
H A Dbug54138.phpt13 <root>
16 </root>
H A Dbug54138_1.phpt14 <root>
17 </root>
/PHP-7.2/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…
H A D031.phpt8 <root s:att1="b" att1="a"
13 </root>
52 <root xmlns:s="urn::test" xmlns:t="urn::test-t" xmlns:v="urn::test-v" s:att1="b" att1="a" v:att11="…
56 …l</m:test2><test3 xmlns="urn::testnew">myval</test3><test4>myval</test4><test5>myval</test5></root>
/PHP-7.2/ext/spl/tests/
H A Dbug54971.phpt11 <root>
14 </root>
/PHP-7.2/ext/gmp/tests/
H A Dgmp_remroot.phpt87 Warning: gmp_rootrem(): Can't take even root of negative number in %s on line %d
102 Warning: gmp_rootrem(): The root must be positive in %s on line %d
105 Warning: gmp_rootrem(): The root must be positive in %s on line %d

Completed in 32 milliseconds

12345678910>>...13