Home
last modified time | relevance | path

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

12345678910>>...34

/PHP-8.0/ext/reflection/tests/
H A DReflectionMethod_basic2.phpt55 string(%d) "Method [ <user, inherits TestClass> public method foo ] {
65 string(%d) "Method [ <user> static public method stat ] {
75 string(%d) "Method [ <user> private method priv ] {
85 string(%d) "Method [ <user> protected method prot ] {
95 string(%d) "Method [ <user, inherits TestClass> protected method prot ] {
105 string(%d) "Method [ <user> abstract public method int ] {
129 string(%d) "Method [ <user> public method __destruct ] {
/PHP-8.0/ext/oci8/tests/
H A Ddrcp_scope5.phpt24 $c = oci_new_connect($user,$password,$dbase);
29 function1($user,$password,$dbase);
32 function2($user,$password,$dbase);
36 function function1($user,$password,$dbase)
38 var_dump($c = oci_pconnect($user,$password,$dbase));
44 function function2($user,$password,$dbase)
46 var_dump($c = oci_pconnect($user,$password,$dbase));
H A Ddrcp_privileged.phpt11 if (strcasecmp($user, "system") && strcasecmp($user, "sys")) die("skip needs to be run as a DBA use…
40 var_dump(oci_connect($user,$password,$dbase,false,OCI_SYSDBA));
41 var_dump(oci_connect($user,$password,$dbase,false,OCI_SYSOPER));
42 var_dump(oci_new_connect($user,$password,$dbase,false,OCI_SYSDBA));
43 var_dump(oci_new_connect($user,$password,$dbase,false,OCI_SYSOPER));
44 var_dump(oci_pconnect($user,$password,$dbase,false,OCI_SYSDBA));
45 var_dump(oci_pconnect($user,$password,$dbase,false,OCI_SYSOPER));
H A Dconnect_scope1.phpt18 $c1 = oci_new_connect($user,$password,$dbase);
20 $c1 = oci_new_connect($user,$password);
30 global $user, $password, $dbase;
33 $c = oci_connect($user,$password,$dbase);
35 $c = oci_connect($user,$password);
H A Dconnect_scope2.phpt18 $c1 = oci_new_connect($user,$password,$dbase);
20 $c1 = oci_new_connect($user,$password);
30 global $user, $password, $dbase;
33 $c = oci_pconnect($user,$password,$dbase);
35 $c = oci_pconnect($user,$password);
H A Dconn_attr.inc9 "drop user $testuser cascade",
10 …"create user $testuser identified by $testpassword", // $testuser should be set by the file that …
12 "alter user $testuser enable editions",
24 "drop user $testuser cascade",
25 "create user $testuser identified by $testpassword",
37 , 1918 // user does not exist
69 $user = $GLOBALS['testuser'];
75 return(oci_connect($user,$password,$dbase));
79 return(oci_pconnect($user,$password,$dbase));
83 return(oci_new_connect($user,$password,$dbase));
[all …]
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_pconn_limits.phpt27 if (!$link2 = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
40 if (!$plink = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
41 …printf("[004] Cannot create persistent connection using host=%s, user=%s, passwd=***, dbname=%s, p…
42 $host, $user, $db, $port, $socket,
53 if (!$plink2 = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
54 …printf("[006] Cannot create persistent connection using host=%s, user=%s, passwd=***, dbname=%s, p…
55 $host, $user, $db, $port, $socket,
67 if (!my_mysqli_real_connect($plink3, $host, $user, $passwd, $db, $port, $socket))
68 …printf("[008] Cannot create persistent connection using host=%s, user=%s, passwd=***, dbname=%s, p…
69 $host, $user, $db, $port, $socket,
H A Dmysqli_pconn_disabled.phpt8 die("skip TODO - we need to add a user level way to check if CHANGE_USER gets called by pconnect");
19 if (!$link1 = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
21 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
22 $host, $user, $db, $port, $socket, mysqli_connect_errno(), mysqli_connect_error());
25 …printf("[002] Cannot set user variable to check if we got the same persistent connection, [%d] %s\…
28 if (!$link2 = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
30 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
31 $host, $user, $db, $port, $socket, mysqli_connect_errno(), mysqli_connect_error());
H A Dmysqli_options_init_command.phpt13 if (!($link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)))
14 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
15 $host, $user, $db, $port, $socket);
38 if (!my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))
39 …printf("[005] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
40 $host, $user, $db, $port, $socket);
63 if (!my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))
64 …printf("[010] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
65 $host, $user, $db, $port, $socket);
H A Dmysqli_pconnect.phpt13 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
14 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
15 $host, $user, $db, $port, $socket);
22 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
38 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
54 … if (!$connections[$index] = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
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 Dmysqli_connect.phpt15 /* we need to check, if the server allows anonymous login (empty user) */
51 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket))
53 $host, $user, $db, $port, $socket);
57 …if ($link = mysqli_connect($host, $user . 'unknown_really', $passwd . 'non_empty', $db, $port, $so…
59 $host, $user . 'unknown_really', $db, $port, $socket);
64 // Run the following tests without an anoynmous MySQL user and use a password for the test user!
66 if (!is_object($link = mysqli_connect($host, $user, $passwd, $db, $port))) {
77 if (!is_object($link = mysqli_connect($host, $user, $passwd, $db))) {
88 if (!is_object($link = mysqli_connect($host, $user))) {
98 ini_set('mysqli.default_user', $user);
[all …]
H A Dmysqli_stmt_datatype_change.phpt11 if (!$c1 = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
12 …printf("Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socke…
13 $host, $user, $db, $port, $socket);
16 if (!$c2 = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
17 …printf("Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socke…
18 $host, $user, $db, $port, $socket);
59 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
/PHP-8.0/ext/pdo/tests/
H A Dbug_61292.phpt21 $user = getenv('PDOTEST_USER');
24 if ($user === false) $user = NULL;
28 parent::__construct($dsn, $user, $pass, $options);
H A Dpdo_test.inc23 $user = getenv('PDOTEST_USER');
32 if ($user === false) $user = NULL;
35 $db = new $classname($dsn, $user, $pass, $attr);
38 die("Could not create PDO object (DSN=$dsn, user=$user)\n");
/PHP-8.0/ext/xsl/tests/
H A Dxsltprocessor_transformToURI.phpt11 <user>
13 </user>
14 <user>
16 </user>
28 <xsl:for-each select="user">
H A Dxsltprocessor_transformToXML.phpt11 <user>
13 </user>
14 <user>
16 </user>
29 <xsl:for-each select="user">
/PHP-8.0/ext/ldap/tests/
H A Dconnect.inc11 $user = getenv("LDAP_TEST_USER") ?: "cn=Manager,$base";
18 function ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version) {
21 ldap_bind($link, $user, $passwd);
25 function test_bind($host, $port, $user, $passwd, $protocol_version) {
28 return ldap_bind($link, $user, $passwd);
58 "description" => "user A",
65 "description" => "user B",
H A Dldap_exop.phpt12 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
15 function build_reqdata_passwd($user, $oldpw, $newpw)
19 if (!empty($user)) {
20 $hex .= '80'.sprintf("%'.02x", strlen($user)).bin2hex($user);
62 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
71 string(%d) "dn:cn=user%s"
/PHP-8.0/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);
139 $db = @new PDO($dsn, $user, $pass);
186 $db = new PDO($dsn, $user, $pass);
207 $db = new PDO($dsn, $user, $pass);
215 $db = @new PDO($dsn, $user, $pass);
226 $db = @new PDO($dsn, $user, $pass);
248 $db = new PDO($dsn, $user, $pass);
260 $db = new PDO($dsn, $user, $pass);
[all …]
/PHP-8.0/ext/pdo_sqlite/tests/
H A Dbug78192.phpt11 $connection->query('CREATE TABLE user (id INTEGER PRIMARY KEY NOT NULL, name VARCHAR(255) NOT NULL)…
13 $stmt = $connection->prepare('INSERT INTO user (id, name) VALUES(:id, :name)');
19 $stmt = $connection->prepare('SELECT * FROM user WHERE id = :id');
23 $connection->query('ALTER TABLE user ADD new_col VARCHAR(255)');
/PHP-8.0/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.0/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.0/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.0/ext/session/tests/
H A Dbug73100.phpt14 session_module_name("user");
18 session_module_name("user");
29 session_module_name(): Argument #1 ($module) cannot be "user"

Completed in 60 milliseconds

12345678910>>...34