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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: mlemos at acm dot org
New email:
PHP Version: OS:

 

 [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

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-05-02 16:11 UTC] jim
Fixed in the latest CVS.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri May 09 21:01:27 2025 UTC