Home
last modified time | relevance | path

Searched refs:user (Results 501 – 525 of 960) sorted by relevance

1...<<21222324252627282930>>...39

/PHP-7.4/ext/ftp/tests/
H A Dbug37799.phpt17 var_dump(ftp_login($ftp, 'user', 'pass'));
H A Dbug39458.phpt14 var_dump(ftp_login($ftp, 'user', 'pass'));
H A Dbug39458-2.phpt15 var_dump(ftp_login($ftp, 'user', 'pass'));
/PHP-7.4/ext/zlib/tests/
H A Dbug65391.phpt2 Bug #65391 (Unable to send vary header user-agent when ob_start('ob_gzhandler') is called)
/PHP-7.4/ext/standard/tests/mail/
H A Dbug69115.phpt12 mail('user@example.com', 'My Subject', $message, "From: me@me.me");
/PHP-7.4/Zend/tests/
H A Dbug30998.phpt2 Bug #30998 (Crash when user error handler returns false)
H A Dbug72057.phpt2 Bug #72057 (PHP hangs when user error handler throws exception after Notice from type coercion)
/PHP-7.4/ext/ldap/tests/
H A Dldap_error_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_option_reqcert_basic.phpt19 var_dump(@ldap_bind($link, $user, $passwd));
H A Dldap_option_reqcert_error.phpt19 var_dump(@ldap_bind($link, $user, $passwd));
H A Dldap_get_option_controls.phpt14 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
66 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
/PHP-7.4/ext/mysqli/tests/
H A D069.phpt12 $mysql = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
H A Dbug46614.phpt24 $MySQL_Ext = new MySQL_Ext($host, $user, $passwd, $db, $port, $socket);
H A Dbug66762.phpt12 if (!$mysqli = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
H A Dmysqli_begin_transaction.phpt10 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
32 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
33 …printf("[004] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
34 $host, $user, $db, $port, $socket);
H A Dbug77597.phpt12 $mysqli = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
H A D072.phpt12 $mysql = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
H A Dbug38710.phpt12 $db = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
H A D049.phpt14 $mysql = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
H A D071.phpt13 $mysql = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
41 $mysql = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
/PHP-7.4/ext/session/tests/
H A Dbug80889a.phpt35 string(4) "user"
/PHP-7.4/ext/reflection/tests/
H A D024.phpt19 Object of class [ <user> class C1 ] {
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_list.c117 if (ce->info.user.filename) { in PHPDBG_LIST()
118 …phpdbg_list_file(ce->info.user.filename, ce->info.user.line_end - ce->info.user.line_start + 1, ce… in PHPDBG_LIST()
/PHP-7.4/ext/standard/tests/file/
H A Dlchown_error.phpt11 /* Prototype : bool lchown (string filename, mixed user)
38 // Bad user
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_max_buffer_size.phpt20 $user = PDO_MYSQL_TEST_USER;
24 $db = new PDO($dsn, $user, $pass,

Completed in 27 milliseconds

1...<<21222324252627282930>>...39