Browse Source

- skip if no hash

pull/7/head
Pierre Joye 15 years ago
parent
commit
0e05312d03
  1. 3
      ext/mcrypt/tests/bug43143.phpt

3
ext/mcrypt/tests/bug43143.phpt

@ -1,7 +1,8 @@
--TEST--
Bug #43143 (Warning about empty IV with MCRYPT_MODE_ECB)
--SKIPIF--
<?php if (!extension_loaded("mcrypt")) print "skip"; ?>
<?php if (!extension_loaded("mcrypt")) print "skip";
if (!extension_loaded("hash")) print "skip"; ?>
--FILE--
<?php
echo "ECB\n";

Loading…
Cancel
Save