Home
last modified time | relevance | path

Searched refs:root (Results 226 – 250 of 274) sorted by relevance

1234567891011

/PHP-7.4/sapi/fpm/tests/
H A Dsocket-uds-acl.phpt28 // Select 3 users and 2 groups known by system (avoid root)
H A Dtester.inc149 // clean all the root files
279 * Skip if not running as root.
284 die('skip not running as root');
289 * Skip if running as root.
294 die('skip running as root');
370 $cmd[] = '--allow-to-run-as-root';
/PHP-7.4/ext/intl/tests/
H A Dlocale_get_keywords2.phpt24 'root',
104 root: No keywords found.
H A Dlocale_get_display_script4.phpt22 'root',
101 locale='root'
H A Dlocale_get_display_region3.phpt22 'root',
101 locale='root'
H A Dlocale_get_display_script3.phpt22 'root',
101 locale='root'
H A Dlocale_get_display_variant2.phpt21 'root',
100 locale='root'
H A Dlocale_get_display_region2.phpt22 'root',
101 locale='root'
H A Dlocale_get_display_language.phpt22 'root',
102 locale='root'
H A Dlocale_get_display_language2.phpt22 'root',
102 locale='root'
H A Dlocale_get_display_name4.phpt34 'root',
169 locale='root'
H A Dlocale_get_display_name5.phpt34 'root',
169 locale='root'
H A Dlocale_get_display_name6.phpt34 'root',
169 locale='root'
/PHP-7.4/ext/simplexml/tests/
H A D025.phpt40 <root/>
H A Dfeature55218.phpt2 Bug #55218 getDocNamespaces from current element and not root
/PHP-7.4/ext/ldap/tests/
H A Dconnect.inc32 // Create root if not there
H A DREADME.md134 LDAP_TEST_BASE (default: dc=my-domain,dc=com) Base to use. May be the ldap root or a s…
/PHP-7.4/ext/oci8/tests/
H A Ddrcp_cclass1.phpt14 // This test in Oracle 12c needs a non-CDB or the root container
H A Ddrcp_privileged.phpt21 // This test in Oracle 12c needs a non-CDB or the root container
/PHP-7.4/ext/standard/tests/file/
H A Dunlink_variation10.phpt49 //cannot test hard links unless you are root.
/PHP-7.4/ext/phar/tests/
H A Dfopen_edgecases.phpt82 …m: phar error: no directory in "phar://", must have at least phar:/// for root directory (always u…
102 Warning: unlink(): phar error: no directory in "phar://", must have at least phar:/// for root dire…
H A D027.phpt89 …r: phar error: no directory in "phar://", must have at least phar:/// for root directory (always u…
/PHP-7.4/ext/dom/
H A Dnode.c1399 xmlNodePtr root = node; in PHP_FUNCTION() local
1401 while (root->parent != NULL) { in PHP_FUNCTION()
1402 root = root->parent; in PHP_FUNCTION()
1404 node->ns = xmlNewNs(root, ns->href, ns->prefix); in PHP_FUNCTION()
/PHP-7.4/appveyor/
H A Dtest_task.bat23 set MYSQL_TEST_USER=root
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf.c749 const cdf_directory_t **root) in cdf_read_short_stream() argument
754 *root = NULL; in cdf_read_short_stream()
765 *root = d; in cdf_read_short_stream()
1554 const cdf_directory_t *root; in main() local
1591 if (cdf_read_short_stream(&info, &h, &sat, &dir, &sst, &root) in main()

Completed in 71 milliseconds

1234567891011