Searched refs:pcr_error (Results 1 – 2 of 2) sorted by relevance
/PHP-7.2/ext/phar/ |
H A D | util.c | 516 const char *pcr_error; in phar_get_or_create_entry_data() local 535 if (phar_path_check(&path, &path_len, &pcr_error) > pcr_is_ok) { in phar_get_or_create_entry_data() 537 spprintf(error, 0, "phar error: invalid path \"%s\" contains %s", path, pcr_error); in phar_get_or_create_entry_data() 1214 const char *pcr_error; in phar_get_entry_info_dir() local 1242 if (phar_path_check(&path, &path_len, &pcr_error) > pcr_is_ok) { in phar_get_entry_info_dir() 1244 spprintf(error, 4096, "phar error: invalid path \"%s\" contains %s", path, pcr_error); in phar_get_entry_info_dir()
|
H A D | phar_object.c | 2052 const char *pcr_error; in phar_rename_archive() local 2123 } else if (phar_path_check(&ext, &ext_len, &pcr_error) > pcr_is_ok) { in phar_rename_archive() 3502 const char *pcr_error; in PHP_METHOD() local 3550 if (phar_path_check(&newfile, &tmp_len, &pcr_error) > pcr_is_ok) { in PHP_METHOD() 3552 …valid characters %s, cannot be copied from \"%s\" in phar %s", newfile, pcr_error, oldfile, phar_o… in PHP_METHOD()
|
Completed in 17 milliseconds