Home
last modified time | relevance | path

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

/PHP-5.3/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.3/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.3/ext/zip/
H A Dphp_zip.c2243 char *new_name; in ZIPARCHIVE_METHOD() local
2253 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &index, &new_name, &new_name_len) == FA… in ZIPARCHIVE_METHOD()
2265 if (zip_rename(intern, index, (const char *)new_name) != 0) { in ZIPARCHIVE_METHOD()
2279 char *name, *new_name; in ZIPARCHIVE_METHOD() local
2288 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &name, &name_len, &new_name, &new_name_… in ZIPARCHIVE_METHOD()
2299 if (zip_rename(intern, sb.index, (const char *)new_name)) { in ZIPARCHIVE_METHOD()
2696 ZEND_ARG_INFO(0, new_name)
2701 ZEND_ARG_INFO(0, new_name)
/PHP-5.3/ext/standard/
H A Dfile.c1546 char *old_name, *new_name; in PHP_FUNCTION() local
1552 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|r", &old_name, &old_name_len, &new_name, … in PHP_FUNCTION()
1560 if (strlen(new_name) != new_name_len) { in PHP_FUNCTION()
1576 if (wrapper != php_stream_locate_url_wrapper(new_name, NULL, 0 TSRMLS_CC)) { 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.c1195 ZEND_ARG_INFO(0, new_name)
/PHP-5.3/Zend/
H A Dzend_compile.h544 void zend_do_use(znode *name, znode *new_name, int is_global TSRMLS_DC);
H A Dzend_compile.c5203 void zend_do_use(znode *ns_name, znode *new_name, int is_global TSRMLS_DC) /* {{{ */ in zend_do_use() argument
5217 if (new_name) { in zend_do_use()
5218 name = &new_name->u.constant; in zend_do_use()
/PHP-5.3/ext/imap/
H A Dphp_imap.c214 ZEND_ARG_INFO(0, new_name)

Completed in 78 milliseconds