defined( $constant_name ) ? constant( $constant_name ) : null; } /** * @return int */ public function time() { return time(); } public function phpversion() { return phpversion(); } }