|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-01-30 11:27 UTC] jani@php.net
[2010-01-30 15:41 UTC] jani@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Dec 05 13:00:02 2025 UTC |
Description: ------------ echo str_ireplace('་','-', 'ས་སི་ང་'); or echo str_ireplace('x',' ་', 'x - x'); don't work on php 5.2.12, it used to work without any problem on php 5.2.6 Reproduce code: --------------- <?php echo str_ireplace('་','-', 'ས་སི་ང་'); echo "\n<br>"; echo str_ireplace('x',' ་', 'x - x'); ?> Expected result: ---------------- ས-སི-ང- ་ - ་ Actual result: -------------- ------- ? - ?