Lines Matching refs:url_from

765 static int phar_wrapper_rename(php_stream_wrapper *wrapper, char *url_from, char *url_to, int optio…  in phar_wrapper_rename()  argument
777 …if ((resource_from = phar_parse_url(wrapper, url_from, "wb", options|PHP_STREAM_URL_STAT_QUIET TSR… in phar_wrapper_rename()
778 …: cannot rename \"%s\" to \"%s\": invalid or non-writable url \"%s\"", url_from, url_to, url_from); in phar_wrapper_rename()
795 …or: cannot rename \"%s\" to \"%s\": invalid or non-writable url \"%s\"", url_from, url_to, url_to); in phar_wrapper_rename()
813 … "phar error: cannot rename \"%s\" to \"%s\", not within the same phar archive", url_from, url_to); in phar_wrapper_rename()
821 …ING, "phar error: cannot rename \"%s\" to \"%s\": invalid url \"%s\"", url_from, url_to, url_from); in phar_wrapper_rename()
828 …RNING, "phar error: cannot rename \"%s\" to \"%s\": invalid url \"%s\"", url_from, url_to, url_to); in phar_wrapper_rename()
835 … error: cannot rename \"%s\" to \"%s\": not a phar stream url \"%s\"", url_from, url_to, url_from); in phar_wrapper_rename()
842 …ar error: cannot rename \"%s\" to \"%s\": not a phar stream url \"%s\"", url_from, url_to, url_to); in phar_wrapper_rename()
851 …L TSRMLS_CC, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\": %s", url_from, url_to, error); in phar_wrapper_rename()
859 …ar error: cannot rename \"%s\" to \"%s\": could not make cached phar writeable", url_from, url_to); in phar_wrapper_rename()
870 …t rename \"%s\" to \"%s\" from extracted phar archive, source has been deleted", url_from, url_to); in phar_wrapper_rename()
889 …L TSRMLS_CC, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\": %s", url_from, url_to, error); in phar_wrapper_rename()
904 …not rename \"%s\" to \"%s\" from extracted phar archive, source does not exist", url_from, url_to); in phar_wrapper_rename()
1015 …L TSRMLS_CC, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\": %s", url_from, url_to, error); in phar_wrapper_rename()