mirror of
https://github.com/php/php-src.git
synced 2026-03-28 10:12:18 +01:00
ret is still int
This commit is contained in:
@@ -656,7 +656,8 @@ static int stream_array_from_fd_set(zval *stream_array, fd_set *fds TSRMLS_DC)
|
||||
zval **elem, **dest_elem;
|
||||
php_stream *stream;
|
||||
HashTable *new_hash;
|
||||
php_socket_t this_fd, ret = 0;
|
||||
php_socket_t this_fd;
|
||||
int ret = 0;
|
||||
|
||||
if (Z_TYPE_P(stream_array) != IS_ARRAY) {
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user