Home
last modified time | relevance | path

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

12345678910>>...34

/php-src/ext/mysqli/tests/
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_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 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 Dmysqli_thread_id.phpt12 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
13 …printf("Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socke…
14 $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 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_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 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";
334 Call user func, procedural, using references for everything
337 Call user func, object oriented, using references for everything
340 Call user func, object oriented, using variable for types. using references for bound parameter
343 Call user func, object oriented, using constant for types. using references for bound parameter
346 Call user func, procedural, using references for everything but using variable for types
349 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);
/php-src/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_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_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_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_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);
H A Dldap_get_entries_variation.phpt14 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
28 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
/php-src/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-src/Zend/tests/
H A Dgh11735_2.phpt2 GH-11735: Use-after-free when unregistering user stream wrapper from user stream wrapper
/php-src/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-src/ext/reflection/tests/
H A DReflectionClass_export_basic1.phpt24 Class [ <user> class C extends A ] {
40 Method [ <user, inherits A> public method privf ] {
48 Method [ <user, inherits A> public method pubf ] {
/php-src/ext/posix/tests/
H A Dposix_getpwnam_basic_01.phpt11 $user = posix_getpwuid($uid);
12 $username = $user['name'];
/php-src/ext/odbc/tests/
H A Dodbc_cursor_001.phpt11 $conn = odbc_connect($dsn, $user, $pass);
25 $conn = odbc_connect($dsn, $user, $pass);
/php-src/ext/ftp/tests/
H A Ddead-resource.phpt12 var_dump(ftp_login($ftp, 'user', 'pass'));
16 var_dump(ftp_login($ftp, 'user', 'pass'));
/php-src/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-src/ext/opcache/tests/jit/
H A Dignored_opcodes.phpt28 <!-- opcode: 'ZEND_BEGIN_SILENCE' in user handler -->
29 <!-- opcode: 'ZEND_END_SILENCE' in user handler -->
/php-src/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");

Completed in 30 milliseconds

12345678910>>...34