Home
last modified time | relevance | path

Searched refs:user (Results 376 – 400 of 834) sorted by relevance

1...<<11121314151617181920>>...34

/php-src/ext/ldap/tests/
H A Dldap_mod_add_error.phpt14 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
47 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
H A Dldap_search_variation3.phpt17 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
36 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
H A Dldap_unbind_basic.phpt14 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
H A Dldap_bind_variation.phpt16 var_dump(ldap_bind($link, $user, $passwd));
/php-src/ext/mysqli/tests/
H A D042.phpt14 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
55 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dbug32405.phpt14 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
38 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dgh11550.phpt13 $link = new \mysqli($host, $user, $passwd, $db, $port, $socket);
42 $link = new \mysqli($host, $user, $passwd, $db, $port, $socket);
H A Dbug52891.phpt13 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
100 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
101 …printf("[clean] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%…
102 $host, $user, $db, $port, $socket);
H A Dmysqli_stmt_get_result_bit.phpt8 if (!$link = @my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
36 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
37 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
38 $host, $user, $db, $port, $socket);
H A Dmysqli_result_references.phpt44 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
45 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
46 $host, $user, $db, $port, $socket);
H A Dbug_mysql_49406.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);
H A Dgh7746.phpt12 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
/php-src/.github/actions/setup-x64/
H A Daction.yml10 …"create login pdo_test with password='password', check_policy=off; create user pdo_test for login …
11 …create login odbc_test with password='password', check_policy=off; create user odbc_test for login…
/php-src/ext/reflection/tests/
H A DReflectionClass_toString_006.phpt14 Class [ <user> class Foo ] {
H A D010.phpt17 Method [ <user, overwrites Foo, prototype Foo> public method func ] {
H A DReflectionClass_export_array_bug72222.phpt12 Class [ <user> class A ] {
H A DReflectionObject___toString_basic1.phpt15 Object of class [ <user> class Foo ] {
/php-src/Zend/tests/
H A Dns_031.phpt2 031: Namespace support for user functions (ns name)
H A Dthrowable_003.phpt2 Test user code implementing Throwable results in fatal error
/php-src/ext/odbc/tests/
H A Dodbc_setoption_001.phpt12 $conn = odbc_connect($dsn, $user, $pass);
/php-src/ext/standard/tests/file/
H A Dchown.phpt2 chown() with NULL as user name
/php-src/ext/standard/tests/streams/
H A Dbug74951.phpt2 Bug#74951 Null pointer dereference in user streams
/php-src/tests/output/
H A Dstream_isatty_non_castable_userwrapper.phpt2 Non castable user-space streams (stream_cast())
/php-src/ext/filter/tests/
H A Dbug77423.phpt2 Bug #77423 (parse_url() will deliver a wrong host to user)
/php-src/ext/ftp/tests/
H A Dftp_pasv.phpt13 ftp_login($ftp, 'user', 'pass');

Completed in 46 milliseconds

1...<<11121314151617181920>>...34