Home
last modified time | relevance | path

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

123456789

/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',
/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/sybase_ct/tests/
H A Dtest.inc57 die('Connect to '.USER.'@'.HOST.' failed (using password: '.(PASSWORD ? 'yes' : 'no').')');
/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/
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/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/tests/basic/
H A Dbug53180.phpt6 email=foo&password=bar&submit=Log+on
15 ["password"]=>

Completed in 32 milliseconds

123456789