summaryrefslogtreecommitdiff
path: root/ext/mcrypt/tests
diff options
context:
space:
mode:
authorDavid Soria Parra <dsp@php.net>2008-05-18 19:48:40 +0000
committerDavid Soria Parra <dsp@php.net>2008-05-18 19:48:40 +0000
commitfbc29e2848fd71f6ab362c644eefccbe48a8a06f (patch)
tree77b5eb1e608dd9f46302fc8132f73ec589e4294d /ext/mcrypt/tests
parent472b883cc6834f3791fe037f69ec87c635d44d0c (diff)
downloadphp-git-fbc29e2848fd71f6ab362c644eefccbe48a8a06f.tar.gz
Revert.
Diffstat (limited to 'ext/mcrypt/tests')
-rw-r--r--ext/mcrypt/tests/mcrypt_enc_self_test.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mcrypt/tests/mcrypt_enc_self_test.phpt b/ext/mcrypt/tests/mcrypt_enc_self_test.phpt
index 54ce213de2..a161e0e02b 100644
--- a/ext/mcrypt/tests/mcrypt_enc_self_test.phpt
+++ b/ext/mcrypt/tests/mcrypt_enc_self_test.phpt
@@ -7,4 +7,4 @@ mcrypt_enc_self_test
$td = mcrypt_module_open(MCRYPT_RIJNDAEL_256, '', MCRYPT_MODE_CBC, '');
var_dump(mcrypt_enc_self_test($td));
--EXPECT--
-bool(true)
+int(0) \ No newline at end of file