* Constructor * @param string $name The cookie name * @param string $value The cookie value * @param mixed $time The duration of the cookie; * If integer, should be a UNIX timestamp; * If string, converted to UNIX timestamp with `strtotime`; * @param string $path The path on
( $name, $value = null, $expires = 0, $path = null, $domain = null, $secure = false, $httponly = false )
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected