|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-07-02 14:36 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 24 22:00:01 2025 UTC |
Description: ------------ I realize there have been similar bug reports to this. I can see why the miscount occurs, but feel that either the returned count should be true (string length) or the manual should warn that the count is apparent (byte length). Therefore, the problem is either function or documentation. Reproduce code: --------------- echo strlen('?'); Expected result: ---------------- expect 1 Actual result: -------------- get 2