require_once 'users/birthday.class.php';
$birthday = Birthday::getInstance();
if ($birthday->isBirthday('Blake'))
{
echo 'Happy Birthday Blake!! You are now ' . $birthday->getAge('Blake');
}
// Fatal error: too old, Birthday::getAge() returned 'wth, you are kidding? 30?' in /home/forum/users/birthday.class.php on line 110
