Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dfile.h79 PHPAPI int php_copy_file_ctx(char *src, char *dest, int src_chk, php_stream_context *ctx TSRMLS_DC);
H A Dfile.c1624 if (php_copy_file_ctx(source, target, 0, context TSRMLS_CC) == SUCCESS) { in PHP_FUNCTION()
1636 return php_copy_file_ctx(src, dest, 0, NULL TSRMLS_CC); in php_copy_file()
1644 return php_copy_file_ctx(src, dest, 0, NULL TSRMLS_CC); in php_copy_file_ex()
1650 PHPAPI int php_copy_file_ctx(char *src, char *dest, int src_flg, php_stream_context *ctx TSRMLS_DC) in php_copy_file_ctx() function

Completed in 20 milliseconds