|
10383 | 10383 | 'session_destroy' => ['bool'],
|
10384 | 10384 | 'session_encode' => ['string|false'],
|
10385 | 10385 | 'session_gc' => ['int|false'],
|
10386 |
| -'session_get_cookie_params' => ['array{lifetime:0|positive-int,path:non-falsy-string,domain:string,secure:bool,httponly:bool,samesite:string}'], |
| 10386 | +'session_get_cookie_params' => ['array{lifetime:0|positive-int,path:non-falsy-string,domain:string,secure:bool,httponly:bool,samesite:\'None\'|\'Lax\'|\'Strict\'|\'none\'|\'lax\'|\'strict\'}'], |
10387 | 10387 | 'session_id' => ['string|false', 'newid='=>'string'],
|
10388 | 10388 | 'session_is_registered' => ['bool', 'name'=>'string'],
|
10389 | 10389 | 'session_module_name' => ['string|false', 'newname='=>'string'],
|
|
10400 | 10400 | 'session_reset' => ['bool'],
|
10401 | 10401 | 'session_save_path' => ['string|false', 'newname='=>'string'],
|
10402 | 10402 | 'session_set_cookie_params' => ['bool', 'lifetime'=>'int', 'path='=>'string', 'domain='=>'?string', 'secure='=>'bool', 'httponly='=>'bool'],
|
10403 |
| -'session_set_cookie_params\'1' => ['bool', 'options'=>'array{lifetime?:int,path?:string,domain?:?string,secure?:bool,httponly?:bool,samesite?:string}'], |
| 10403 | +'session_set_cookie_params\'1' => ['bool', 'options'=>'array{lifetime?:int,path?:string,domain?:?string,secure?:bool,httponly?:bool,samesite?:\'None\'|\'Lax\'|\'Strict\'|\'none\'|\'lax\'|\'strict\'}'], |
10404 | 10404 | 'session_set_save_handler' => ['bool', 'open'=>'callable(string,string):bool', 'close'=>'callable():bool', 'read'=>'callable(string):string', 'write'=>'callable(string,string):bool', 'destroy'=>'callable(string):bool', 'gc'=>'callable(string):bool', 'create_sid='=>'callable():string', 'validate_sid='=>'callable(string):bool', 'update_timestamp='=>'callable(string):bool'],
|
10405 | 10405 | 'session_set_save_handler\'1' => ['bool', 'sessionhandler'=>'SessionHandlerInterface', 'register_shutdown='=>'bool'],
|
10406 | 10406 | 'session_start' => ['bool', 'options='=>'array'],
|
|
0 commit comments