Since PHP8.0 it is possible to specify `false` as return type. Example: ```php public function gc(int $maxlifetime): int|false {} ```