summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests/bug40685.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mbstring/tests/bug40685.phpt')
-rw-r--r--ext/mbstring/tests/bug40685.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mbstring/tests/bug40685.phpt b/ext/mbstring/tests/bug40685.phpt
index 1a673e5d15..9434158106 100644
--- a/ext/mbstring/tests/bug40685.phpt
+++ b/ext/mbstring/tests/bug40685.phpt
@@ -14,7 +14,7 @@ var_dump(mb_decode_numericentity('&#x3d', $map, 'UTF-8'));
var_dump(mb_decode_numericentity('=', $map, 'UTF-8'));
var_dump(mb_decode_numericentity('=', $map, 'UTF-8'));
?>
---EXPECTF--
+--EXPECT--
string(1) "&"
string(3) "&&&"
string(2) "&#"