We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbfb006 commit de17ac9Copy full SHA for de17ac9
src/tarantool_network.c
@@ -40,7 +40,6 @@ void tntll_stream_close(php_stream *stream, zend_string *pid) {
40
int tntll_stream_fpid2(zend_string *pid, php_stream **ostream) {
41
TSRMLS_FETCH();
42
return php_stream_from_persistent_id(pid->val, ostream TSRMLS_CC);
43
- return rv;
44
}
45
46
int tntll_stream_fpid(const char *host, int port, zend_string *pid,
0 commit comments