mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
- add skipif
This commit is contained in:
parent
8ab88f2e72
commit
17f78b92c4
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
|||
--TEST--
|
||||
mcrypt_create_iv
|
||||
https://bugs.php.net/bug.php?id=55169
|
||||
mcrypt_create_iv https://bugs.php.net/bug.php?id=55169
|
||||
--CREDIT--
|
||||
Ryan Biesemeyer <ryan@yaauie.com>
|
||||
--SKIPIF--
|
||||
<?php if (!extension_loaded("mcrypt")) print "skip"; ?>
|
||||
--FILE--
|
||||
<?php
|
||||
for( $i=1; $i<=64; $i = $i*2 ){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue