Home
last modified time | relevance | path

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

/PHP-7.0/main/streams/
H A Dplain_wrapper.c1129 if (!url_from || !url_to) { in php_plain_files_rename()
1135 php_win32_docref2_from_error(ERROR_INVALID_NAME, url_from, url_to); in php_plain_files_rename()
1138 if (!php_win32_check_trailing_space(url_to, (int)strlen(url_to))) { in php_plain_files_rename()
1139 php_win32_docref2_from_error(ERROR_INVALID_NAME, url_from, url_to); in php_plain_files_rename()
1148 if (strncasecmp(url_to, "file://", sizeof("file://") - 1) == 0) { in php_plain_files_rename()
1149 url_to += sizeof("file://") - 1; in php_plain_files_rename()
1156 ret = VCWD_RENAME(url_from, url_to); in php_plain_files_rename()
1163 if (php_copy_file(url_from, url_to) == SUCCESS) { in php_plain_files_rename()
1166 if (VCWD_CHMOD(url_to, sb.st_mode)) { in php_plain_files_rename()
1175 if (VCWD_CHOWN(url_to, sb.st_uid, sb.st_gid)) { in php_plain_files_rename()
[all …]
H A Duserspace.c51 …er_rename(php_stream_wrapper *wrapper, const char *url_from, const char *url_to, int options, php_…
1146 …atic int user_wrapper_rename(php_stream_wrapper *wrapper, const char *url_from, const char *url_to, in user_wrapper_rename() argument
1164 ZVAL_STRING(&args[1], url_to); in user_wrapper_rename()
/PHP-7.0/ext/phar/
H A Dstream.c780 …if ((resource_to = phar_parse_url(wrapper, url_to, "wb", options|PHP_STREAM_URL_STAT_QUIET)) == NU… in phar_wrapper_rename()
782 …or: cannot rename \"%s\" to \"%s\": invalid or non-writable url \"%s\"", url_from, url_to, url_to); in phar_wrapper_rename()
800 … "phar error: cannot rename \"%s\" to \"%s\", not within the same phar archive", url_from, url_to); in phar_wrapper_rename()
808 …ING, "phar error: cannot rename \"%s\" to \"%s\": invalid url \"%s\"", url_from, url_to, url_from); in phar_wrapper_rename()
815 …RNING, "phar error: cannot rename \"%s\" to \"%s\": invalid url \"%s\"", url_from, url_to, url_to); in phar_wrapper_rename()
822 … error: cannot rename \"%s\" to \"%s\": not a phar stream url \"%s\"", url_from, url_to, url_from); in phar_wrapper_rename()
829 …ar error: cannot rename \"%s\" to \"%s\": not a phar stream url \"%s\"", url_from, url_to, url_to); in phar_wrapper_rename()
838 …docref(NULL, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\": %s", url_from, url_to, error); in phar_wrapper_rename()
846 …ar error: cannot rename \"%s\" to \"%s\": could not make cached phar writeable", url_from, url_to); in phar_wrapper_rename()
876 …docref(NULL, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\": %s", url_from, url_to, error); in phar_wrapper_rename()
[all …]
H A Dstream.h28 …er_rename(php_stream_wrapper *wrapper, const char *url_from, const char *url_to, int options, php_…
/PHP-7.0/ext/standard/
H A Dftp_fopen_wrapper.c954 …tp_rename(php_stream_wrapper *wrapper, const char *url_from, const char *url_to, int options, php_… in php_stream_ftp_rename() argument
962 resource_to = php_url_parse(url_to); in php_stream_ftp_rename()
/PHP-7.0/main/
H A Dphp_streams.h154 …int (*rename)(php_stream_wrapper *wrapper, const char *url_from, const char *url_to, int options, …

Completed in 55 milliseconds