summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2010-09-05 14:38:35 +0000
committerPierre Joye <pajoye@php.net>2010-09-05 14:38:35 +0000
commit329cab2942fa0349b357cb87db0ec3f5b41ee427 (patch)
tree902591bd2c2625b33c83032d2cf3e066f164b378 /ext/mbstring/tests
parentd30323b86712bb2e724d5bce8a03f0269d928979 (diff)
downloadphp-git-329cab2942fa0349b357cb87db0ec3f5b41ee427.tar.gz
- restore credits, fix 5.3 as well, aka do it right /cc Deric
Diffstat (limited to 'ext/mbstring/tests')
-rw-r--r--ext/mbstring/tests/mb_decode_mimeheader_variation1.phpt9
1 files changed, 3 insertions, 6 deletions
diff --git a/ext/mbstring/tests/mb_decode_mimeheader_variation1.phpt b/ext/mbstring/tests/mb_decode_mimeheader_variation1.phpt
index 7a1c8868cc..e07ccad998 100644
--- a/ext/mbstring/tests/mb_decode_mimeheader_variation1.phpt
+++ b/ext/mbstring/tests/mb_decode_mimeheader_variation1.phpt
@@ -1,10 +1,7 @@
--TEST--
-p8_only
-Title: Test mb_decode_mimeheader() function : usage variation
-Internal Reason: we output an extra warning message
-P8 only feature: Yes
-Author: D. Kelsey
-Date: 01/09/2008
+Test mb_decode_mimeheader() function : usage variation
+--CREDITS--
+D. Kesley
--SKIPIF--
<?php
extension_loaded('mbstring') or die('skip');