Skip to content

Commit

Permalink
Merge branch 'master' of github.com:derickr/vld
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Sep 23, 2014
2 parents 76e0017 + 79544f4 commit bf18387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srm_oparray.c
Expand Up @@ -260,7 +260,7 @@ static inline int vld_dump_zval_string(ZVAL_VALUE_TYPE value)
ZVAL_VALUE_STRING_TYPE *new_str;
int new_len, len;

new_str = php_url_encode(ZVAL_STRING_VALUE(value), ZVAL_STRING_LENGTH(value) PHP_URLENCODE_NEW_LEN(new_len));
new_str = php_url_encode(ZVAL_STRING_VALUE(value), ZVAL_STRING_LEN(value) PHP_URLENCODE_NEW_LEN(new_len));
len = vld_printf (stderr, "'%s'", ZSTRING_VALUE(new_str));
efree(new_str);
return len;
Expand Down

0 comments on commit bf18387

Please sign in to comment.