Home
last modified time | relevance | path

Searched refs:root (Results 201 – 225 of 274) sorted by relevance

1234567891011

/PHP-7.4/sapi/fpm/tests/
H A Dbug68391-conf-include-order.phpt32 $userMessage = "'user' directive is ignored when FPM is not running as root";
H A Dsocket-uds-numeric-ugid-nonroot.phpt35 "'user' directive is ignored when FPM is not running as root",
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_introspection.c457 xml_element* root = xml_elem_parse_buf(xml, 0, 0, err ? &err->xml_elem_error : NULL); in XMLRPC_IntrospectionCreateDescription() local
459 if(root) { in XMLRPC_IntrospectionCreateDescription()
460 xReturn = xml_element_to_method_description(root, err); in XMLRPC_IntrospectionCreateDescription()
462 xml_elem_free(root); in XMLRPC_IntrospectionCreateDescription()
/PHP-7.4/ext/standard/tests/file/
H A Dbug72035.phpt2 Bug #72035 php-cgi.exe fails to run scripts relative to drive root
H A Dfilegroup_error.phpt20 var_dump( filegroup("/no/such/file", "root") ); // args > expected
H A Dfileowner_error.phpt20 var_dump( fileowner("/no/such/file", "root") ); // args > expected
/PHP-7.4/ext/phar/tests/
H A D017.phpt32 …r error: no directory in "phar://hio", must have at least phar://hio/ for root directory (always u…
H A Dopendir.phpt39 …r: phar error: no directory in "phar://", must have at least phar:/// for root directory (always u…
/PHP-7.4/ext/posix/tests/
H A Dposix_setgid_variation4.phpt7 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
H A Dposix_seteuid_variation4.phpt7 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
H A Dposix_setuid_variation4.phpt7 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
/PHP-7.4/ext/dom/tests/
H A Dbug67081.phpt44 <!ELEMENT root (foo)+>
/PHP-7.4/ext/intl/tests/
H A Dlocale_get_script.phpt18 'root',
87 root: script=''
H A Dlocale_get_primary_language.phpt19 'root',
88 root: primary_language='%S'
H A Dlocale_get_region.phpt19 'root',
89 root: region=''
H A Dlocale_parse_locale2.phpt19 'root',
103 root:
/PHP-7.4/ext/simplexml/tests/
H A Dprofile12.phpt2 SimpleXML [profile]: Accessing namespaced root and non namespaced children
/PHP-7.4/ext/pdo/
H A Dpdo.c74 PDO_API zend_class_entry *php_pdo_get_exception_base(int root) /* {{{ */ in php_pdo_get_exception_base() argument
76 if (!root) { in php_pdo_get_exception_base()
/PHP-7.4/ext/tidy/tests/
H A D010.phpt2 Accessing root, body, html, and head nodes..
8 var_dump($a->root());
/PHP-7.4/ext/mysqli/tests/
H A Dconnect.inc3 Default values are "localhost", "root",
13 $user = getenv("MYSQL_TEST_USER") ?: "root";
/PHP-7.4/ext/xsl/tests/
H A Dbug70078.phpt11 $rootNode = $dom->appendChild($dom->createElement('root'));
29 <xsl:template match="root">
/PHP-7.4/ext/imap/tests/
H A DREADME.md46 user = root
/PHP-7.4/ext/pdo_mysql/tests/
H A Dconfig.inc14 $config['ENV']['PDOTEST_USER'] = 'root';
/PHP-7.4/ext/oci8/tests/
H A Dpassword_new.phpt22 // This test in Oracle 12c needs a non-CDB or the root container
H A Dpassword_old.phpt22 // This test in Oracle 12c needs a non-CDB or the root container

Completed in 44 milliseconds

1234567891011