Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-8.0/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 */
H A Dbug69989_3.phpt32 // Yield from root
/PHP-8.0/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 Dchroot_001.phpt7 die("skip for root only");
/PHP-8.0/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-8.0/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.0/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.0/ext/bcmath/tests/
H A Dbcsqrt_error1.phpt2 bcsqrt — Get the square root of an arbitrary precision number
/PHP-8.0/ext/xsl/tests/
H A Dbug49634.phpt12 <root>
14 </root>
26 <xsl:value-of select="ext:function('testFunction', document('$cDIR/bug49634.xml')/root)"/>
/PHP-8.0/ext/intl/tests/
H A Dbreakiter_getLocale_basic2.phpt18 string(4) "root"
H A Dmsgfmt_format.phpt20 'root' => '{0,whatever} would not work!',
65 Locale is: root
/PHP-8.0/ext/pcre/tests/
H A Dbug63055.phpt5 /* the default gc root size is 10,000 */
/PHP-8.0/Zend/tests/generators/
H A Dgc_running_generator.phpt15 // Make sure gen is registered as a GC root.
/PHP-8.0/ext/dom/
H A Ddocument.c95 xmlNode *root; in dom_document_document_element_read() local
102 root = xmlDocGetRootElement(docp); in dom_document_document_element_read()
103 if (!root) { in dom_document_document_element_read()
917 xmlNodePtr nodep = NULL, root; in PHP_METHOD() local
933 root = xmlDocGetRootElement(docp); in PHP_METHOD()
934 if (root != NULL) { in PHP_METHOD()
1535 xmlNodePtr root; in PHP_METHOD() local
1560 root = (xmlNodePtr) docp->children; in PHP_METHOD()
1561 while(root && root->type != XML_ELEMENT_NODE && root->type != XML_XINCLUDE_START) { in PHP_METHOD()
1562 root = root->next; in PHP_METHOD()
[all …]
/PHP-8.0/ext/libxml/tests/
H A Dbug79191.phpt16 $dom->loadxml('<?xml version="1.0" ?><root />');
/PHP-8.0/
H A D.editorconfig3 root = true
/PHP-8.0/ext/xmlreader/tests/
H A Dbug73246.phpt11 $reader->XML('<?xml version="1.0"?><root/>', "UTF\0-8");
/PHP-8.0/ext/posix/tests/
H A Dposix_errno_variation1.phpt10 if(posix_getuid()==0) print "skip - Cannot run test as root.";

Completed in 137 milliseconds

12345678910>>...12