Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dfile.c1691 php_stream *srcstream = NULL, *deststream = NULL; in php_copy_file_ctx() local
1766 deststream = php_stream_open_wrapper_ex(dest, "wb", REPORT_ERRORS, NULL, ctx); in php_copy_file_ctx()
1768 if (srcstream && deststream) { in php_copy_file_ctx()
1769 ret = php_stream_copy_to_stream_ex(srcstream, deststream, PHP_STREAM_COPY_ALL, NULL); in php_copy_file_ctx()
1774 if (deststream) { in php_copy_file_ctx()
1775 php_stream_close(deststream); in php_copy_file_ctx()

Completed in 12 milliseconds