|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-01-11 13:58 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 04 15:00:01 2025 UTC |
Description: ------------ seaching string is changed. Reproduce code: --------------- echo strtr("工事","*","%%"); Expected result: ---------------- print result should be "工事". Actual result: -------------- but, in fact the print result is "工芝"。