summaryrefslogtreecommitdiff
path: root/tests/funcs/crypt_ext_des.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/funcs/crypt_ext_des.phpt')
-rw-r--r--tests/funcs/crypt_ext_des.phpt12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/funcs/crypt_ext_des.phpt b/tests/funcs/crypt_ext_des.phpt
new file mode 100644
index 0000000..4e2ba73
--- /dev/null
+++ b/tests/funcs/crypt_ext_des.phpt
@@ -0,0 +1,12 @@
1--TEST--
2CRYPT_EXT_DES support
3--SKIPIF--
4<?php if (CRYPT_EXT_DES == 0) print 'skip'; ?>
5--FILE--
6<?php
7 echo crypt('rasmuslerdorf', '_J9..rasm') . "\n"
8?>
9--EXPECT--
10_J9..rasmBYk8r9AiWNc
11
12