summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests/bug31911.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mbstring/tests/bug31911.phpt')
-rw-r--r--ext/mbstring/tests/bug31911.phpt11
1 files changed, 0 insertions, 11 deletions
diff --git a/ext/mbstring/tests/bug31911.phpt b/ext/mbstring/tests/bug31911.phpt
deleted file mode 100644
index eb6438d4e7..0000000000
--- a/ext/mbstring/tests/bug31911.phpt
+++ /dev/null
@@ -1,11 +0,0 @@
---TEST--
-Bug #31911 (mb_decode_mimeheader() is case-sensitive to hex escapes)
---FILE--
-<?php
-echo mb_decode_mimeheader("Works: =?iso-8859-1?q?=3F=3F=3F?=");
-echo "\n";
-echo mb_decode_mimeheader("Fails: =?iso-8859-1?q?=3f=3f=3f?=")
-?>
---EXPECT--
-Works: ???
-Fails: ???