<?php $checker = new Spoofchecker(); var_dump($checker->isSuspicious('google.com')); // true: only ASCII characters var_dump($checker->isSuspicious('Рaypal.com')); // false // The first letter is from Cyrylic, not a regular latin "P"
You have javascript disabled. You will not be able to edit any code.