Home
last modified time | relevance | path

Searched refs:root (Results 26 – 50 of 291) sorted by last modified time

12345678910>>...12

/PHP-5.5/ext/xmlwriter/tests/
H A Dxmlwriter_write_attribute_ns_error_001.phpt10 xmlwriter_start_element($xw, 'root');
32 <root>
34 </root>%wbool(false)
/PHP-5.5/ext/xsl/tests/
H A Dbug49634.phpt12 <root>
14 </root>
26 <xsl:value-of select="ext:function('testFunction', document('$cDIR/bug49634.xml')/root)"/>
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_introspection.c460 xml_element* root = xml_elem_parse_buf(xml, 0, 0, err ? &err->xml_elem_error : NULL); in XMLRPC_IntrospectionCreateDescription() local
462 if(root) { in XMLRPC_IntrospectionCreateDescription()
463 xReturn = xml_element_to_method_description(root, err); in XMLRPC_IntrospectionCreateDescription()
465 xml_elem_free(root); in XMLRPC_IntrospectionCreateDescription()
H A Dxml_to_dandarpc.c173 xml_element* root = NULL; in DANDARPC_to_xml_element_worker() local
270 root = elem_val; in DANDARPC_to_xml_element_worker()
272 return root; in DANDARPC_to_xml_element_worker()
281 xml_element* root = NULL; in DANDARPC_REQUEST_to_xml_element() local
301 root = xml_elem_new(); in DANDARPC_REQUEST_to_xml_element()
302 root->name = strdup(ELEM_ROOT); in DANDARPC_REQUEST_to_xml_element()
303 Q_PushTail(&root->attrs, version); in DANDARPC_REQUEST_to_xml_element()
304 Q_PushTail(&root->children, wrapper); in DANDARPC_REQUEST_to_xml_element()
317 return root; in DANDARPC_REQUEST_to_xml_element()
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_element.c198 if(root) { in xml_elem_free_non_recurse()
207 Q_Destroy(&root->children); in xml_elem_free_non_recurse()
208 Q_Destroy(&root->attrs); in xml_elem_free_non_recurse()
209 if(root->name) { in xml_elem_free_non_recurse()
210 free((char *)root->name); in xml_elem_free_non_recurse()
211 root->name = NULL; in xml_elem_free_non_recurse()
214 my_free(root); in xml_elem_free_non_recurse()
237 if(root) { in xml_elem_free()
587 xml_element* root; member
703 mydata.root = xml_elem_new(); in xml_elem_parse_buf()
[all …]
H A Dxml_element.h159 void xml_elem_free(xml_element* root);
160 void xml_elem_free_non_recurse(xml_element* root);
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()
/PHP-5.5/ext/xmlreader/tests/
H A Dbug42139.phpt12 <!DOCTYPE root [
13 <!ELEMENT root ANY>
16 <root>&x;</root>
28 10, root,
29 1, root,
31 15, root,
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-5.5/ext/xml/tests/
H A Dbug27908.phpt16 xml_parse($xp, '<root></root>',TRUE);
21 x_default_handler <root>
22 x_default_handler </root>
H A Dxml004.phpt43 <root id="elem1">
52 </root>
H A Dxml_closures_001.phpt36 <root id="elem1">
45 </root>
/PHP-5.5/ext/tidy/tests/
H A D010.phpt2 Accessing root, body, html, and head nodes..
8 var_dump($a->root());
/PHP-5.5/ext/tidy/
H A Dtidy.c424 TIDY_METHOD_MAP(root, tidy_get_root, NULL)
/PHP-5.5/ext/tidy/examples/
H A Ddumpit5.php21 $tree = $tidy->root();
/PHP-5.5/ext/standard/tests/general_functions/
H A Dproc_nice_variation5.phpt11 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
/PHP-5.5/ext/standard/tests/file/
H A Dunlink_variation1.phpt8 // Skip if being run by root (files are always readable, writeable and executable)
14 die('skip cannot be run as root');
H A Dunlink_variation10.phpt49 //cannot test hard links unless you are root.
H A Dsymlink_link_linkinfo_is_link_variation6.phpt15 // Skip if being run by root (files are always readable, writeable and executable)
21 die('skip cannot be run as root');
H A Dtempnam_variation4.phpt8 // Skip if being run by root
14 die('skip cannot be run as root');
H A Dis_readable_basic.phpt8 // Skip if being run by root (files are always readable, writeable and executable)
14 die('skip cannot be run as root');
H A Dis_readable_variation1.phpt6 // Skip if being run by root (files are always readable, writeable and executable)
12 die('skip cannot be run as root');
H A Dis_readable_variation2.phpt8 // Skip if being run by root
14 die('skip cannot be run as root');
H A Dis_readable_variation3.phpt7 // Skip if being run by root (files are always readable, writeable and executable)
13 die('skip cannot be run as root');

Completed in 47 milliseconds

12345678910>>...12