Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dfile.c1526 PHPAPI int php_copy_file_ex(const char *src, const char *dest, int src_flg) in php_copy_file_ex() argument
1528 return php_copy_file_ctx(src, dest, src_flg, NULL); in php_copy_file_ex()
1533 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
1538 …int src_stat_flags = (src_flg & STREAM_DISABLE_OPEN_BASEDIR) ? PHP_STREAM_URL_STAT_IGNORE_OPEN_BAS… in php_copy_file_ctx()
1605 srcstream = php_stream_open_wrapper_ex(src, "rb", src_flg | REPORT_ERRORS, NULL, ctx); in php_copy_file_ctx()

Completed in 9 milliseconds