Home
last modified time | relevance | path

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

123

/PHP-5.3/ext/gd/libgd/
H A Dwebpng.c275 if (rename (outFn, argv[argc - 1]) != 0) in main()
/PHP-5.3/ext/standard/tests/file/
H A Dfileinode_variation.phpt65 rename("$file_path/old.txt", "$file_path/new.txt");
H A D005_variation-win32.phpt139 rename($file_name2, "$file_path/005_variation_touch_new.tmp");
H A D005_variation.phpt154 rename($file_name2, "$file_path/005_variation_touch_new.tmp");
/PHP-5.3/ext/zip/lib/
H A Dzipint.h73 #define _zip_rename rename
/PHP-5.3/TSRM/
H A Dtsrm_virtual_cwd.h300 # define VCWD_RENAME(oldname, newname) rename(oldname, newname)
H A Dtsrm_virtual_cwd.c1717 retval = rename(oldname, newname); in virtual_rename()
/PHP-5.3/ext/standard/
H A Dfile.c1544 PHP_FUNCTION(rename) in PHP_FUNCTION() argument
1571 if (!wrapper->wops->rename) { in PHP_FUNCTION()
1583 RETURN_BOOL(wrapper->wops->rename(wrapper, old_name, new_name, 0, context TSRMLS_CC)); in PHP_FUNCTION()
H A Dbasic_functions.c3077 PHP_FE(rename, arginfo_rename)
/PHP-5.3/main/
H A Dphp_streams.h152 …int (*rename)(php_stream_wrapper *wrapper, char *url_from, char *url_to, int options, php_stream_c… member
/PHP-5.3/
H A DINSTALL428 Note that some distros may rename apxs to apxs2.
477 rename or copy it to a .phps file:
H A DNEWS2197 - Fixed possible bad behavior of rename on windows when used with symbolic
2550 - Fixed bug #48771 (rename() between volumes fails and reports no error on
3087 - Fixed bug #47757 (rename JPG to JPEG in phpinfo). (Pierre)
3119 - Fixed bug #47085 (rename() returns true even if the file in PHAR does not
4035 - Fixed bug #43137 (rmdir() and rename() do not clear statcache). (Jani)
6955 - Fixed bug #30388 (rename across filesystems loses ownership and
/PHP-5.3/build/
H A Dlibtool.m43332 # ends with ".so" (or ".sl" for HP-UX), so rename the library
3488 # ends with ".so" (or ".sl" for HP-UX), so rename the library
3548 # ends with ".so" (or ".sl" for HP-UX), so rename the library
/PHP-5.3/win32/
H A Dinstall.txt417 PHP is able to find and rename it to php.ini. PHP searches for php.ini
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog1223 (b) In pcre_compile(), rename the member of the "branch_chain" structure
1227 (c) In pcre_study(), rename the function set_bit() as set_table_bit(), to
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c30360 if( rename(tPath, cPath) ){

Completed in 372 milliseconds

123