Home
last modified time | relevance | path

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

1234567891011

/PHP-7.4/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.4/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.4/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.4/ext/standard/tests/file/
H A Dmkdir-004.phpt7 die("skip for root only");
H A Dmkdir-005.phpt7 die("skip for root only");
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 Dchroot_001.phpt7 die("skip for root only");
/PHP-7.4/ext/dom/tests/
H A DDOMDocumentFragment_construct_error_001.phpt11 $fragment = new DOMDocumentFragment("root");
H A Dbug66502.phpt10 $element = $dom->appendChild(new DOMElement('root'));
H A Dbug81433.phpt11 $element = $dom->createElement('test', 'root');
H A DDOMDocument_schemaValidateSource_error2.phpt22 …ment 'books': No matching global declaration available for the validation root. in %s.php on line …
H A DDOMDocument_schemaValidate_error2.phpt20 …ment 'books': No matching global declaration available for the validation root. in %s.php on line …
/PHP-7.4/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.4/ext/intl/tests/
H A Dbreakiter_getLocale_basic2.phpt19 string(4) "root"
H A Dmsgfmt_format.phpt20 'root' => '{0,whatever} would not work!',
65 Locale is: root
/PHP-7.4/ext/pcre/tests/
H A Dbug63055.phpt5 /* the default gc root size is 10,000 */
/PHP-7.4/Zend/tests/generators/
H A Dgc_running_generator.phpt15 // Make sure gen is registered as a GC root.
/PHP-7.4/
H A D.editorconfig3 root = true
/PHP-7.4/ext/libxml/tests/
H A Dbug79191.phpt16 $dom->loadxml('<?xml version="1.0" ?><root />');
/PHP-7.4/ext/xmlreader/tests/
H A Dbug73246.phpt11 $reader->XML('<?xml version="1.0"?><root/>', "UTF\0-8");
/PHP-7.4/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()
1115 xmlNodePtr nodep = NULL, root; in PHP_FUNCTION() local
1131 root = xmlDocGetRootElement(docp); in PHP_FUNCTION()
1132 if (root != NULL) { in PHP_FUNCTION()
1744 xmlNodePtr root; in PHP_FUNCTION() local
1767 root = (xmlNodePtr) docp->children; in PHP_FUNCTION()
1768 while(root && root->type != XML_ELEMENT_NODE && root->type != XML_XINCLUDE_START) { in PHP_FUNCTION()
1769 root = root->next; in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/posix/tests/
H A Dposix_errno_variation1.phpt10 if(posix_getuid()==0) print "skip - Cannot run test as root.";

Completed in 54 milliseconds

1234567891011