|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-10-12 10:13 UTC] tony2001@php.net
[2016-12-30 23:11 UTC] cmb@php.net
-Package: Feature/Change Request
+Package: Strings related
[2021-01-01 16:15 UTC] cmb@php.net
-Status: Open
+Status: Wont fix
-Assigned To:
+Assigned To: cmb
[2021-01-01 16:15 UTC] cmb@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 00:00:01 2025 UTC |
Description: ------------ levenshtein with 3 parameters does not work. I have checked the soucecode, it treat the third parameter to be a callback function. While in the manual, it's supposed to be an integer. Reproduce code: --------------- levenshtein("abc", "abcd", 2); Expected result: ---------------- 2 Actual result: -------------- Some warning message