diff --git a/ext/phar/func_interceptors.c b/ext/phar/func_interceptors.c index 2df88a61704..4bc862526c2 100644 --- a/ext/phar/func_interceptors.c +++ b/ext/phar/func_interceptors.c @@ -573,7 +573,7 @@ void phar_file_stat(const char *filename, php_stat_len filename_length, int type efree(save2); /* Error Occured */ if (!IS_EXISTS_CHECK(type)) { - php_error_docref(NULL TSRMLS_CC, E_WARNING, "%sstat failed for %s", IS_LINK_OPERATION(type) ? "l" : "", filename); + php_error_docref(NULL TSRMLS_CC, E_WARNING, "%sstat failed for %s", IS_LINK_OPERATION(type) ? "L" : "", filename); } RETURN_FALSE; }