public function use_short_vars($str = null) { return null === $str ? SHORT_VARS : SHORT_VARS && is_string($str) && strlen($str) >= 60; }