Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.5/ext/dom/tests/
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);
H A Ddom001.phpt21 echo "--------- root\n";
25 echo "--------- children of root\n";
34 // The parent of this last node is the root again
71 echo "--------- Add child to root\n";
102 --------- root
107 --------- children of root
185 --------- Add child to root
/PHP-5.5/Zend/tests/
H A Dbug34199.phpt7 $xml = "<root></root>";
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxml_to_soap.c583 xml_element* root = xml_elem_new(); in SOAP_REQUEST_to_xml_element() local
586 if (root) { in SOAP_REQUEST_to_xml_element()
588 root->name = strdup("SOAP-ENV:Envelope"); in SOAP_REQUEST_to_xml_element()
591 Q_PushTail(&root->attrs, new_attr("xmlns:SOAP-ENV", "http://schemas.xmlsoap.org/soap/envelope/")); in SOAP_REQUEST_to_xml_element()
592 Q_PushTail(&root->attrs, new_attr("xmlns:xsi", "http://www.w3.org/1999/XMLSchema-instance")); in SOAP_REQUEST_to_xml_element()
593 Q_PushTail(&root->attrs, new_attr("xmlns:xsd", "http://www.w3.org/1999/XMLSchema")); in SOAP_REQUEST_to_xml_element()
594 Q_PushTail(&root->attrs, new_attr("xmlns:SOAP-ENC", "http://schemas.xmlsoap.org/soap/encoding/")); in SOAP_REQUEST_to_xml_element()
595 Q_PushTail(&root->attrs, new_attr("xmlns:si", "http://soapinterop.org/xsd")); in SOAP_REQUEST_to_xml_element()
596 Q_PushTail(&root->attrs, new_attr("xmlns:ns6", "http://testuri.org")); in SOAP_REQUEST_to_xml_element()
664 Q_PushTail(&root->children, body); in SOAP_REQUEST_to_xml_element()
[all …]
H A Dxml_to_xmlrpc.c192 xml_element* root = NULL; in XMLRPC_to_xml_element_worker() local
312 root = value; in XMLRPC_to_xml_element_worker()
320 root = param; in XMLRPC_to_xml_element_worker()
339 root = member; in XMLRPC_to_xml_element_worker()
348 root = value; in XMLRPC_to_xml_element_worker()
352 root = elem_val; in XMLRPC_to_xml_element_worker()
361 root = value; in XMLRPC_to_xml_element_worker()
365 return root; in XMLRPC_to_xml_element_worker()
H A Dxml_element.h159 void xml_elem_free(xml_element* root);
160 void xml_elem_free_non_recurse(xml_element* root);
/PHP-5.5/ext/spl/tests/
H A Dbug54971.phpt11 <root>
14 </root>
/PHP-5.5/tests/lang/
H A Dbug7515.phpt13 $o->root=new obj();
20 $o->root->method();
/PHP-5.5/ext/simplexml/tests/
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>
H A Dbug69169.phpt10 <root a="b">
17 </root>';
H A D030.phpt8 <root s:att1="b" att1="a"
13 </root>
/PHP-5.5/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>
H A Dbug37083.phpt18 <multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding…
19 <multiRef id="id9" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding…
20 <multiRef id="id7" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding…
21 <multiRef id="id6" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding…
22 <multiRef id="id10" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encodin…
23 <multiRef id="id8" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding…
24 <multiRef id="id4" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding…
25 <multiRef id="id5" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding…
26 <multiRef id="id3" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding…
27 <multiRef id="id2" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding…
[all …]
/PHP-5.5/ext/xml/tests/
H A Dxml_closures_001.phpt36 <root id="elem1">
45 </root>
H A Dxml004.phpt43 <root id="elem1">
52 </root>
/PHP-5.5/ext/intl/tests/
H A Dmsgfmt_parse.phpt20 'root' => '{0,whatever} would not work!',
29 'root' => "4,560 monkeys on 123 trees make 37.073 monkeys per tree",
105 Locale is: root
H A Dresourcebundle_create.phpt13 $r1 = ut_resourcebundle_create( 'root', BUNDLE );
17 // non-root one
/PHP-5.5/ext/intl/tests/_files/
H A Dres_index.txt4 root {""}
/PHP-5.5/sapi/continuity/
H A Dconfig.m45 DIR is path to the installed Continuity Server root], no, no)
9 …AC_MSG_ERROR([Please specify the path to the root of your Continuity server using --with-continuit…
/PHP-5.5/ext/odbc/tests/
H A Dconfig.inc7 $user = 'root';
/PHP-5.5/ext/soap/interop/
H A Dconfig.php.dist3 $interopConfig['DSN'] = 'mysql://root@localhost/soapinterop';
/PHP-5.5/ext/posix/tests/
H A Dposix_mkfifo_safemode.phpt6 The first attempt (writing to /tmp) should effectively fail because /tmp is owned by root.
18 die('SKIP Cannot run test as root.');
/PHP-5.5/ext/standard/tests/file/
H A D006_basic.phpt8 // Skip if being run by root
14 die('skip cannot be run as root');
/PHP-5.5/ext/xsl/tests/
H A Dxslt011.phpt35 $dom->loadXML("<root>this is from an external DomDocument</root>");

Completed in 125 milliseconds

12345678910>>...12