Home
last modified time | relevance | path

Searched refs:password (Results 1 – 25 of 213) sorted by last modified time

123456789

/PHP-5.5/tests/basic/
H A Dbug53180.phpt6 email=foo&password=bar&submit=Log+on
15 ["password"]=>
/PHP-5.5/sapi/pi3web/
H A DREADME17 The required password is phpfi
25 The required password is zend
/PHP-5.5/sapi/tests/
H A Dtest006.phpt19 Content-Disposition: form-data; name="password"
21 password box
57 [password] => password box
H A Dtest007.phpt14 Content-Disposition: form-data; name="password"
16 password box
/PHP-5.5/
H A Dphp.ini-development809 ; Define the anonymous ftp password (your email address). PHP's default setting
1080 ; Default password for ibase_connect().
1136 ; Default password for mysql_connect() (doesn't apply in safe mode).
1139 ; and reveal this password! And of course, any users with read access to this
1140 ; file will be able to reveal the password as well.
1141 ; http://php.net/mysql.default-password
1195 ; Default password for mysqli_connect() (doesn't apply in safe mode).
1198 ; and reveal this password! And of course, any users with read access to this
1199 ; file will be able to reveal the password as well.
H A Dphp.ini-production809 ; Define the anonymous ftp password (your email address). PHP's default setting
1080 ; Default password for ibase_connect().
1136 ; Default password for mysql_connect() (doesn't apply in safe mode).
1139 ; and reveal this password! And of course, any users with read access to this
1140 ; file will be able to reveal the password as well.
1141 ; http://php.net/mysql.default-password
1195 ; Default password for mysqli_connect() (doesn't apply in safe mode).
1198 ; and reveal this password! And of course, any users with read access to this
1199 ; file will be able to reveal the password as well.
/PHP-5.5/ext/zip/lib/
H A Dzip_fopen_encrypted.c42 const char *password) in zip_fopen_encrypted() argument
49 return zip_fopen_index_encrypted(za, idx, flags, password); in zip_fopen_encrypted()
H A Dzip_fopen_index_encrypted.c48 const char *password) in zip_fopen_index_encrypted() argument
81 if (password == NULL) { in zip_fopen_index_encrypted()
117 password)) == NULL) { in zip_fopen_index_encrypted()
H A Dzip_source_pkware.c69 zip_uint16_t em, int flags, const char *password) in zip_source_pkware() argument
74 if (password == NULL || src == NULL || em != ZIP_EM_TRAD_PKWARE) { in zip_source_pkware()
96 decrypt(ctx, NULL, (const zip_uint8_t *)password, strlen(password), 1); in zip_source_pkware()
/PHP-5.5/ext/sybase_ct/tests/
H A Dtest.inc57 die('Connect to '.USER.'@'.HOST.' failed (using password: '.(PASSWORD ? 'yes' : 'no').')');
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c48 ZEND_ARG_INFO(0, password)
57 ZEND_ARG_INFO(0, password)
/PHP-5.5/ext/standard/tests/strings/
H A Dcrypt_sha256.phpt40 b'we have a short salt string but not a short password',
H A Dcrypt_sha512.phpt35 b'we have a short salt string but not a short password',
H A Dbug50052.phpt6 $password = 'test';
8 echo crypt($password,$salt) . "\n";
/PHP-5.5/ext/standard/tests/password/
H A Dpassword_hash_error.phpt35 Warning: password_hash(): Unknown password hashing algorithm: 19 in %s on line %d
/PHP-5.5/ext/standard/tests/mail/
H A Dmail_basic_alt1-win32.phpt48 $imap_stream = imap_open($default_mailbox, $username, $password);
H A Dmail_include.inc8 $password = 'p4ssw0rd';
21 global $server, $default_mailbox, $username, $password;
24 $imap_stream = imap_open($default_mailbox, $username, $password);
H A Dmail_basic_alt2-win32.phpt46 $imap_stream = imap_open($default_mailbox, $username, $password);
H A Dmail_basic_alt3-win32.phpt46 $imap_stream = imap_open($default_mailbox, $username, $password);
H A Dmail_basic_alt4-win32.phpt47 $imap_stream = imap_open($default_mailbox, $username, $password);
H A Dmail_skipif.inc17 $password = 'p4ssw0rd';
21 $mbox = imap_open($mailbox, $username, $password, $options, $retries);
H A Dmail_variation_alt1-win32.phpt47 $imap_stream = imap_open($default_mailbox, $username, $password);
H A Dmail_variation_alt2-win32.phpt47 $imap_stream = imap_open($default_mailbox, $username, $password);
H A Dmail_variation_alt3-win32.phpt46 $imap_stream = imap_open($default_mailbox, $username, $password);
/PHP-5.5/ext/standard/
H A Dpassword.c38 PHP_MINIT_FUNCTION(password) /* {{{ */ in PHP_MINIT_FUNCTION() argument
277 char *ret, *password, *hash; in PHP_FUNCTION() local
279 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &password, &password_len, &hash, &hash_… in PHP_FUNCTION()
282 if (php_crypt(password, password_len, hash, hash_len, &ret) == FAILURE) { in PHP_FUNCTION()
310 char *hash_format, *hash, *salt, *password, *result; in PHP_FUNCTION() local
317 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sl|H", &password, &password_len, &algo, &opt… in PHP_FUNCTION()
436 if (php_crypt(password, password_len, hash, hash_len, &result) == FAILURE) { in PHP_FUNCTION()

Completed in 64 milliseconds

123456789