php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #338 soundex bug
Submitted: 1998-05-01 23:09 UTC Modified: 1998-05-02 16:11 UTC
From: mlemos at acm dot org Assigned:
Status: Closed Package: Misbehaving function
PHP Version: 3.0 Release Candidate 4 OS: AmigaOS
Private report: No CVE-ID: None
 [1998-05-01 23:09 UTC] mlemos at acm dot org
Run this to see an odd soundex bug:

<?
 $word="1";
 $word_soundex=soundex($word);
 if($word_soundex=="")
  echo "OK\n";
 else
 echo "soundex($word) is \"$word_index\" and length is",strlen($word_soundex),"!?!?!\n"; ?>

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-05-02 16:11 UTC] jim
Fixed in the latest CVS.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 08:01:32 2024 UTC