summaryrefslogtreecommitdiff
path: root/ext/xml/tests/bug43957.phpt
blob: f11d15627be823f425dfcf1071af0def89b2288c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--TEST--
Bug #43957 (utf8_decode() bogus conversion on multibyte indicator near end of string)
--SKIPIF--
<?php
require_once("skipif.inc");
if (!extension_loaded('xml')) die ("skip xml extension not available");
?>
--FILE--
<?php
  echo utf8_decode('abc'.chr(0xe0));
?>
--EXPECTF--
abc?