Home
last modified time | relevance | path

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

123

/PHP-5.5/
H A DINSTALL428 Note that some distros may rename apxs to apxs2.
477 rename or copy it to a .phps file:
H A DNEWS5247 - Fixed possible bad behavior of rename on windows when used with symbolic
5600 - Fixed bug #48771 (rename() between volumes fails and reports no error on
6137 - Fixed bug #47757 (rename JPG to JPEG in phpinfo). (Pierre)
6169 - Fixed bug #47085 (rename() returns true even if the file in PHAR does not
7085 - Fixed bug #43137 (rmdir() and rename() do not clear statcache). (Jani)
10005 - Fixed bug #30388 (rename across filesystems loses ownership and
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c1703 retval = rename(oldname, newname); in virtual_rename()
H A Dtsrm_virtual_cwd.h300 # define VCWD_RENAME(oldname, newname) rename(oldname, newname)
/PHP-5.5/build/
H A Dlibtool.m43335 # ends with ".so" (or ".sl" for HP-UX), so rename the library
3491 # ends with ".so" (or ".sl" for HP-UX), so rename the library
3551 # ends with ".so" (or ".sl" for HP-UX), so rename the library
/PHP-5.5/ext/gd/libgd/
H A Dwebpng.c275 if (rename (outFn, argv[argc - 1]) != 0) in main()
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY60 2007/06/18: [impl] rename CClassNode flags.
65 2007/06/11: [impl] rename node types.
116 2006/12/22: [impl] rename ADD_PAD_TO_SHORT_BYTE_STRING
165 2006/11/08: [impl] rename QUALIFIER -> QUANTIFIER.
279 rename ONIGENC_CASE_FOLD_COMPOUND
1250 2004/01/14: [impl] rename UNALIGNED_WORD_ACCESS to
1298 2003/12/12: [impl] rename WCINT to CodePoint.
1541 2003/06/19: [inst] rename regex.h to oniguruma.h.
1737 2003/02/21: [spec] rename some error code symbols.
1812 2003/01/31: [impl] rename TTRANS() to TOLOWER().
[all …]
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog2159 (b) In pcre_compile(), rename the member of the "branch_chain" structure
2163 (c) In pcre_study(), rename the function set_bit() as set_table_bit(), to
/PHP-5.5/ext/phar/
H A DTODO30 X support rename() in stream wrapper [Greg]
82 X make convertToZip/convertToTar rename files [Steph]
83 X make convertTo*() with full file compression rename to append .gz or .bz2
/PHP-5.5/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"));
22 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');
112 Warning: rename(): phar error: cannot rename "phar://" to "phar://": invalid or non-writable url "p…
114 Warning: rename(): phar error: cannot rename "phar://%sfopen_edgecases.phar.php/hi" to "phar://": i…
116 Warning: rename(): phar error: cannot rename "phar://foo.phar/hi" to "phar://": invalid or non-writ…
118 Warning: rename(): phar error: cannot rename "phar://%sfopen_edgecases.phar.php/hi" to "phar://foo.…
[all …]
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-5.5/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-5.5/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-5.5/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-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c32144 if( rename(tPath, cPath) ){
/PHP-5.5/ext/standard/
H A Dbasic_functions.c3107 PHP_FE(rename, arginfo_rename)
H A Dfile.c1433 PHP_FUNCTION(rename) in PHP_FUNCTION() argument
1452 if (!wrapper->wops->rename) { in PHP_FUNCTION()
1464 RETURN_BOOL(wrapper->wops->rename(wrapper, old_name, new_name, 0, context TSRMLS_CC)); in PHP_FUNCTION()
H A Dfile.h53 PHP_FUNCTION(rename);
/PHP-5.5/ext/standard/tests/file/
H A D005_variation-win32.phpt139 rename($file_name2, "$file_path/005_variation_touch_new.tmp");

Completed in 576 milliseconds

123