Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
functionMap: added sapi_windows_set_ctrl_handler()
  • Loading branch information
dg committed Jan 22, 2020
commit 32e46299785d9aa36eedce0bd5380180136bac45
1 change: 1 addition & 0 deletions src/Reflection/SignatureMap/functionMap_php74delta.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
'password_algos' => ['array<int, string>'],
'password_hash' => ['string|false', 'password'=>'string', 'algo'=>'string|null', 'options='=>'array'],
'password_needs_rehash' => ['bool', 'hash'=>'string', 'algo'=>'string|null', 'options='=>'array'],
'sapi_windows_set_ctrl_handler' => ['bool', 'callable'=>'callable', 'add'=>'bool'],
'ReflectionProperty::getType' => ['?ReflectionType'],
'ReflectionProperty::hasType' => ['bool'],
'ReflectionProperty::isInitialized' => ['bool'],
Expand Down