Home
last modified time | relevance | path

Searched refs:new_name (Results 1 – 13 of 13) sorted by relevance

/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_driver_name.phpt23 $new_name = $db->getAttribute(PDO::ATTR_DRIVER_NAME);
24 if ($name != $new_name)
25 printf("[002] Did we change it from '%s' to '%s'?\n", $name, $new_name);
/PHP-5.4/ext/standard/tests/file/
H A Drename_variation10.phpt7 /* Prototype : bool rename(string old_name, string new_name[, resource context])
26 $new_name = __FILE__.'.renamed';
117 $res = rename($old_name, $new_name, $value);
120 unlink($new_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.4/ext/zip/
H A Dphp_zip.c2240 char *new_name; in ZIPARCHIVE_METHOD() local
2250 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &index, &new_name, &new_name_len) == FA… in ZIPARCHIVE_METHOD()
2262 if (zip_rename(intern, index, (const char *)new_name) != 0) { in ZIPARCHIVE_METHOD()
2276 char *name, *new_name; in ZIPARCHIVE_METHOD() local
2285 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &name, &name_len, &new_name, &new_name_… in ZIPARCHIVE_METHOD()
2296 if (zip_rename(intern, sb.index, (const char *)new_name)) { in ZIPARCHIVE_METHOD()
2686 ZEND_ARG_INFO(0, new_name)
2691 ZEND_ARG_INFO(0, new_name)
/PHP-5.4/ext/standard/
H A Dfile.c1432 char *old_name, *new_name; in PHP_FUNCTION() local
1438 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "pp|r", &old_name, &old_name_len, &new_name, … in PHP_FUNCTION()
1454 if (wrapper != php_stream_locate_url_wrapper(new_name, NULL, 0 TSRMLS_CC)) { in PHP_FUNCTION()
1461 RETURN_BOOL(wrapper->wops->rename(wrapper, old_name, new_name, 0, context TSRMLS_CC)); in PHP_FUNCTION()
H A Dbasic_functions.c1192 ZEND_ARG_INFO(0, new_name)
/PHP-5.4/Zend/
H A Dzend_compile.h613 void zend_do_use(znode *name, znode *new_name, int is_global TSRMLS_DC);
H A Dzend_compile.c6779 void zend_do_use(znode *ns_name, znode *new_name, int is_global TSRMLS_DC) /* {{{ */ in zend_do_use() argument
6793 if (new_name) { in zend_do_use()
6794 name = &new_name->u.constant; in zend_do_use()
/PHP-5.4/ext/imap/
H A Dphp_imap.c214 ZEND_ARG_INFO(0, new_name)

Completed in 130 milliseconds