~ubuntu-branches/ubuntu/trusty/php-mcrypt/trusty

« back to all changes in this revision

Viewing changes to tests/bug46010.phpt

  • Committer: Package Import Robot
  • Author(s): Julian Taylor
  • Date: 2012-09-21 20:29:33 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20120921202933-m0m9hfp70wa1swdz
Tags: 5.4.6-0ubuntu1
* New upstream release in sync with php5
* Document orig source origin in README.source
* enable hardening flags

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
--TEST--
2
2
Bug #46010 (warnings incorrectly generated for iv in ecb mode)
 
3
--SKIPIF--
 
4
<?php if (!extension_loaded("mcrypt")) print "skip"; ?>
3
5
--FILE--
4
6
<?php
5
7