Home
last modified time | relevance | path

Searched refs:root (Results 126 – 150 of 316) sorted by relevance

12345678910>>...13

/PHP-7.3/ext/gmp/tests/
H A Dgmp_remroot.phpt87 Warning: gmp_rootrem(): Can't take even root of negative number in %s on line %d
102 Warning: gmp_rootrem(): The root must be positive in %s on line %d
105 Warning: gmp_rootrem(): The root must be positive in %s on line %d
/PHP-7.3/ext/libxml/tests/
H A Dbug54138_2.phpt15 <root>
18 </root>
/PHP-7.3/ext/simplexml/tests/
H A D031.phpt8 <root s:att1="b" att1="a"
13 </root>
52 <root xmlns:s="urn::test" xmlns:t="urn::test-t" xmlns:v="urn::test-v" s:att1="b" att1="a" v:att11="…
56 …l</m:test2><test3 xmlns="urn::testnew">myval</test3><test4>myval</test4><test5>myval</test5></root>
H A Dbug69169.phpt10 <root a="b">
17 </root>';
H A Dbug72971_2.phpt8 $xml = new SimpleXMLElement('<root xmlns:ns="ns"><foo>bar</foo><ns:foo>ns:bar</ns:foo></root>');
H A D030.phpt8 <root s:att1="b" att1="a"
13 </root>
/PHP-7.3/ext/soap/tests/bugs/
H A Dbug38536.phpt21 <getClientInfoFromDomainResponse SOAP-ENC:root="1">
27 <xsd:address id="i2" xsi:type="ns1:ClientAddressType" SOAP-ENC:root="0">
31 <address xsi:type="xsd:string" id="i3" SOAP-ENC:root="0">Test</address>
/PHP-7.3/ext/xml/tests/
H A Dxml_closures_001.phpt36 <root id="elem1">
45 </root>
H A Dxml004.phpt43 <root id="elem1">
52 </root>
/PHP-7.3/ext/ldap/tests/
H A Dbug76248.phpt22 $b = ldap_bind($ds, "cn=root,dc=example,dc=com", "secret");
24 $s = ldap_search($ds, "dc=example,dc=com", "(cn=root)");
/PHP-7.3/ext/dom/tests/
H A Dbug54382.phpt10 <root xmlns="http://ns" xmlns:ns2="http://ns2">
12 </root>';
H A Ddom001.phpt21 echo "--------- root\n";
25 echo "--------- children of root\n";
34 // The parent of this last node is the root again
71 echo "--------- Add child to root\n";
102 --------- root
107 --------- children of root
185 --------- Add child to root
H A Dbug76738.phpt44 …$path = '//*[contains(concat(" ", normalize-space(@class), " "), "tinymce-generated-root-block")]';
76 …$path = '//*[contains(concat(" ", normalize-space(@class), " "), "tinymce-generated-root-block")]';
82 $root_div->setAttribute('class', 'tinymce-generated-root-block');
107 return $this->remove_block($content, 'tinymce-generated-root-block');
112 return $this->remove_block($content, 'tinymce-garbage-root-block');
197 …private function remove_block(string $content, string $class='tinymce-generated-root-block'): stri…
/PHP-7.3/sapi/fpm/tests/
H A Dproc-user-ignored.phpt2 FPM: Process user setting ignored when FPM is not running as root
30 "'user' directive is ignored when FPM is not running as root",
/PHP-7.3/ext/xmlrpc/libxmlrpc/
H A Dxml_to_xmlrpc.c189 xml_element* root = NULL; in XMLRPC_to_xml_element_worker() local
308 root = value; in XMLRPC_to_xml_element_worker()
316 root = param; in XMLRPC_to_xml_element_worker()
335 root = member; in XMLRPC_to_xml_element_worker()
344 root = value; in XMLRPC_to_xml_element_worker()
348 root = elem_val; in XMLRPC_to_xml_element_worker()
357 root = value; in XMLRPC_to_xml_element_worker()
361 return root; in XMLRPC_to_xml_element_worker()
H A Dxml_element.h159 void xml_elem_free(xml_element* root);
160 void xml_elem_free_non_recurse(xml_element* root);
/PHP-7.3/ext/intl/tests/
H A Dmsgfmt_parse.phpt20 'root' => '{0,whatever} would not work!',
29 'root' => "4,560 monkeys on 123 trees make 37.073 monkeys per tree",
105 Locale is: root
H A Dresourcebundle_create.phpt13 $r1 = ut_resourcebundle_create( 'root', BUNDLE );
17 // non-root one
/PHP-7.3/ext/intl/tests/_files/
H A Dres_index.txt4 root {""}
H A Dresourcebundle.txt1 root {
/PHP-7.3/Zend/
H A Dzend_gc.c189 gc_link_unused(root)
332 return root; in gc_decompress()
338 root = GC_IDX2PTR(idx); in gc_decompress()
340 return root; in gc_decompress()
348 gc_root_buffer *root; in gc_fetch_unused() local
352 root = GC_IDX2PTR(idx); in gc_fetch_unused()
408 GC_LINK_UNUSED(root); in gc_remove_from_roots()
662 gc_root_buffer *root; in gc_remove_from_buffer() local
679 root = GC_IDX2PTR(idx); in gc_remove_from_buffer()
1354 if (root) { in gc_remove_nested_data_from_buffer()
[all …]
/PHP-7.3/ext/soap/interop/
H A Dconfig.php.dist3 $interopConfig['DSN'] = 'mysql://root@localhost/soapinterop';
/PHP-7.3/ext/standard/tests/file/
H A D006_basic.phpt8 // Skip if being run by root
14 die('skip cannot be run as root');
/PHP-7.3/ext/xsl/tests/
H A Dxslt011.phpt35 $dom->loadXML("<root>this is from an external DomDocument</root>");
/PHP-7.3/ext/odbc/tests/
H A Dconfig.inc14 $user = 'root';

Completed in 28 milliseconds

12345678910>>...13