summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/bug43957.phpt
blob: b74b83a13776b052e3eefa914b758cbda2da91ad (plain)
1
2
3
4
5
6
7
8
--TEST--
Bug #43957 (utf8_decode() bogus conversion on multibyte indicator near end of string)
--FILE--
<?php
  echo utf8_decode('abc'.chr(0xe0));
?>
--EXPECT--
abc?