Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-7.0/ext/simplexml/tests/
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>
H A D024.phpt10 <root>
14 </root>
/PHP-7.0/ext/xmlrpc/libxmlrpc/
H A Dxml_to_xmlrpc.c192 xml_element* root = NULL; in XMLRPC_to_xml_element_worker() local
311 root = value; in XMLRPC_to_xml_element_worker()
319 root = param; in XMLRPC_to_xml_element_worker()
338 root = member; in XMLRPC_to_xml_element_worker()
347 root = value; in XMLRPC_to_xml_element_worker()
351 root = elem_val; in XMLRPC_to_xml_element_worker()
360 root = value; in XMLRPC_to_xml_element_worker()
364 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.0/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
H A Dresourcebundle_locales.phpt23 root
/PHP-7.0/ext/intl/tests/_files/
H A Dres_index.txt4 root {""}
H A Dresourcebundle.txt1 root {
/PHP-7.0/ext/dom/tests/
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
/PHP-7.0/ext/xml/tests/
H A Dxml004.phpt43 <root id="elem1">
52 </root>
/PHP-7.0/ext/soap/interop/
H A Dconfig.php.dist3 $interopConfig['DSN'] = 'mysql://root@localhost/soapinterop';
/PHP-7.0/ext/posix/tests/
H A Dposix_mkfifo_safemode.phpt6 The first attempt (writing to /tmp) should effectively fail because /tmp is owned by root.
18 die('SKIP Cannot run test as root.');
/PHP-7.0/ext/standard/tests/file/
H A D006_basic.phpt8 // Skip if being run by root
14 die('skip cannot be run as root');
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_variation11-win32.phpt60 fwrite($h, "file in root");
89 file in root
92 file in root
126 file in root
H A Dfopen_variation10-win32.phpt61 fwrite($h, "file in root");
91 file in root
94 file in root
128 file in root
/PHP-7.0/ext/xsl/tests/
H A Dxslt011.phpt35 $dom->loadXML("<root>this is from an external DomDocument</root>");
H A Dbug49634.phpt12 <root>
14 </root>
26 <xsl:value-of select="ext:function('testFunction', document('$cDIR/bug49634.xml')/root)"/>
/PHP-7.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-7.0/ext/odbc/tests/
H A Dconfig.inc14 $user = 'root';
/PHP-7.0/Zend/tests/
H A Dgc_015.phpt2 GC 015: Object as root of cycle

Completed in 87 milliseconds

12345678910>>...13