Skip to content

Commit

Permalink
Update CallMap_80_delta.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-tekiela committed Nov 16, 2021
1 parent 9f0441f commit d0528a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dictionaries/CallMap_80_delta.php
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@
'new' => ['array{command: string, pid: int, running: bool, signaled: bool, stopped: bool, exitcode: int, termsig: int, stopsig: int}', 'process'=>'resource'],
],
'session_set_cookie_params' => [
'old' => ['bool', 'lifetime'=>'int', 'path='=>'string', 'domain='=>'?string', 'secure='=>'bool', 'httponly='=>'bool'],
'old' => ['bool', 'lifetime'=>'int', 'path='=>'string', 'domain='=>'string', 'secure='=>'bool', 'httponly='=>'bool'],
'new' => ['bool', 'lifetime'=>'int', 'path='=>'?string', 'domain='=>'?string', 'secure='=>'?bool', 'httponly='=>'?bool'],
],
'socket_accept' => [
Expand Down

0 comments on commit d0528a3

Please sign in to comment.