Skip to content

Commit 4718095

Browse files
clxmstaabondrejmirtes
authored andcommitted
small signature update
1 parent 3ea1fb4 commit 4718095

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/functionMap.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9889,7 +9889,7 @@
98899889
'rewind' => ['bool', 'fp'=>'resource'],
98909890
'rewinddir' => ['null|false', 'dir_handle='=>'resource'],
98919891
'rmdir' => ['bool', 'dirname'=>'string', 'context='=>'resource'],
9892-
'round' => ['float|false', 'number'=>'float', 'precision='=>'int', 'mode='=>'int'],
9892+
'round' => ['float|false', 'number'=>'float', 'precision='=>'int', 'mode='=>'1|2|3|4'],
98939893
'rpm_close' => ['bool', 'rpmr'=>'resource'],
98949894
'rpm_get_tag' => ['mixed', 'rpmr'=>'resource', 'tagnum'=>'int'],
98959895
'rpm_is_valid' => ['bool', 'filename'=>'string'],
@@ -10107,7 +10107,7 @@
1010710107
'session_reset' => ['bool'],
1010810108
'session_save_path' => ['string|false', 'newname='=>'string'],
1010910109
'session_set_cookie_params' => ['bool', 'lifetime'=>'int', 'path='=>'string', 'domain='=>'?string', 'secure='=>'bool', 'httponly='=>'bool'],
10110-
'session_set_cookie_params\'1' => ['bool', 'options'=>'array{lifetime?:int,path?:string,domain?:?string,secure?:bool,httponly?:bool}'],
10110+
'session_set_cookie_params\'1' => ['bool', 'options'=>'array{lifetime?:int,path?:string,domain?:?string,secure?:bool,httponly?:bool,samesite?:string}'],
1011110111
'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'],
1011210112
'session_set_save_handler\'1' => ['bool', 'sessionhandler'=>'SessionHandlerInterface', 'register_shutdown='=>'bool'],
1011310113
'session_start' => ['bool', 'options='=>'array'],

0 commit comments

Comments
 (0)