Skip to content

Commit de5af47

Browse files
niconoe-ondrejmirtes
authored andcommitted
Allow 1st argument $read of stream_select to be nullable
1 parent f5b3cdf commit de5af47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/functionMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11726,7 +11726,7 @@
1172611726
'stream_isatty' => ['bool', 'stream'=>'resource'],
1172711727
'stream_notification_callback' => ['callback', 'notification_code'=>'int', 'severity'=>'int', 'message'=>'string', 'message_code'=>'int', 'bytes_transferred'=>'int', 'bytes_max'=>'int'],
1172811728
'stream_resolve_include_path' => ['string|false', 'filename'=>'string'],
11729-
'stream_select' => ['int|false', '&rw_read_streams'=>'resource[]', '&rw_write_streams'=>'resource[]|null', '&rw_except_streams'=>'resource[]|null', 'tv_sec'=>'?int', 'tv_usec='=>'?int'],
11729+
'stream_select' => ['int|false', '&rw_read_streams'=>'resource[]|null', '&rw_write_streams'=>'resource[]|null', '&rw_except_streams'=>'resource[]|null', 'tv_sec'=>'?int', 'tv_usec='=>'?int'],
1173011730
'stream_set_blocking' => ['bool', 'socket'=>'resource', 'mode'=>'bool'],
1173111731
'stream_set_chunk_size' => ['int|false', 'fp'=>'resource', 'chunk_size'=>'int'],
1173211732
'stream_set_read_buffer' => ['int', 'fp'=>'resource', 'buffer'=>'int'],

0 commit comments

Comments
 (0)