mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
fixed compiler warning.
This commit is contained in:
parent
d085b37f66
commit
bf4ae10c36
1 changed files with 0 additions and 2 deletions
|
@ -3446,10 +3446,8 @@ PHP_FUNCTION(mb_check_encoding)
|
|||
int var_len;
|
||||
char *enc = NULL;
|
||||
int enc_len;
|
||||
char *name;
|
||||
mbfl_buffer_converter *convd;
|
||||
enum mbfl_no_encoding no_encoding = MBSTRG(current_internal_encoding);
|
||||
zval *row;
|
||||
mbfl_string string, result, *ret = NULL;
|
||||
long illegalchars = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue