Home
last modified time | relevance | path

Searched refs:lifetime_or_options (Results 1 – 3 of 3) sorted by relevance

/PHP-8.0/ext/session/tests/
H A Dsession_set_cookie_params_variation7.phpt57 session_set_cookie_params(): Argument #1 ($lifetime_or_options) must contain at least 1 valid key
59 Warning: session_set_cookie_params(): Argument #1 ($lifetime_or_options) contains an unrecognized k…
61 Warning: session_set_cookie_params(): Argument #1 ($lifetime_or_options) contains an unrecognized k…
62 session_set_cookie_params(): Argument #1 ($lifetime_or_options) must contain at least 1 valid key
72 …okie_params(): Argument #2 ($path) must be null when argument #1 ($lifetime_or_options) is an array
/PHP-8.0/ext/session/
H A Dsession.stub.php62 function session_set_cookie_params(array|int $lifetime_or_options, ?string $path = null, ?string $d… argument
H A Dsession_arginfo.h81 ZEND_ARG_TYPE_MASK(0, lifetime_or_options, MAY_BE_ARRAY|MAY_BE_LONG, NULL)

Completed in 10 milliseconds