Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.5/ext/dom/tests/
H A DDOMDocument_schemaValidate_error2.phpt20 …ment 'books': No matching global declaration available for the validation root. in %s.php on line …
H A DDOMDocument_savexml_basic.phpt27 $root = $dom->documentElement;
H A DDOMDocument_schemaValidateSource_error2.phpt22 …ment 'books': No matching global declaration available for the validation root. in %s.php on line …
/PHP-5.5/ext/standard/tests/file/
H A Dlchown_error.phpt7 // Skip if being run by root
13 die('skip cannot be run as root');
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dcommon.phpt21 $config['ENV']['PDOTEST_DSN'] = 'pgsql:host=localhost port=5432 dbname=test user=root password=';
/PHP-5.5/ext/posix/tests/
H A Dposix_access_safemode.phpt12 die('SKIP Cannot run test as root.');
H A Dposix_errno_variation1.phpt10 if(posix_getuid()==0) print "skip - Cannot run test as root.";
H A Dposix_seteuid_variation5.phpt6 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
H A Dposix_setgid_variation5.phpt6 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
H A Dposix_setuid_variation5.phpt6 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
H A Dposix_seteuid_variation2.phpt6 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
H A Dposix_setgid_variation2.phpt6 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
H A Dposix_setgid_variation4.phpt6 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
H A Dposix_setuid_variation2.phpt6 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug36908.phpt27 xmlns:ns3="http://soap.dev/soap/types" id="id0" soapenc:root="0"
34 soapenc:root="0"
/PHP-5.5/ext/dom/
H A Ddocument.c296 xmlNode *root; in dom_document_document_element_read() local
308 root = xmlDocGetRootElement(docp); in dom_document_document_element_read()
309 if (!root) { in dom_document_document_element_read()
1296 xmlNodePtr nodep = NULL, root; in PHP_FUNCTION() local
1310 root = xmlDocGetRootElement(docp); in PHP_FUNCTION()
1311 if (root != NULL) { in PHP_FUNCTION()
1912 xmlNodePtr root; in PHP_FUNCTION() local
1929 root = (xmlNodePtr) docp->children; in PHP_FUNCTION()
1930 while(root && root->type != XML_ELEMENT_NODE && root->type != XML_XINCLUDE_START) { in PHP_FUNCTION()
1931 root = root->next; in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_15_open_error.phpt10 die('SKIP Cannot run test as root.');
/PHP-5.5/ext/pdo_mysql/tests/
H A Dcommon.phpt24 $config['ENV']['PDOTEST_USER'] = 'root';
/PHP-5.5/ext/filter/tests/
H A D041.phpt9 abc=dir; def=true; abc=root; xyz="foo bar";
/PHP-5.5/ext/mysql/tests/
H A Dconnect.inc59 Default values are "localhost", "root", database "test" and empty password.
65 $user = getenv("MYSQL_TEST_USER") ? getenv("MYSQL_TEST_USER") : "root";
/PHP-5.5/ext/sockets/tests/
H A Dsocket_create_listen-nobind.phpt13 die('SKIP Test cannot be run as root.');
/PHP-5.5/ext/spl/tests/
H A DDirectoryIterator_getGroup_basic.phpt5 if (posix_geteuid() == 0) die('SKIP Cannot run test as root.');
H A DDirectoryIterator_getOwner_basic.phpt5 if (posix_geteuid() == 0) die('SKIP Cannot run test as root.');
/PHP-5.5/ext/tidy/examples/
H A Ddumpit5.php21 $tree = $tidy->root();
/PHP-5.5/ext/phar/tests/
H A D018U.phpt2 Phar: opendir test, root directory

Completed in 52 milliseconds

12345678910>>...12