Home
last modified time | relevance | path

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

/php-src/ext/phar/
H A Dphar_object.c3446 zend_string *old_file = NULL; in PHP_METHOD() local
3448 if (zend_parse_parameters(ZEND_NUM_ARGS(), "PP", &old_file, &new_file) == FAILURE) { in PHP_METHOD()
3456 "Cannot copy \"%s\" to \"%s\", phar is read-only", ZSTR_VAL(old_file), ZSTR_VAL(new_file)); in PHP_METHOD()
3460 if (zend_string_starts_with_literal(old_file, ".phar")) { in PHP_METHOD()
3463 …t be copied to file \"%s\", cannot copy Phar meta-file in %s", ZSTR_VAL(old_file), ZSTR_VAL(new_fi… in PHP_METHOD()
3470 …e copied to file \"%s\", cannot copy to Phar meta-file in %s", ZSTR_VAL(old_file), ZSTR_VAL(new_fi… in PHP_METHOD()
3474 …if (NULL == (oldentry = zend_hash_find_ptr(&phar_obj->archive->manifest, old_file)) || oldentry->i… in PHP_METHOD()
3476 …"file \"%s\" cannot be copied to file \"%s\", file does not exist in %s", ZSTR_VAL(old_file), ZSTR… in PHP_METHOD()
3482 …opied to file \"%s\", file must not already exist in phar %s", ZSTR_VAL(old_file), ZSTR_VAL(new_fi… in PHP_METHOD()
3490 …copied from \"%s\" in phar %s", ZSTR_VAL(new_file), pcr_error, ZSTR_VAL(old_file), phar_obj->archi… in PHP_METHOD()
[all …]

Completed in 14 milliseconds