mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Updating soundex example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@33369 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3462cdf2f2
commit
c151b1e2df
1 changed files with 2 additions and 1 deletions
|
@ -1558,7 +1558,8 @@ echo "<author id='$id'>
|
|||
<programlisting role="php">
|
||||
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';
|
||||
</programlisting>
|
||||
|
|
Loading…
Reference in a new issue