mirror of
https://github.com/php/php-src.git
synced 2024-11-27 20:03:40 +08:00
- Fixed bug #47029 (quoted_printable_decode() produces duplicate warning)
Patch by Andy wharmby
This commit is contained in:
parent
1e3e6cdf29
commit
90c059872d
@ -203,7 +203,7 @@ PHP_FUNCTION(quoted_printable_decode)
|
||||
int arg1_len, i = 0, j = 0, k;
|
||||
|
||||
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &arg1, &arg1_len) == FAILURE) {
|
||||
WRONG_PARAM_COUNT;
|
||||
return;
|
||||
}
|
||||
|
||||
if (arg1_len == 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user