mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Remove unused var
This commit is contained in:
parent
22c249347e
commit
40808ac41e
1 changed files with 1 additions and 1 deletions
|
@ -665,7 +665,7 @@ PHP_FUNCTION(get_headers)
|
|||
char *url;
|
||||
size_t url_len;
|
||||
php_stream *stream;
|
||||
zval *prev_val, *hdr = NULL, *h;
|
||||
zval *prev_val, *hdr = NULL;
|
||||
zend_long format = 0;
|
||||
zval *zcontext = NULL;
|
||||
php_stream_context *context;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue