mirror of
https://github.com/php/php-src.git
synced 2026-04-29 11:13:36 +02:00
29f98e7485
Co-authored-by: Gina Peter Banyard <girgias@php.net> Co-authored-by: Niels Dossche <7771979+nielsdos@users.noreply.github.com>
10 lines
301 B
PHP
10 lines
301 B
PHP
--TEST--
|
|
Bug #43957 (utf8_decode() bogus conversion on multibyte indicator near end of string)
|
|
--FILE--
|
|
<?php
|
|
echo utf8_decode('abc'.chr(0xe0));
|
|
?>
|
|
--EXPECTF--
|
|
Deprecated: Function utf8_decode() is deprecated since 8.2, visit the php.net documentation for various alternatives in %s on line %d
|
|
abc?
|