Home
last modified time | relevance | path

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

12345678910>>...37

/PHP-5.5/ext/oci8/tests/
H A Dconnect_scope_try5.phpt20 $c1 = oci_new_connect($user,$password,$dbase);
22 $c1 = oci_new_connect($user,$password);
37 $c = oci_pconnect($user,$password,$dbase);
39 $c = oci_pconnect($user,$password);
H A Dconnect_scope_try6.phpt20 $c1 = oci_new_connect($user,$password,$dbase);
22 $c1 = oci_new_connect($user,$password);
37 $c = oci_pconnect($user,$password,$dbase);
39 $c = oci_pconnect($user,$password);
H A Dtestping.phpt14 $c = oci_pconnect($user,$password,$dbase);
17 $c = oci_pconnect($user,$password);
H A Ddrcp_characterset.phpt12 $c1 = oci_connect($user,$password,$dbase,"UTF8");
17 $p1 = oci_pconnect($user,$password,$dbase,"UTF8");
22 $c2 = oci_connect($user,$password,$dbase,"US7ASCII");
27 $p2 = oci_pconnect($user,$password,$dbase,"US7ASCII");
H A Derror_parse.phpt18 $c1 = oci_connect($user,$password,$dbase);
21 $c1 = oci_connect($user,$password);
34 $c2 = oci_new_connect($user,$password,$dbase);
37 $c2 = oci_new_connect($user,$password);
50 $c3 = oci_pconnect($user,$password,$dbase);
53 $c3 = oci_pconnect($user,$password);
H A Dserverversion.phpt11 var_dump($c = oci_connect($user, $password, $dbase));
14 var_dump($c = oci_connect($user, $password));
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_execute_stored_proc_out.phpt8 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
24 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
25 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
26 $host, $user, $db, $port, $socket);
69 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dbug45289.phpt15 if (!($link->real_connect($host, $user, $passwd, $db, $port, $socket)))
16 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
17 $host, $user, $db, $port, $socket);
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_bind_param_call_user_func.phpt63 print "Call user func, procedural, using references for everything\n";
91 print "Call user func, object oriented, using references for everything\n";
119 …print "Call user func, object oriented, using variable for types. using references for bound param…
175 print "Call user func, procedural, using references for everything but using variable for types\n";
339 Call user func, procedural, using references for everything
342 Call user func, object oriented, using references for everything
345 Call user func, object oriented, using variable for types. using references for bound parameter
348 Call user func, object oriented, using constant for types. using references for bound parameter
351 Call user func, procedural, using references for everything but using variable for types
354 Call user func, procedural, using references for bound parameter, using variables for resource and …
[all …]
H A Dbug66043.phpt15 $db = new mysqli($host, $user, $passwd, 'mysql');
18 $stmt->prepare("SELECT User FROM user WHERE password=\"\"");
H A Dmysqli_close.phpt22 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
23 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
24 $host, $user, $db, $port, $socket);
H A Dmysqli_dump_debug_info_oo.phpt16 if (!$mysqli = new mysqli($host, $user, $passwd, $db, $port, $socket))
17 …annot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socket=%s\n", …
H A Dmysqli_disable_reads_from_master.phpt26 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
27 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
28 $host, $user, $db, $port, $socket);
H A Dmysqli_enable_reads_from_master.phpt26 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
27 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
28 $host, $user, $db, $port, $socket);
H A Dmysqli_dump_debug_info.phpt22 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
23 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
24 $host, $user, $db, $port, $socket);
H A Dmysqli_insert_id_variation.phpt12 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
13 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
14 $host, $user, $db, $port, $socket);
63 $link->change_user ($user, $passwd, $db);
94 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
/PHP-5.5/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=root password=';
/PHP-5.5/ext/mysql/tests/
H A Dmysql_pconn_max_links.phpt14 // we need a second DB user to test for a possible flaw in the ext/mysql[i] code
15 if (!$link = mysql_connect($host, $user, $passwd, true))
44 printf("skip Cannot create second DB user [%d] %s", mysql_errno($link), mysql_error($link));
51 …printf("skip Cannot GRANT SELECT to second DB user [%d] %s", mysql_errno($link), mysql_error($link…
74 if (!$plink = mysql_pconnect($host, $user, $passwd))
75 printf("[001] Cannot connect using the second DB user created during SKIPIF, [%d] %s\n",
91 printf("[004] Cannot run query on persistent connection of second DB user, [%d] %s\n",
100 // change the password for the second DB user and kill the persistent connection
158 printf("[016] Cannot run query on persistent connection of second DB user, [%d] %s\n",
176 if (!$link = my_mysql_connect($host, $user, $passwd, $db, $port, $socket)) {
[all …]
H A Dbug53649.phpt8 if (!$link = my_mysql_connect($host, $user, $passwd, $db, $port, $socket)) {
27 if (!$link = my_mysql_connect($host, $user, $passwd, $db, $port, $socket)) {
57 if (!$link = my_mysql_connect($host, $user, $passwd, $db, $port, $socket)) {
58 …printf("[clean] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%…
59 $host, $user, $db, $port, $socket);
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_init_command.phpt17 $user = PDO_MYSQL_TEST_USER;
21 $db = new PDO($dsn, $user, $pass);
26 $db = new PDO($dsn, $user, $pass, array(PDO::MYSQL_ATTR_INIT_COMMAND => $create));
/PHP-5.5/ext/xsl/tests/
H A Dxsltprocessor_transformToDoc.phpt11 <user>
13 </user>
26 <xsl:for-each select="user">
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_export_basic2.phpt16 Class [ <user> class c ] {
37 Class [ <user> class d extends c ] {
/PHP-5.5/ext/pdo/tests/
H A Dbug_39656.phpt22 $db->exec("INSERT INTO test (id, usr) VALUES (1, 'user')");
45 string(4) "user"
47 string(4) "user"
/PHP-5.5/ext/phar/tests/
H A Dfront.phar.phpt20 <user>squirrel</user>

Completed in 22 milliseconds

12345678910>>...37