pcr_error        2009 ext/phar/phar_object.c 	const char *pcr_error;
pcr_error        2061 ext/phar/phar_object.c 	} else if (phar_path_check(&ext, &ext_len, &pcr_error) > pcr_is_ok) {
pcr_error        3396 ext/phar/phar_object.c 	const char *pcr_error;
pcr_error        3442 ext/phar/phar_object.c 	if (phar_path_check(&newfile, &tmp_len, &pcr_error) > pcr_is_ok) {
pcr_error        3444 ext/phar/phar_object.c 				"file \"%s\" contains invalid characters %s, cannot be copied from \"%s\" in phar %s", newfile, pcr_error, oldfile, phar_obj->archive->fname);
pcr_error         523 ext/phar/util.c 	const char *pcr_error;
pcr_error         542 ext/phar/util.c 	if (phar_path_check(&path, &path_len, &pcr_error) > pcr_is_ok) {
pcr_error         544 ext/phar/util.c 			spprintf(error, 0, "phar error: invalid path \"%s\" contains %s", path, pcr_error);
pcr_error        1221 ext/phar/util.c 	const char *pcr_error;
pcr_error        1249 ext/phar/util.c 	if (phar_path_check(&path, &path_len, &pcr_error) > pcr_is_ok) {
pcr_error        1251 ext/phar/util.c 			spprintf(error, 4096, "phar error: invalid path \"%s\" contains %s", path, pcr_error);