php-8.0.30-src/ext/mbstring/tests/bug71298.phpt

11 lines
283 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--TEST--
Bug #71298: MB_CASE_TITLE misbehaves with curled apostrophe/quote (HTML ’)
--SKIPIF--
<?php require 'skipif.inc'; ?>
--FILE--
<?php
echo mb_convert_case("People's issues versus peoples issues", MB_CASE_TITLE);
?>
--EXPECT--
People's Issues Versus Peoples Issues