src_flg          1687 ext/standard/file.c PHPAPI int php_copy_file_ex(const char *src, const char *dest, int src_flg)
src_flg          1689 ext/standard/file.c 	return php_copy_file_ctx(src, dest, src_flg, NULL);
src_flg          1695 ext/standard/file.c PHPAPI int php_copy_file_ctx(const char *src, const char *dest, int src_flg, php_stream_context *ctx)
src_flg          1766 ext/standard/file.c 	srcstream = php_stream_open_wrapper_ex(src, "rb", src_flg | REPORT_ERRORS, NULL, ctx);