--TEST-- spoofchecker confusable tests --SKIPIF-- --FILE-- areConfusable("hello, world", "goodbye, world")); var_dump($x->areConfusable("hello, world", "hello, world")); var_dump($x->areConfusable("hello, world", "he11o, wor1d")); ?> --EXPECT-- Checking if words are confusable bool(false) bool(true) bool(true)