Home
last modified time | relevance | path

Searched refs:user (Results 151 – 175 of 816) sorted by relevance

12345678910>>...33

/PHP-8.2/ext/mysqli/tests/
H A DREADME.md18 # Database user
22 # Database user password
39 The MySQL user used to run the tests must have full permissions on the test database.
H A Dtable.inc4 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
5 …printf("Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socke…
6 $host, $user, $db, $port, $socket);
H A Dmysqli_stmt_init.phpt17 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
18 …printf("Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socke…
19 $host, $user, $db, $port, $socket);
H A Dbug73462.phpt14 $mysql_1 = new mysqli('p:'.$host, $user, $passwd, $db, $port);
21 $mysql_2 = @new mysqli(' !!! invalid !!! ', $user, $passwd, $db, $port);
29 $mysql_3 = new mysqli('p:'.$host, $user, $passwd, $db, $port);
H A Dbug74779.phpt14 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
15 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
16 $host, $user, $db, $port, $socket);
H A Dmysqli_local_infile_directory_access_allowed.phpt9 if (!$link = @my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
27 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
69 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
70 …printf("[clean] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%…
71 $host, $user, $db, $port, $socket);
H A Dmysqli_stmt_execute_stored_proc_out.phpt8 if (!$link = @my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
19 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
20 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
21 $host, $user, $db, $port, $socket);
68 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dbug68077.phpt8 if (!$link = @my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
28 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
66 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
67 …printf("[clean] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%…
68 $host, $user, $db, $port, $socket);
H A Dmysqli_stmt_bind_param_call_user_func.phpt59 print "Call user func, procedural, using references for everything\n";
87 print "Call user func, object oriented, using references for everything\n";
115 …print "Call user func, object oriented, using variable for types. using references for bound param…
171 …print "Call user func, procedural, using references for everything but using variable for types\n";
335 Call user func, procedural, using references for everything
338 Call user func, object oriented, using references for everything
341 Call user func, object oriented, using variable for types. using references for bound parameter
344 Call user func, object oriented, using constant for types. using references for bound parameter
347 Call user func, procedural, using references for everything but using variable for types
350 Call user func, procedural, using references for bound parameter, using variables for resource and …
[all …]
H A Dmysqli_savepoint.phpt8 if (!$link = @my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
18 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
19 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
20 $host, $user, $db, $port, $socket);
H A Dmysqli_errno_oo.phpt20 if (!$mysqli = new mysqli($host, $user, $passwd, $db, $port, $socket))
21 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
22 $host, $user, $db, $port, $socket);
/PHP-8.2/ext/ldap/tests/
H A Dldap_exop_whoami.phpt13 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
24 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
H A Dldap_search_basic.phpt17 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
29 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
90 string(6) "user A"
142 string(6) "user B"
H A Dldap_count_entries_basic.phpt14 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
23 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
H A Dldap_free_result_basic.phpt14 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
23 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
H A Dldap_get_dn_basic.phpt14 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
26 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
/PHP-8.2/ext/pdo_pgsql/tests/
H A Dconfig.inc3 # user set them from their shell
9 …$config['ENV']['PDOTEST_DSN'] = 'pgsql:host=localhost port=5432 dbname=test user=postgres password…
/PHP-8.2/Zend/tests/
H A Dgh11735_2.phpt2 GH-11735: Use-after-free when unregistering user stream wrapper from user stream wrapper
/PHP-8.2/ext/mysqli/tests/test_setup/
H A Dtest_helpers.inc18 static $user = null;
19 if ($user === null) {
20 $user = getenv('MYSQL_TEST_USER') ?: 'root';
22 return $user;
73 string $user,
89 mysqli_real_connect($link, $host, $user, $password, $db, $port, $socket, $flags);
94 $link = @mysqli_connect($host, $user, $password, $db, $port, $socket);
/PHP-8.2/ext/posix/tests/
H A Dposix_getpwnam_basic_01.phpt11 $user = posix_getpwuid($uid);
12 $username = $user['name'];
/PHP-8.2/ext/pdo/tests/
H A Dpdo_dsn_containing_credentials.phpt27 putenv("PDOTEST_DSN=$orgDsn;user=$orgUser;password=$orgPass");
35 // test b/c - credentials in DSN are ignored when user/pass passed as separate params
36 putenv("PDOTEST_DSN=$orgDsn;user=incorrect;password=ignored");
H A Dbug_39656.phpt22 $db->exec("INSERT INTO test39656 (id, usr) VALUES (1, 'user')");
50 string(4) "user"
52 string(4) "user"
/PHP-8.2/ext/odbc/tests/
H A Dodbc_cursor_001.phpt11 $conn = odbc_connect($dsn, $user, $pass);
25 $conn = odbc_connect($dsn, $user, $pass);
/PHP-8.2/ext/pdo_mysql/tests/
H A Dbug77289.phpt15 $user = PDO_MYSQL_TEST_USER;
17 $pdo = new PDO($dsn, $user, $pass, [PDO::ATTR_PERSISTENT => true]);
/PHP-8.2/ext/ftp/tests/
H A Ddead-resource.phpt12 var_dump(ftp_login($ftp, 'user', 'pass'));
16 var_dump(ftp_login($ftp, 'user', 'pass'));

Completed in 44 milliseconds

12345678910>>...33