Public signup for this instance is disabled. Go to our Self serve sign up page to request an account. Report potential security issues privately
While is_a() is no longer deprecated in PHP 5.3, it throws an E_STRICT warning between PHP 5.0.0 and 5.3.0. So we should use instanceof anyway.