Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dfile.c1681 PHPAPI int php_copy_file_ex(const char *src, const char *dest, int src_flg) in php_copy_file_ex() argument
1683 return php_copy_file_ctx(src, dest, src_flg, NULL); in php_copy_file_ex()
1689 PHPAPI int php_copy_file_ctx(const char *src, const char *dest, int src_flg, php_stream_context *ct… in php_copy_file_ctx() argument
1760 srcstream = php_stream_open_wrapper_ex(src, "rb", src_flg | REPORT_ERRORS, NULL, ctx); in php_copy_file_ctx()

Completed in 15 milliseconds