Home
last modified time | relevance | path

Searched refs:user (Results 51 – 75 of 816) sorted by relevance

12345678910>>...33

/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_options_init_command.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);
39 if (!my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))
40 …printf("[005] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
41 $host, $user, $db, $port, $socket);
64 if (!my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))
65 …printf("[010] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
66 $host, $user, $db, $port, $socket);
H A Dmysqli_report_wo_ps.phpt9 if (!$link = @my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
10 …die(sprintf("SKIP Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port…
11 $host, $user, $db, $port, $socket));
37 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
38 …printf("Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socke…
39 $host, $user, $db, $port, $socket);
86 $host, $user . 'unknown_really', $db, $port, $socket);
99 $host, $user . 'unknown_really', $db, $port, $socket);
112 Warning: mysqli_change_user(): (%d/%d): Access denied for user '%s'@'%s' (using password: %s) in %s…
117 [011] Access denied for user '%s'@'%s' (using password: YES)
[all …]
H A Dmysqli_pconnect.phpt14 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
15 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
16 $host, $user, $db, $port, $socket);
23 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
39 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
55 … if (!$connections[$index] = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_connect.phpt16 /* we need to check, if the server allows anonymous login (empty user) */
52 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket))
53 …printf("[008] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
54 $host, $user, $db, $port, $socket);
58 …if ($link = mysqli_connect($host, $user . 'unknown_really', $passwd . 'non_empty', $db, $port, $so…
60 $host, $user . 'unknown_really', $db, $port, $socket);
65 // Run the following tests without an anoynmous MySQL user and use a password for the test user!
67 if (!is_object($link = mysqli_connect($host, $user, $passwd, $db, $port))) {
78 if (!is_object($link = mysqli_connect($host, $user, $passwd, $db))) {
89 if (!is_object($link = mysqli_connect($host, $user))) {
[all …]
H A Dclean_table.inc4 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
5 …printf("[clean] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%…
6 $host, $user, $db, $port, $socket);
H A Dconnect.inc14 $user = getenv("MYSQL_TEST_USER") ?: "root";
40 … function my_mysqli_connect($host, $user, $passwd, $db, $port, $socket, $enable_env_flags = true) {
44 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, $flags))
47 $link = mysqli_connect($host, $user, $passwd, $db, $port, $socket);
58 …function my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, $flags = 0, $en…
63 return mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, $flags);
67 …public function __construct($host, $user, $passwd, $db, $port, $socket, $enable_env_flags = true) {
79 $this->real_connect($host, $user, $passwd, $db, $port, $socket, $flags);
81 parent::__construct($host, $user, $passwd, $db, $port, $socket);
H A Dmysqli_stmt_datatype_change.phpt12 if (!$c1 = 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);
17 if (!$c2 = 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);
60 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_get_proto_info.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_get_server_info.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 Dbug36949.phpt17 global $user, $host, $passwd, $db, $port, $socket;
18 $this->mysqli = new mysqli($host, $user, $passwd, $db, $port, $socket);
35 global $user, $host, $passwd, $db, $port, $socket;
36 $this->mysqli = new mysqli($host, $user, $passwd, $db, $port, $socket);
54 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
/PHP-8.2/ext/session/tests/user_session_module/
H A Dbug60860.phpt2 Bug #60860 (session.save_handler=user without defined function core dumps)
6 session.save_handler=user
16 Fatal error: PHP Startup: Session save handler "user" cannot be set by ini_set() in Unknown on line…
/PHP-8.2/ext/ldap/tests/
H A Dldap_exop.phpt13 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
16 function build_reqdata_passwd($user, $oldpw, $newpw)
20 if (!empty($user)) {
21 $hex .= '80'.sprintf("%'.02x", strlen($user)).bin2hex($user);
66 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
81 string(%d) "dn:cn=user%s"
83 string(%d) "dn:cn=user%s"
H A Dconnect.inc12 $user = getenv("LDAP_TEST_USER") ?: "cn=Manager,$base";
19 function ldap_connect_and_bind($uri, $user, $passwd, $protocol_version) {
22 ldap_bind($link, $user, $passwd);
26 function test_bind($uri, $user, $passwd, $protocol_version) {
29 return ldap_bind($link, $user, $passwd);
59 "description" => "user A",
66 "description" => "user B",
/PHP-8.2/ext/session/
H A Dmod_user.c22 PS_MOD_UPDATE_TIMESTAMP(user)
82 PS_OPEN_FUNC(user) in PS_OPEN_FUNC() argument
110 PS_CLOSE_FUNC(user) in PS_CLOSE_FUNC() argument
143 PS_READ_FUNC(user) in PS_READ_FUNC() argument
166 PS_WRITE_FUNC(user) in PS_WRITE_FUNC() argument
184 PS_DESTROY_FUNC(user) in PS_DESTROY_FUNC() argument
201 PS_GC_FUNC(user) in PS_GC_FUNC() argument
224 PS_CREATE_SID_FUNC(user) in PS_CREATE_SID_FUNC() argument
255 PS_VALIDATE_SID_FUNC(user) in PS_VALIDATE_SID_FUNC() argument
276 PS_UPDATE_TIMESTAMP_FUNC(user) in PS_UPDATE_TIMESTAMP_FUNC() argument
/PHP-8.2/ext/pdo/tests/
H A Dbug_61292.phpt22 $user = getenv('PDOTEST_USER');
25 if ($user === false) $user = NULL;
29 parent::__construct($dsn, $user, $pass, $options);
/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt49 $user = 'dontcreatesuchauser';
59 $user = PDO_MYSQL_TEST_USER;
62 $db = new PDO($dsn, $user, $pass);
138 $db = @new PDO($dsn, $user, $pass);
182 $db = new PDO($dsn, $user, $pass);
203 $db = new PDO($dsn, $user, $pass);
211 $db = @new PDO($dsn, $user, $pass);
222 $db = @new PDO($dsn, $user, $pass);
242 $db = new PDO($dsn, $user, $pass);
254 $db = new PDO($dsn, $user, $pass);
[all …]
H A Dpdo_mysql___construct_options.phpt16 $user = PDO_MYSQL_TEST_USER;
20 $db = new PDO($dsn, $user, $pass, [$option => $value]);
35 $user = PDO_MYSQL_TEST_USER;
70 if (NULL !== ($db = @new PDO($dsn, $user, $pass, 'wrong type')))
75 if (!is_object($db = new PDO($dsn, $user, $pass, array())))
79 if (is_object($db = new PDO($dsn, $user, $pass, array($invalid => true))))
82 $db = new PDO($dsn, $user, $pass);
93 $db = new PDO($dsn, $user, $pass, array(PDO::ATTR_AUTOCOMMIT => true));
97 $db = new PDO($dsn, $user, $pass, array(PDO::ATTR_AUTOCOMMIT => false));
112 $db = new PDO($dsn, $user, $pass, array(PDO::ATTR_EMULATE_PREPARES => true));
[all …]
/PHP-8.2/ext/xsl/tests/
H A Dxsltprocessor_transformToXML.phpt11 <user>
13 </user>
14 <user>
16 </user>
29 <xsl:for-each select="user">
/PHP-8.2/ext/pdo_sqlite/tests/
H A Dbug78192.phpt9 $connection->query('CREATE TABLE user (id INTEGER PRIMARY KEY NOT NULL, name VARCHAR(255) NOT NULL)…
11 $stmt = $connection->prepare('INSERT INTO user (id, name) VALUES(:id, :name)');
17 $stmt = $connection->prepare('SELECT * FROM user WHERE id = :id');
21 $connection->query('ALTER TABLE user ADD new_col VARCHAR(255)');
/PHP-8.2/ext/pgsql/tests/
H A DREADME.md9 For instance, if your login name is `testuser`, you should have PostgreSQL user
10 account named `testuser` and grant that user access to the database `test`.
14 as the same user running the tests you ensure that the user is granted access to
/PHP-8.2/ext/opcache/tests/jit/
H A Dignored_opcodes.phpt27 <!-- opcode: 'ZEND_BEGIN_SILENCE' in user handler -->
28 <!-- opcode: 'ZEND_END_SILENCE' in user handler -->
29 <!-- opcode: 'ZEND_EXIT' in user handler -->
/PHP-8.2/ext/session/tests/
H A Dbug73100.phpt12 session_module_name("user");
16 session_module_name("user");
27 session_module_name(): Argument #1 ($module) cannot be "user"
/PHP-8.2/ext/date/tests/
H A DDateTime_extends_basic3.phpt2 Test DateTime class inheritance : with user space format() method
8 echo "*** Testing new DateTime() : with user format() method ***\n";
23 *** Testing new DateTime() : with user format() method ***
/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_auth.h22 const char * const user,
45 const char * const user,
69 const char * const user,
85 const char * const user,
/PHP-8.2/sapi/fpm/tests/
H A Dbug68591-conf-test-user.phpt2 FPM: bug68591 - config test user existence
17 user = aaaaaa
31 ERROR: [pool unconfined] cannot get uid for user 'aaaaaa'

Completed in 28 milliseconds

12345678910>>...33