Home
last modified time | relevance | path

Searched refs:rename (Results 1 – 25 of 62) sorted by path

123

/php-src/Zend/
H A Dzend_virtual_cwd.c1524 retval = rename(oldname, newname); in virtual_rename()
H A Dzend_virtual_cwd.h317 # define VCWD_RENAME(oldname, newname) rename(oldname, newname)
/php-src/build/
H A Dlibtool.m43340 # ends with ".so" (or ".sl" for HP-UX), so rename the library
3496 # ends with ".so" (or ".sl" for HP-UX), so rename the library
3556 # ends with ".so" (or ".sl" for HP-UX), so rename the library
/php-src/ext/gd/libgd/
H A Dwebpng.c275 if (rename (outFn, argv[argc - 1]) != 0) in main()
/php-src/ext/phar/tests/
H A Dbug47085.phpt2 Phar: PHP bug #47085: "rename() returns true even if the file in PHAR does not exist"
15 rename("phar://a.phar/x", "phar://a.phar/y");
16 var_dump(rename("phar://a.phar/x", "phar://a.phar/y"));
21 Warning: rename(): phar error: cannot rename "phar://a.phar/x" to "phar://a.phar/y" from extracted …
H A Dfopen_edgecases.phpt2 Phar: fopen/stat/fseek/unlink/rename edge cases
54 rename('phar://', 'phar://');
55 rename($pname . '/hi', 'phar://');
56 rename('phar://foo.phar/hi', 'phar://');
57 rename($pname . '/hi', 'phar://foo.phar/hi');
60 rename($pname . '/hi', $pname . '/there');
111 Warning: rename(): phar error: cannot rename "phar://" to "phar://": invalid or non-writable url "p…
113 Warning: rename(): phar error: cannot rename "phar://%sfopen_edgecases.phar.php/hi" to "phar://": i…
115 Warning: rename(): phar error: cannot rename "phar://foo.phar/hi" to "phar://": invalid or non-writ…
117 Warning: rename(): phar error: cannot rename "phar://%sfopen_edgecases.phar.php/hi" to "phar://foo.…
[all …]
H A Dgh13836.phpt16 var_dump(rename("phar://a.phar/x", "phar://a.phar/y"));
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-src/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");
/php-src/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-src/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-src/ext/sqlite3/tests/
H A Dsqlite3_rename_column.phpt2 SQLite3 - rename column while SQLite3Result is open
8 die("skip: sqlite3 library version < 3.25: no support for rename column");
25 $db->exec('alter table tbl rename column orig to changed');
/php-src/ext/standard/
H A Dbasic_functions.stub.php2852 function rename(string $from, string $to, $context = null): bool {}
H A Dbasic_functions_arginfo.h2661 ZEND_FUNCTION(rename);
3298 ZEND_FE(rename, arginfo_rename)
H A Dfile.c1266 PHP_FUNCTION(rename) in PHP_FUNCTION() argument
1288 if (!wrapper->wops->rename) { in PHP_FUNCTION()
1300 RETURN_BOOL(wrapper->wops->rename(wrapper, old_name, new_name, 0, context)); in PHP_FUNCTION()
/php-src/ext/standard/tests/file/
H A D005_variation-win32.phpt130 rename($file_name2, "$file_path/005_variation_touch_new.tmp");
H A Dbug39367.phpt18 rename('/tmp/1tmp', '/tmp/1link');
H A Dbug43137.phpt2 Bug #43137 (rmdir() and rename() do not clear statcache)
10 rename($dirname, $toname);
H A Dbug44805.phpt2 Bug#44806 (rename() function is not portable to Windows)
12 rename($file1, $file2);
H A Dbug74719.phpt2 Bug #74719 Allow NULL as context, testing fopen, rename, unlink, mkdir and rmdir
17 if (rename($tmpFile, $newTmpFile, NULL)) {

Completed in 75 milliseconds

123