Searched refs:pcr_error (Results 1 – 2 of 2) sorted by relevance
/PHP-5.4/ext/phar/ |
H A D | util.c | 741 const char *pcr_error; in phar_get_or_create_entry_data() local 760 if (phar_path_check(&path, &path_len, &pcr_error) > pcr_is_ok) { in phar_get_or_create_entry_data() 762 spprintf(error, 0, "phar error: invalid path \"%s\" contains %s", path, pcr_error); in phar_get_or_create_entry_data() 1471 const char *pcr_error; in phar_get_entry_info_dir() local 1499 if (phar_path_check(&path, &path_len, &pcr_error) > pcr_is_ok) { in phar_get_entry_info_dir() 1501 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 | 2102 const char *pcr_error; local 2154 } else if (phar_path_check(&ext, &ext_len, &pcr_error) > pcr_is_ok) { 3516 const char *pcr_error; local 3560 if (phar_path_check(&newfile, &newfile_len, &pcr_error) > pcr_is_ok) { 3562 …valid characters %s, cannot be copied from \"%s\" in phar %s", newfile, pcr_error, oldfile, phar_o…
|
Completed in 23 milliseconds