X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fphp_http_encoding.c;h=4e25de30a73a160cb6864908b94744c6c180bdc3;hb=0b72352b1621d00979bc035d6cddfa6aba5a0e0e;hp=c3e9a3a5f618a4f119247fcfd0ce0fbdb0608a94;hpb=d5d03014cff8c8ca80ee7866af100d3ceae1bd8f;p=m6w6%2Fext-http diff --git a/src/php_http_encoding.c b/src/php_http_encoding.c index c3e9a3a..4e25de3 100644 --- a/src/php_http_encoding.c +++ b/src/php_http_encoding.c @@ -528,7 +528,7 @@ static PHP_METHOD(HttpEncodingStream, __construct) obj = PHP_HTTP_OBJ(NULL, getThis()); if (UNEXPECTED(obj->stream)) { - php_http_throw(bad_method_call, "http\\Encoding\\Stream cannot be initialized twice", NULL); + php_http_throw(bad_method_call, "http\\Encoding\\Stream cannot be initialized twice"); return; }