mirror of
https://github.com/php/php-src.git
synced 2026-04-29 11:13:36 +02:00
fix type
This commit is contained in:
+1
-1
@@ -415,7 +415,7 @@ static int php_iconv_output_handler(void **nothing, php_output_context *output_c
|
||||
}
|
||||
|
||||
if (mimetype != NULL && !(output_context->op & PHP_OUTPUT_HANDLER_CLEAN)) {
|
||||
zend_long len;
|
||||
size_t len;
|
||||
char *p = strstr(get_output_encoding(TSRMLS_C), "//");
|
||||
|
||||
if (p) {
|
||||
|
||||
Reference in New Issue
Block a user