X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=src%2Fphp_http_querystring.c;h=566d43425d2e5146063a352329bd7d6d32af331e;hp=a302bbd732dc2167bfacebde87396395f05e277a;hb=597b66905b295d3a7ed408a92751a5f29e19fe01;hpb=d5d03014cff8c8ca80ee7866af100d3ceae1bd8f diff --git a/src/php_http_querystring.c b/src/php_http_querystring.c index a302bbd..566d434 100644 --- a/src/php_http_querystring.c +++ b/src/php_http_querystring.c @@ -386,7 +386,7 @@ PHP_METHOD(HttpQueryString, getGlobalInstance) ZVAL_MAKE_REF(_GET); zend_update_property(php_http_querystring_class_entry, return_value, ZEND_STRL("queryArray"), _GET); } else { - php_http_throw(unexpected_val, "Could not acquire reference to superglobal GET array", NULL); + php_http_throw(unexpected_val, "Could not acquire reference to superglobal GET array"); } }