From c151b1e2dfd81dd0437ddaa6a3db241a325d0531 Mon Sep 17 00:00:00 2001 From: Ron Chmara Date: Wed, 4 Oct 2000 03:31:59 +0000 Subject: [PATCH] Updating soundex example git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@33369 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/strings.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functions/strings.xml b/functions/strings.xml index e52c9c496e..68ee88a2f4 100644 --- a/functions/strings.xml +++ b/functions/strings.xml @@ -1558,7 +1558,8 @@ echo "<author id='$id'> soundex ("Euler") == soundex ("Ellery") == 'E460'; soundex ("Gauss") == soundex ("Ghosh") == 'G200'; -soundex ("Knuth") == soundex ("Kant") == 'H416'; +soundex ("Hilbert") == soundex ("Heilbronn") == 'H416'; +soundex ("Knuth") == soundex ("Kant") == 'K530'; soundex ("Lloyd") == soundex ("Ladd") == 'L300'; soundex ("Lukasiewicz") == soundex ("Lissajous") == 'L222';