-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathtest.php
More file actions
19 lines (17 loc) · 713 Bytes
/
test.php
File metadata and controls
19 lines (17 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
require_once 'x3m_soundex_ger.php';
echo "<br>c = " . soundex_ger("c");
echo "<br>röhre = " . soundex_ger("röhre");
echo "<br>ärger = " . soundex_ger("ärger");
echo "<br>aerger = " . soundex_ger("aerger");
echo "<br>erker = " . soundex_ger("erker");
echo "<br>berserker = " . soundex_ger("berserker");
echo "<br>Yannik = " . soundex_ger("Yannik");
echo "<br>Yannic = " . soundex_ger("Yannic");
echo "<br>Dominic = " . soundex_ger("Dominic");
echo "<br>Dominik = " . soundex_ger("Dominik");
echo "<br>Andy = " . soundex_ger("Andy");
echo "<br>andi = " . soundex_ger("andi");
echo "<br>andie = " . soundex_ger("andie");
echo "<br>andie = " . soundex_ger("andie");
echo "<br>scx = " . soundex_ger("scx");