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 this is not your bug, you can add a comment by following this link.
If this is your bug, but 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

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: Mon Apr 29 23:01:28 2024 UTC