Searched refs:expires_or_options (Results 1 – 3 of 3) sorted by relevance
68 setcookie(): Expects exactly 3 arguments when argument #3 ($expires_or_options) is an array
501 function setrawcookie(string $name, string $value = "", array|int $expires_or_options = 0, string $… argument503 function setcookie(string $name, string $value = "", array|int $expires_or_options = 0, string $pat… argument
748 ZEND_ARG_TYPE_MASK(0, expires_or_options, MAY_BE_ARRAY|MAY_BE_LONG, "0")
Completed in 48 milliseconds