Home
last modified time | relevance | path

Searched refs:rename (Results 51 – 62 of 62) sorted by relevance

123

/php-src/ext/phar/tests/tar/
H A Drename_dir.phpt32 rename($alias . '/a', $alias . '/b');
/php-src/ext/phar/tests/
H A Drename_dir_and_mount.phpt30 rename($pname . '/a', $pname . '/b');
/php-src/ext/gd/libgd/
H A Dwebpng.c275 if (rename (outFn, argv[argc - 1]) != 0) in main()
/php-src/ext/standard/tests/file/
H A Dfileinode_variation.phpt61 rename("$file_path/old.txt", "$file_path/new.txt");
H A D005_variation-win32.phpt130 rename($file_name2, "$file_path/005_variation_touch_new.tmp");
/php-src/Zend/
H A Dzend_virtual_cwd.h317 # define VCWD_RENAME(oldname, newname) rename(oldname, newname)
H A Dzend_virtual_cwd.c1524 retval = rename(oldname, newname); in virtual_rename()
/php-src/ext/standard/
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()
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)
/php-src/main/
H A Dphp_streams.h155 …int (*rename)(php_stream_wrapper *wrapper, const char *url_from, const char *url_to, int options, … member
/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

Completed in 69 milliseconds

123