Home
last modified time | relevance | path

Searched refs:pcr_error (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/phar/
H A Dutil.c512 const char *pcr_error; in phar_get_or_create_entry_data() local
531 if (phar_path_check(&path, &path_len, &pcr_error) > pcr_is_ok) { in phar_get_or_create_entry_data()
533 spprintf(error, 0, "phar error: invalid path \"%s\" contains %s", path, pcr_error); in phar_get_or_create_entry_data()
1210 const char *pcr_error; in phar_get_entry_info_dir() local
1238 if (phar_path_check(&path, &path_len, &pcr_error) > pcr_is_ok) { in phar_get_entry_info_dir()
1240 spprintf(error, 4096, "phar error: invalid path \"%s\" contains %s", path, pcr_error); in phar_get_entry_info_dir()
H A Dphar_object.c2019 const char *pcr_error; in phar_rename_archive() local
2090 } else if (phar_path_check(&ext, &ext_len, &pcr_error) > pcr_is_ok) { in phar_rename_archive()
3451 const char *pcr_error; in PHP_METHOD() local
3496 if (phar_path_check(&newfile, &tmp_len, &pcr_error) > pcr_is_ok) { in PHP_METHOD()
3498 …valid characters %s, cannot be copied from \"%s\" in phar %s", newfile, pcr_error, oldfile, phar_o… in PHP_METHOD()

Completed in 20 milliseconds