### Description My static analyzer complains that failure is not checked here for the call to `socket_import_file_descriptor`: https://github.com/php/php-src/blob/16a3fb1c3fbcdecbb4da8f726285baa659f08e93/ext/sockets/conversions.c#L1462 The function that calls `socket_import_file_descriptor` does not have a way to propagate failure, but it should probably call `do_to_zval_err`. ### PHP Version ```plain 8.3+ ``` ### Operating System _No response_