|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2012-07-29 05:48 UTC] normadize at gmail dot com
[2012-09-05 06:11 UTC] carloschilazo at gmail dot com
[2015-04-12 19:45 UTC] cmb@php.net
-Status: Open
+Status: Not a bug
-Assigned To:
+Assigned To: cmb
[2015-04-12 19:45 UTC] cmb@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 20:00:01 2025 UTC |
Description: ------------ similar_text() returns wrong values, see below for reproducible error. This is actually a very old bug ... would be nice if someone finally fixed it. Test script: --------------- echo similar_text("test","wert"); echo "|"; echo similar_text("wert","test"); Expected result: ---------------- 2|2 Actual result: -------------- 1|2