Home
last modified time | relevance | path

Searched refs:rename (Results 26 – 50 of 61) sorted by relevance

123

/PHP-7.4/ext/standard/tests/file/
H A Dbug44805.phpt2 Bug#44806 (rename() function is not portable to Windows)
12 rename($file1, $file2);
H A Dlstat_stat_variation2.phpt2 Test lstat() and stat() functions: usage variations - effects of rename() on dir
12 /* test the effects of rename() on stats of dir */
26 var_dump( rename($old_dirname, $new_dirname) );
H A Dlstat_stat_variation1.phpt2 Test lstat() and stat() functions: usage variations - effects of rename() on file
12 /* test the effects of rename() on stats of file */
28 var_dump( rename($old_filename, $new_filename) );
H A Dstat_variation1-win32-mb.phpt2 Test stat() functions: usage variations - effects of rename()
17 /* test the effects of rename() on stats of dir/file */
39 var_dump( rename($old_filename, $new_filename) );
58 var_dump( rename($old_dirname, $new_dirname) );
H A Dstat_variation1-win32.phpt2 Test stat() functions: usage variations - effects of rename()
17 /* test the effects of rename() on stats of dir/file */
39 var_dump( rename($old_filename, $new_filename) );
58 var_dump( rename($old_dirname, $new_dirname) );
H A Drename_variation7.phpt2 Test rename() function: usage variations-8
15 rename($tmp_link, $tmp_link2);
H A Drename_variation6-win32.phpt2 Test rename() function: usage variations-6
18 rename($tmp_link, $tmp_link2);
H A Duserwrapper.phpt2 Userstream unlink, rename, mkdir, rmdir, and url_stat.
10 function rename($from, $to) {
37 rename('test://example.com/path/to/from', 'test://example.com/path/to/to');
39 @rename('test://example.com/path/to/from', 'http://example.com/path/to/to');
H A Dbug74719.phpt2 Bug #74719 Allow NULL as context, testing fopen, rename, unlink, mkdir and rmdir
17 if (rename($tmpFile, $newTmpFile, NULL)) {
H A Drename_variation6.phpt2 Test rename() function: usage variations-6
17 rename($tmp_link, $tmp_link2);
H A Dlstat_stat_variation3.phpt2 Test lstat() and stat() functions: usage variations - effects of rename() on link
19 /* test the effects of rename() on stats of link */
37 var_dump( rename($old_linkname, $new_linkname) );
H A Drename_variation7-win32.phpt2 Test rename() function: usage variations-8
15 rename($tmp_link, $tmp_link2);
H A Dbug39367.phpt18 rename('/tmp/1tmp', '/tmp/1link');
/PHP-7.4/ext/standard/tests/streams/
H A Dbug40459.phpt31 function rename($from, $to)
80 echo 'rename: ';
81 rename('test://test', 'test://test2');
102 rename: yes
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_long_path_bug30730.phpt2 Bug #30730 Filename path length limit broken on NTFS volume, using rename
29 var_dump(rename($dir, $dest_dir));
H A Dtest_rename_mb_names.phpt2 Test rename() with a dir for multibyte filenames
49 var_dump(rename($fw_copied, $fw_renamed));
/PHP-7.4/ext/phar/tests/
H A Drename.phpt2 Phar: rename test
22 rename($pname . '/a', $pname . '/b');
H A Drename_dir.phpt23 rename($pname . '/a', $pname . '/b');
H A Drename_dir_and_mount.phpt30 rename($pname . '/a', $pname . '/b');
/PHP-7.4/ext/phar/tests/zip/
H A Drename.phpt2 Phar: rename test zip-based
24 rename($alias . '/a', $alias . '/b');
H A Drename_dir.phpt24 rename($alias . '/a', $alias . '/b');
/PHP-7.4/ext/phar/tests/tar/
H A Drename.phpt2 Phar: rename test tar-based
32 rename($alias . '/a', $alias . '/b');
H A Drename_dir.phpt32 rename($alias . '/a', $alias . '/b');
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dwrite23.phar4 rename("phar://" . __FILE__ . "/test.txt", "phar://" . __FILE__ . "/newname");
H A Dwrite23.phar.inc10 rename("phar://" . __FILE__ . "/test.txt", "phar://" . __FILE__ . "/newname");

Completed in 23 milliseconds

123