X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_encoding.c;h=27f1de7e2513e3007ad121b67ee75d23dc86a51a;hp=54dc19ce3300f23dfd999108a805dad977e4e5c9;hb=1bcceb6d155dfed7e352f9559974527787d1ae97;hpb=9886ab46dbb299c9d6cfef9d8a0258d91b90a8e6 diff --git a/php_http_encoding.c b/php_http_encoding.c index 54dc19c..27f1de7 100644 --- a/php_http_encoding.c +++ b/php_http_encoding.c @@ -1021,7 +1021,6 @@ static PHP_METHOD(HttpEncodingStream, update) } } } - RETURN_FALSE; } ZEND_BEGIN_ARG_INFO_EX(ai_HttpEncodingStream_flush, 0, 0, 0) @@ -1044,10 +1043,9 @@ static PHP_METHOD(HttpEncodingStream, flush) } } } - RETURN_FALSE; } -ZEND_BEGIN_ARG_INFO_EX(ai_HttpEncodingStream_done, 0, 0, 1) +ZEND_BEGIN_ARG_INFO_EX(ai_HttpEncodingStream_done, 0, 0, 0) ZEND_END_ARG_INFO(); static PHP_METHOD(HttpEncodingStream, done) { @@ -1058,7 +1056,6 @@ static PHP_METHOD(HttpEncodingStream, done) RETURN_BOOL(php_http_encoding_stream_done(obj->stream)); } } - RETURN_FALSE; } ZEND_BEGIN_ARG_INFO_EX(ai_HttpEncodingStream_finish, 0, 0, 0) @@ -1085,7 +1082,6 @@ static PHP_METHOD(HttpEncodingStream, finish) } } } - RETURN_FALSE; } static zend_function_entry php_http_encoding_stream_methods[] = {