Home
last modified time | relevance | path

Searched refs:root (Results 176 – 200 of 337) sorted by relevance

12345678910>>...14

/PHP-8.3/ext/standard/tests/file/
H A Dfopen_variation10-win32.phpt55 fwrite($h, "file in root");
84 file in root
87 file in root
113 file in root
H A Dfopen_variation11-win32.phpt54 fwrite($h, "file in root");
82 file in root
85 file in root
111 file in root
/PHP-8.3/benchmark/
H A Ddocker-compose.yml8 MYSQL_ROOT_PASSWORD: root
/PHP-8.3/ext/standard/tests/serialize/
H A Dbug78438.phpt22 $root = new Node();
24 $nextLevel = [$root];
43 return $root;
/PHP-8.3/ext/odbc/tests/
H A Dconfig.inc11 $user = 'root';
/PHP-8.3/ext/xsl/tests/
H A Dxslt011.phpt35 $dom->loadXML("<root>this is from an external DomDocument</root>");
H A Dbug49634.phpt10 <root>
12 </root>
24 <xsl:value-of select="ext:function('testFunction', document('$cDIR/bug49634.xml')/root)"/>
/PHP-8.3/ext/intl/tests/_files/
H A Dresourcebundle.txt1 root {
/PHP-8.3/ext/intl/tests/
H A Dresourcebundle_locales.phpt23 root
H A Dbreakiter_getLocale_basic2.phpt19 string(4) "root"
/PHP-8.3/ext/soap/tests/bugs/
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-8.3/ext/tidy/tests/
H A D028.phpt10 var_dump($x->root()->getParent());
/PHP-8.3/ext/pcntl/tests/
H A Dpcntl_skipif_user_env_rules.inc11 die("skip This test is not executed with root user");
/PHP-8.3/ext/simplexml/tests/
H A D024.phpt10 <root>
14 </root>
H A Dbug41947.phpt7 $xml = simplexml_load_string('<?xml version="1.0" encoding="utf-8"?><root xmlns:myns="http://myns" …
/PHP-8.3/ext/dom/tests/
H A Dbug47531_a.phpt35 $root = $doc->documentElement;
36 var_dump($root->removeAttribute("xmlns:foo"));
H A DDOMDocumentFragment_construct_error_001.phpt11 $fragment = new DOMDocumentFragment("root");
H A Dbug66502.phpt8 $element = $dom->appendChild(new DOMElement('root'));
H A Dbug47531_b.phpt35 $root = $doc->documentElement;
36 $elem = $root->firstElementChild->nextElementSibling;
/PHP-8.3/ext/bcmath/tests/
H A Dbcsqrt_error1.phpt2 bcsqrt — Get the square root of an arbitrary precision number
/PHP-8.3/Zend/tests/
H A Dgc_015.phpt2 GC 015: Object as root of cycle
/PHP-8.3/Zend/
H A Dzend_gc.c231 gc_link_unused(root)
381 return root; in gc_decompress()
387 root = GC_IDX2PTR(idx); in gc_decompress()
389 return root; in gc_decompress()
397 gc_root_buffer *root; in gc_fetch_unused() local
401 root = GC_IDX2PTR(idx); in gc_fetch_unused()
458 GC_LINK_UNUSED(root); in gc_remove_from_roots()
755 gc_root_buffer *root; in gc_remove_from_buffer() local
772 root = GC_IDX2PTR(idx); in gc_remove_from_buffer()
1655 if (root) { in gc_remove_nested_data_from_buffer()
[all …]
/PHP-8.3/ext/libxml/tests/
H A Dbug79191.phpt14 $dom->loadxml('<?xml version="1.0" ?><root />');
/PHP-8.3/ext/dom/
H A Ddocument.c96 xmlNode *root; in dom_document_document_element_read() local
103 root = xmlDocGetRootElement(docp); in dom_document_document_element_read()
104 if (!root) { in dom_document_document_element_read()
899 xmlNodePtr nodep = NULL, root; in PHP_METHOD() local
919 root = xmlDocGetRootElement(docp); in PHP_METHOD()
920 if (root != NULL) { in PHP_METHOD()
1687 xmlNodePtr root; in PHP_METHOD() local
1714 root = (xmlNodePtr) docp->children; in PHP_METHOD()
1715 while(root && root->type != XML_ELEMENT_NODE && root->type != XML_XINCLUDE_START) { in PHP_METHOD()
1716 root = root->next; in PHP_METHOD()
[all …]
/PHP-8.3/ext/xmlreader/tests/
H A Dbug73246.phpt9 $reader->XML('<?xml version="1.0"?><root/>', "UTF\0-8");

Completed in 62 milliseconds

12345678910>>...14