diff options
| author | Stefan Esser | 2010-02-21 11:44:54 +0100 |
|---|---|---|
| committer | Stefan Esser | 2010-02-21 11:44:54 +0100 |
| commit | 36dbfacbe64697d959f524e537b15b73c090d898 (patch) | |
| tree | f1c7ce1409b0e7765fc72d550546967fcf0f9717 /tests/funcs/crypt_blowfish.phpt | |
Inital commit
Diffstat (limited to 'tests/funcs/crypt_blowfish.phpt')
| -rw-r--r-- | tests/funcs/crypt_blowfish.phpt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/funcs/crypt_blowfish.phpt b/tests/funcs/crypt_blowfish.phpt new file mode 100644 index 0000000..f48e411 --- /dev/null +++ b/tests/funcs/crypt_blowfish.phpt | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | --TEST-- | ||
| 2 | CRYPT_BLOWFISH support | ||
| 3 | --SKIPIF-- | ||
| 4 | <?php include "../skipif.inc"; ?> | ||
| 5 | --FILE-- | ||
| 6 | <?php | ||
| 7 | var_dump(CRYPT_BLOWFISH); | ||
| 8 | echo crypt('rasmuslerdorf', '$2a$07$rasmuslerd...........$') . "\n"; | ||
| 9 | ?> | ||
| 10 | --EXPECT-- | ||
| 11 | int(1) | ||
| 12 | $2a$07$rasmuslerd............nIdrcHdxcUxWomQX9j6kvERCFjTg7Ra | ||
| 13 | |||
