Home
last modified time | relevance | path

Searched refs:old_name (Results 1 – 10 of 10) sorted by relevance

/PHP-5.5/ext/zip/lib/
H A Dzip_rename.c45 const char *old_name; in zip_rename() local
58 if ((old_name=zip_get_name(za, idx, 0)) == NULL) in zip_rename()
62 old_is_dir = (old_name[strlen(old_name)-1] == '/'); in zip_rename()
/PHP-5.5/ext/standard/tests/file/
H A Drename_variation10.phpt7 /* Prototype : bool rename(string old_name, string new_name[, resource context])
25 $old_name = __FILE__.'.tmp';
116 touch($old_name);
117 $res = rename($old_name, $new_name, $value);
123 unlink($old_name);
H A Drename_variation12.phpt11 /* Prototype : bool rename(string old_name, string new_name[, resource context])
H A Drename_variation11-win32.phpt12 /* Prototype : bool rename(string old_name, string new_name[, resource context])
H A Drename_variation12-win32.phpt11 /* Prototype : bool rename(string old_name, string new_name[, resource context])
H A Drename_variation13.phpt12 /* Prototype : bool rename(string old_name, string new_name[, resource context])
H A Drename_variation13-win32.phpt12 /* Prototype : bool rename(string old_name, string new_name[, resource context])
/PHP-5.5/ext/standard/
H A Dfile.c1435 char *old_name, *new_name; in PHP_FUNCTION() local
1441 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "pp|r", &old_name, &old_name_len, &new_name, … in PHP_FUNCTION()
1445 wrapper = php_stream_locate_url_wrapper(old_name, NULL, 0 TSRMLS_CC); in PHP_FUNCTION()
1464 RETURN_BOOL(wrapper->wops->rename(wrapper, old_name, new_name, 0, context TSRMLS_CC)); in PHP_FUNCTION()
H A Dbasic_functions.c1194 ZEND_ARG_INFO(0, old_name)
/PHP-5.5/ext/imap/
H A Dphp_imap.c213 ZEND_ARG_INFO(0, old_name)

Completed in 40 milliseconds