Home
last modified time | relevance | path

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

/PHP-5.4/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.c1621 if (php_copy_file_ctx(source, target, 0, context TSRMLS_CC) == SUCCESS) { in PHP_FUNCTION()
1633 return php_copy_file_ctx(src, dest, 0, NULL TSRMLS_CC); in php_copy_file()
1641 return php_copy_file_ctx(src, dest, 0, NULL TSRMLS_CC); in php_copy_file_ex()
1647 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 12 milliseconds