--TEST-- similar_text(), basic tests --CREDITS-- Mats Lindh #Testfest php.no --INI-- precision=14 --FILE-- ===DONE=== --EXPECTF-- -- Basic calls with just two strings -- int(3) int(0) int(1) int(7) -- Same calls with precentage return variable specified -- float(54.545454545455) float(0) float(18.181818181818) float(51.851851851852) ===DONE===