Home
last modified time | relevance | path

Searched refs:root (Results 151 – 175 of 316) sorted by relevance

12345678910>>...13

/PHP-7.3/ext/intl/tests/
H A Dresourcebundle_locales.phpt23 root
H A Dmsgfmt_format.phpt20 'root' => '{0,whatever} would not work!',
65 Locale is: root
H A Dbreakiter_getLocale_basic2.phpt19 string(4) "root"
/PHP-7.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-7.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-7.3/ext/standard/tests/file/
H A Dis_executable_variation3.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_variation3.phpt7 // Skip if being run by root (files are always readable, writeable and executable)
13 die('skip cannot be run as root');
H A Dfopen_variation10-win32.phpt61 fwrite($h, "file in root");
91 file in root
94 file in root
128 file in root
H A Dfopen_variation11-win32.phpt60 fwrite($h, "file in root");
89 file in root
92 file in root
126 file in root
H A Dmkdir-004.phpt7 die("skip for root only");
H A Dmkdir-005.phpt7 die("skip for root only");
H A Dchroot_001.phpt7 die("skip for root only");
H A Dis_writable_variation3.phpt6 // Skip if being run by root (files are always readable, writeable and executable)
12 die('skip cannot be run as root');
H A Dcopy_variation15.phpt7 // Skip if being run by root (files are always readable, writeable and executable)
13 die('skip cannot be run as root');
/PHP-7.3/ext/tidy/tests/
H A D028.phpt10 var_dump($x->root()->getParent());
/PHP-7.3/Zend/tests/
H A Dgc_015.phpt2 GC 015: Object as root of cycle
H A Dbug63055.phpt7 /* the default gc root size is 10,000 */
/PHP-7.3/ext/xsl/tests/
H A Dbug49634.phpt12 <root>
14 </root>
26 <xsl:value-of select="ext:function('testFunction', document('$cDIR/bug49634.xml')/root)"/>
/PHP-7.3/ext/dom/tests/
H A DDOMDocumentFragment_construct_error_001.phpt11 $fragment = new DOMDocumentFragment("root");
H A Dbug66502.phpt10 $element = $dom->appendChild(new DOMElement('root'));
/PHP-7.3/ext/pcre/tests/
H A Dbug63055.phpt5 /* the default gc root size is 10,000 */
/PHP-7.3/ext/dom/
H A Ddocument.c285 xmlNode *root; in dom_document_document_element_read() local
292 root = xmlDocGetRootElement(docp); in dom_document_document_element_read()
293 if (!root) { in dom_document_document_element_read()
1095 xmlNodePtr nodep = NULL, root; in PHP_FUNCTION() local
1110 root = xmlDocGetRootElement(docp); in PHP_FUNCTION()
1111 if (root != NULL) { in PHP_FUNCTION()
1720 xmlNodePtr root; in PHP_FUNCTION() local
1742 root = (xmlNodePtr) docp->children; in PHP_FUNCTION()
1743 while(root && root->type != XML_ELEMENT_NODE && root->type != XML_XINCLUDE_START) { in PHP_FUNCTION()
1744 root = root->next; in PHP_FUNCTION()
[all …]
/PHP-7.3/
H A D.editorconfig3 root = true
/PHP-7.3/ext/libxml/tests/
H A Dbug79191.phpt16 $dom->loadxml('<?xml version="1.0" ?><root />');

Completed in 39 milliseconds

12345678910>>...13