mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- Fix initializations
This commit is contained in:
parent
fb25210072
commit
2ed9c955b8
1 changed files with 2 additions and 2 deletions
|
@ -1344,8 +1344,8 @@ PHP_FUNCTION(tidy_getopt)
|
|||
|
||||
TIDY_DOC_METHOD(__construct)
|
||||
{
|
||||
char *inputfile, *enc = NULL;
|
||||
int input_len, enc_len = 0;
|
||||
char *inputfile = NULL, *enc = NULL;
|
||||
int input_len = 0, enc_len = 0;
|
||||
zend_bool use_include_path = 0;
|
||||
char *contents;
|
||||
zval *options = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue