Home
last modified time | relevance | path

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

/PHP-8.4/ext/standard/
H A Dfile.c1501 php_stream_statbuf src_s, dest_s; in php_copy_file_ctx() local
1519 switch (php_stream_stat_path_ex(dest, PHP_STREAM_URL_STAT_QUIET, &dest_s, ctx)) { in php_copy_file_ctx()
1529 if (S_ISDIR(dest_s.sb.st_mode)) { in php_copy_file_ctx()
1533 if (!src_s.sb.st_ino || !dest_s.sb.st_ino) { in php_copy_file_ctx()
1536 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 8 milliseconds