~legolas/ubuntu/natty/php5/5.3.5

« back to all changes in this revision

Viewing changes to ext/mbstring/tests/mb_decode_mimeheader_variation1.phpt

  • Committer: Stas Verberkt
  • Date: 2011-02-01 09:27:15 UTC
  • Revision ID: legolas@legolasweb.nl-20110201092715-yq052iu2yl4i2eyg
Inserted PHP 5.3.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
--TEST--
2
 
p8_only
3
 
Title: Test mb_decode_mimeheader() function : usage variation 
4
 
Internal Reason: we output an extra warning message
5
 
P8 only feature: Yes
6
 
Author: D. Kelsey
7
 
Date: 01/09/2008
 
2
Test mb_decode_mimeheader() function : usage variation 
 
3
--CREDITS--
 
4
D. Kesley
8
5
--SKIPIF--
9
6
<?php
10
7
extension_loaded('mbstring') or die('skip');