if (isset($_REQUEST['method'])) { $method = $_REQUEST['method']; } else { $method = 'ololo'; }
$method = isset($_REQUEST['method']) ? $_REQUEST['method'] : 'ololo';