X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=src%2Fphp_http_encoding.c;fp=src%2Fphp_http_encoding.c;h=4e25de30a73a160cb6864908b94744c6c180bdc3;hp=c3e9a3a5f618a4f119247fcfd0ce0fbdb0608a94;hb=a8b478a15ba6febd3f50b31f8763772ca9327f18;hpb=0be5ad93bb15aa00a4e55e32f724d37f2a6262a7 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; }