Searched refs:pcr_error (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/phar/ |
H A D | util.c | 638 const char *pcr_error; in phar_get_or_create_entry_data() local 657 if (phar_path_check(&path, &path_len, &pcr_error) > pcr_is_ok) { in phar_get_or_create_entry_data() 659 spprintf(error, 0, "phar error: invalid path \"%s\" contains %s", path, pcr_error); in phar_get_or_create_entry_data() 1256 const char *pcr_error; in phar_get_entry_info_dir() local 1284 if (phar_path_check(&path, &path_len, &pcr_error) > pcr_is_ok) { in phar_get_entry_info_dir() 1286 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 | 1989 const char *pcr_error; in phar_rename_archive() local 2060 } else if (phar_path_check(&ext, &ext_len, &pcr_error) > pcr_is_ok) { in phar_rename_archive() 3443 const char *pcr_error; in PHP_METHOD() local 3488 if (phar_path_check(&tmp_new_file, &tmp_len, &pcr_error) > pcr_is_ok) { in PHP_METHOD() 3490 …cters %s, cannot be copied from \"%s\" in phar %s", ZSTR_VAL(new_file), pcr_error, ZSTR_VAL(old_fi… in PHP_METHOD()
|
Completed in 27 milliseconds