Home
last modified time | relevance | path

Searched refs:user (Results 901 – 922 of 922) sorted by last modified time

1...<<31323334353637

/PHP-5.5/ext/mysqli/tests/
H A D064.phpt12 $mysql = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
H A D066.phpt13 $mysql = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
36 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dbug32405.phpt13 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
37 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dbug36420.phpt12 $mysqli = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
H A Dbug36949.phpt16 global $user, $host, $passwd, $db, $port, $socket;
17 $this->mysqli = new mysqli($host, $user, $passwd, $db, $port, $socket);
34 global $user, $host, $passwd, $db, $port, $socket;
35 $this->mysqli = new mysqli($host, $user, $passwd, $db, $port, $socket);
53 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 Dbug46614.phpt24 $MySQL_Ext = new MySQL_Ext($host, $user, $passwd, $db, $port, $socket);
H A Dbug47050.phpt15 $link1 = my_mysqli_connect($host, $user, $passwd, null, $port, $socket);
H A Dmysqli_change_user_get_lock.phpt39 …d. Locks acquired with GET_LOCK() are released. These effects occur even if the user didn't change.
41 mysqli_change_user($link, $user, $passwd, $db);
73 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
/PHP-5.5/ext/ldap/tests/
H A Dskipifbindfailure.inc8 if (!@ldap_bind($link, $user, $passwd))
/PHP-5.5/ext/ftp/tests/
H A D001.phpt14 var_dump(ftp_login($ftp, 'user', 'pass'));
H A D003.phpt14 var_dump(ftp_login($ftp, 'user', 'pass'));
H A Dftp_chmod_basic.phpt16 ftp_login($ftp, 'user', 'pass');
H A Dbug39458-2.phpt15 var_dump(ftp_login($ftp, 'user', 'pass'));
H A Dbug39458.phpt14 var_dump(ftp_login($ftp, 'user', 'pass'));
H A Dbug39583-2.phpt14 var_dump(ftp_login($ftp, 'user', 'pass'));
H A Dbug39583.phpt15 var_dump(ftp_login($ftp, 'user', 'pass'));
H A Dfilesize_large.phpt17 ftp_login($ftp, 'user', 'pass');
/PHP-5.5/Zend/tests/
H A Dns_031.phpt2 031: Namespace support for user functions (ns name)
H A Dns_032.phpt2 032: Namespace support for user functions (php name)
H A Dclass_alias_006.phpt10 Warning: First argument of class_alias() must be a name of user defined class in %s on line %d
H A Dbug54305.phpt15 Method [ <user> public method methodWithArgs ] {

Completed in 46 milliseconds

1...<<31323334353637