Fix stub for socket_export_stream function - return false as well

This commit is contained in:
Olga Strizhenko 2019-08-08 11:33:34 +02:00
parent 86346d7410
commit 84c7a76d28
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ function socket_create ($domain, $type, $protocol) {}
/**
* @param resource $socket
* @return resource
* @return resource|false
*/
function socket_export_stream($socket) {}