~ubuntu-branches/ubuntu/gutsy/php5/gutsy-security

« back to all changes in this revision

Viewing changes to ext/iconv/tests/iconv004.phpt

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2007-06-11 20:32:54 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20070611203254-b4k8nggrm5vxul1j
Tags: 5.2.3-1ubuntu1
* Merge from debian unstable, remaining changes:
 - debian/changelog: Add some missing CVEs.
 - debian/control: DebianMaintainerField
 - debian/control, debian/rules: Disable a few build dependencies and
   accompanying binary packages which we do not want to support in main:
   + firebird2-dev/php5-interbase (we have a separate php-interbase source)
   + libc-client-dev/php5-imap (we have a separate php-imap source)
   + libmcrypt-dev/php5-mcrypt (separate php-mcrypt source)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
iconv_mime_encode() sanity cheeck.
3
3
--SKIPIF--
4
4
<?php extension_loaded('iconv') or die('skip iconv extension is not available'); ?>
 
5
--INI--
 
6
iconv.input_encoding = ISO-8859-1
 
7
iconv.internal_encoding = ISO-8859-1
 
8
iconv.output_encoding = ISO-8859-1
5
9
--FILE--
6
10
<?php
7
11
var_dump(iconv_mime_encode('', ''));