pcr_error        2032 ext/phar/phar_object.c 	const char *pcr_error;
pcr_error        2084 ext/phar/phar_object.c 	} else if (phar_path_check(&ext, &ext_len, &pcr_error) > pcr_is_ok) {
pcr_error        3439 ext/phar/phar_object.c 	const char *pcr_error;
pcr_error        3483 ext/phar/phar_object.c 	if (phar_path_check(&newfile, &newfile_len, &pcr_error) > pcr_is_ok) {
pcr_error        3485 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->arc.archive->fname);
pcr_error         524 ext/phar/util.c 	const char *pcr_error;
pcr_error         543 ext/phar/util.c 	if (phar_path_check(&path, &path_len, &pcr_error) > pcr_is_ok) {
pcr_error         545 ext/phar/util.c 			spprintf(error, 0, "phar error: invalid path \"%s\" contains %s", path, pcr_error);
pcr_error        1226 ext/phar/util.c 	const char *pcr_error;
pcr_error        1254 ext/phar/util.c 	if (phar_path_check(&path, &path_len, &pcr_error) > pcr_is_ok) {
pcr_error        1256 ext/phar/util.c 			spprintf(error, 4096, "phar error: invalid path \"%s\" contains %s", path, pcr_error);