Searched refs:dest_s (Results 1 – 1 of 1) sorted by relevance
1663 php_stream_statbuf src_s, dest_s; in php_copy_file_ctx() local1680 …stream_stat_path_ex(dest, PHP_STREAM_URL_STAT_QUIET | PHP_STREAM_URL_STAT_NOCACHE, &dest_s, ctx)) { in php_copy_file_ctx()1690 if (S_ISDIR(dest_s.sb.st_mode)) { in php_copy_file_ctx()1694 if (!src_s.sb.st_ino || !dest_s.sb.st_ino) { in php_copy_file_ctx()1697 if (src_s.sb.st_ino == dest_s.sb.st_ino && src_s.sb.st_dev == dest_s.sb.st_dev) { in php_copy_file_ctx()
Completed in 13 milliseconds