summaryrefslogtreecommitdiffstats
path: root/tests/crypt_gensalt.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/crypt_gensalt.phpt')
-rw-r--r--tests/crypt_gensalt.phpt4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/crypt_gensalt.phpt b/tests/crypt_gensalt.phpt
index 945e520..01672cc 100644
--- a/tests/crypt_gensalt.phpt
+++ b/tests/crypt_gensalt.phpt
@@ -2,8 +2,6 @@
Test crypt_gensalt
--FILE--
<?php
-var_dump(crypt_gensalt(CRYPT_PREFIX_STD_DES));
-var_dump(crypt_gensalt(CRYPT_PREFIX_EXT_DES));
var_dump(crypt_gensalt(CRYPT_PREFIX_MD5));
var_dump(crypt_gensalt(CRYPT_PREFIX_BLOWFISH));
var_dump(crypt_gensalt(CRYPT_PREFIX_SHA256));
@@ -14,8 +12,6 @@ var_dump(crypt_gensalt(CRYPT_PREFIX_YESCRYPT));
?>
--EXPECTF--
-string(2) "%s"
-string(9) "_%s"
string(11) "$1$%s"
string(29) "$2y$%s"
string(19) "$5$%s"