Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.5/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-5.5/Zend/tests/
H A Dbug39297.phpt36 $root = new MyTree();
38 $root[$id] = $child;
40 var_dump(compareByRef($root[$id], $child));
/PHP-5.5/Zend/
H A Dzend_gc.h187 static zend_always_inline void gc_remove_from_buffer(gc_root_buffer *root TSRMLS_DC) in gc_remove_from_buffer()
189 root->next->prev = root->prev; in gc_remove_from_buffer()
190 root->prev->next = root->next; in gc_remove_from_buffer()
191 root->prev = GC_G(unused); in gc_remove_from_buffer()
192 GC_G(unused) = root; in gc_remove_from_buffer()
/PHP-5.5/ext/xmlwriter/tests/
H A D011.phpt19 xmlwriter_start_element($xw, 'root');
31 <root>
35 </root>
H A Dxmlwriter_write_attribute_ns_error_001.phpt10 xmlwriter_start_element($xw, 'root');
32 <root>
34 </root>%wbool(false)
H A D012.phpt19 xmlwriter_start_element($xw, 'root');
33 <root>
38 </root>
H A DOO_010.phpt20 $xw->startElement('root');
32 <root>
36 </root>
H A D009.phpt17 xmlwriter_start_element($xw, 'root');
39 <root id="elem1">
45 </root>
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-5.5/ext/xmlrpc/libxmlrpc/
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()
/PHP-5.5/ext/intl/tests/
H A Dbreakiter_getLocale_basic.phpt19 string(4) "root"
20 string(4) "root"
/PHP-5.5/ext/dom/tests/
H A Dbug49490.phpt8 $doc->loadXML('<prefix:root xmlns:prefix="urn:a" />');
13 echo($xp->query('//prefix:root', null, false)->length . "\n");
H A Ddom_set_attr_node.phpt12 <root a="b" />
22 $root = $dom->documentElement;
23 $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 DDOMDocumentFragment_construct_error_001.phpt10 $fragment = new DOMDocumentFragment("root");
15 #0 %s(%d): DOMDocumentFragment->__construct('root')
/PHP-5.5/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-5.5/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-5.5/ext/com_dotnet/tests/
H A Dbug39606.phpt12 $root = dirname($arEnv['COMSPEC']);
13 $typelib = $root.'\activeds.tlb';
/PHP-5.5/ext/phar/tests/tar/
H A Dlinks4.phpt2 Phar: tar with link to root directory file from root directory file

Completed in 34 milliseconds

12345678910>>...12