Searched refs:lifetime_or_options (Results 1 – 3 of 3) sorted by relevance
59 session_set_cookie_params(): Argument #1 ($lifetime_or_options) must contain at least 1 valid key61 Warning: session_set_cookie_params(): Argument #1 ($lifetime_or_options) contains an unrecognized k…63 Warning: session_set_cookie_params(): Argument #1 ($lifetime_or_options) contains an unrecognized k…64 session_set_cookie_params(): Argument #1 ($lifetime_or_options) must contain at least 1 valid key74 …okie_params(): Argument #2 ($path) must be null when argument #1 ($lifetime_or_options) is an array
72 function session_set_cookie_params(array|int $lifetime_or_options, ?string $path = null, ?string $d… argument
81 ZEND_ARG_TYPE_MASK(0, lifetime_or_options, MAY_BE_ARRAY|MAY_BE_LONG, NULL)
Completed in 8 milliseconds