Home
last modified time | relevance | path

Searched refs:password (Results 26 – 50 of 213) sorted by path

123456789

/PHP-5.5/ext/imap/tests/
H A Dimap_fetchheader_error.phpt24 $stream_id = imap_open($server, $username, $password);
H A Dimap_gc_error.phpt20 $stream_id = imap_open($default_mailbox, $username, $password) or
H A Dimap_getsubscribed_basic.phpt19 $stream_id = imap_open($default_mailbox, $username, $password) or
H A Dimap_headerinfo_error.phpt19 $stream_id = imap_open($default_mailbox, $username, $password) or
H A Dimap_include.inc8 $password = 'p4ssw0rd';
67 global $server, $default_mailbox, $username, $password;
70 $imap_stream = imap_open($default_mailbox, $username, $password);
H A Dimap_list_basic.phpt19 $stream_id = imap_open($default_mailbox, $username, $password) or
H A Dimap_lsub_basic.phpt19 $stream_id = imap_open($default_mailbox, $username, $password) or
H A Dimap_mail_copy.phpt25 $stream_id = imap_open($default_mailbox, $username, $password) or
H A Dimap_mail_move.phpt25 $stream_id = imap_open($default_mailbox, $username, $password) or
H A Dimap_open_error.phpt24 imap_open($default_mailbox, $username, $password, NIL, -1);
H A Dimap_undelete_error.phpt19 $stream_id = imap_open($default_mailbox, $username, $password) or
H A Dskipif.inc7 $password = 'p4ssw0rd';
11 $mbox = @imap_open($mailbox, $username, $password, $options, $retries);
/PHP-5.5/ext/interbase/
H A Dinterbase.c59 ZEND_ARG_INFO(0, password)
69 ZEND_ARG_INFO(0, password)
233 ZEND_ARG_INFO(0, password)
242 ZEND_ARG_INFO(0, password)
251 ZEND_ARG_INFO(0, password)
/PHP-5.5/ext/interbase/tests/
H A Dibase_drop_db_001.phpt15 $user, $password, ($charset = ini_get('ibase.default_charset')) ? $charset : 'NONE'));
H A Dinterbase.inc6 $password = 'masterkey';
8 ini_set('ibase.default_password',$password);
15 global $test_base, $user, $password;
19 $user, $password, ($charset = ini_get('ibase.default_charset')) ? $charset : 'NONE'));
/PHP-5.5/ext/ldap/
H A Dldap.c2787 ZEND_ARG_INFO(0, password)
/PHP-5.5/ext/ldap/tests/
H A Dconnect.inc4 Default values are "localhost", "root", database "test" and empty password.
H A Dldap_bind_error.phpt19 // Invalid password
H A Dldap_sasl_bind_error.phpt26 // Invalid password
/PHP-5.5/ext/mssql/
H A Dphp_mssql.c54 ZEND_ARG_INFO(0, password)
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c142 ZEND_ARG_INFO(0, password)
150 ZEND_ARG_INFO(0, password)
/PHP-5.5/ext/mysql/tests/
H A Dbug48754.phpt19 printf("[000-a] Cannot connect using host '%s', user '%s', password '****', [%d] %s\n",
H A Dconnect.inc41 …printf("[000-a] Cannot connect using host '%s', user '%s', password '****', persistent = %d, [%d] …
59 Default values are "localhost", "root", database "test" and empty password.
H A Dmysql_connect.phpt15 // mysql_connect ( [string server [, string username [, string password [, bool new_link [, int cli…
39 // Run the following tests without an anoynmous MySQL user and use a password for the test user!
113 Warning: mysql_connect(): Access denied for user '%s'@'%s' (using password: YES) in %s on line %d
H A Dmysql_max_links.phpt23 printf("[%03d] Cannot connect using host '%s', user '%s', password '****', [%d] %s\n",
64 [030] Cannot connect using host '%s', user '%s', password '****', [0] 0
71 [060] Cannot connect using host '%s', user '%s', password '****', [0] 0

Completed in 83 milliseconds

123456789