mirror of
https://github.com/php/php-src.git
synced 2025-01-23 12:13:37 +08:00
Removed unused var
This commit is contained in:
parent
4e584094c8
commit
80ca3357c2
@ -175,7 +175,7 @@ void php_filter_int(PHP_INPUT_FILTER_PARAM_DECL) /* {{{ */
|
||||
{
|
||||
zval **option_val;
|
||||
long min_range, max_range, option_flags;
|
||||
int min_range_set, max_range_set, option_flags_set;
|
||||
int min_range_set, max_range_set;
|
||||
int allow_octal = 0, allow_hex = 0;
|
||||
int len, error = 0;
|
||||
long ctx_value;
|
||||
|
Loading…
Reference in New Issue
Block a user