php_copy_file_ex 5854 ext/standard/basic_functions.c 	} else if (php_copy_file_ex(path, new_path, STREAM_DISABLE_OPEN_BASEDIR TSRMLS_CC) == SUCCESS) {
php_copy_file_ex   78 ext/standard/file.h PHPAPI int php_copy_file_ex(char *src, char *dest, int src_chk TSRMLS_DC);