1--TEST-- 2Bug #43957 (utf8_decode() bogus conversion on multibyte indicator near end of string) 3--FILE-- 4<?php 5 echo utf8_decode('abc'.chr(0xe0)); 6?> 7--EXPECTF-- 8Deprecated: Function utf8_decode() is deprecated since 8.2, visit the php.net documentation for various alternatives in %s on line %d 9abc? 10