Searched refs:new_name (Results 1 – 13 of 13) sorted by relevance
/PHP-5.4/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_attr_driver_name.phpt | 23 $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 D | rename_variation10.phpt | 7 /* 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 D | rename_variation12.phpt | 11 /* Prototype : bool rename(string old_name, string new_name[, resource context])
|
H A D | rename_variation11-win32.phpt | 12 /* Prototype : bool rename(string old_name, string new_name[, resource context])
|
H A D | rename_variation12-win32.phpt | 11 /* Prototype : bool rename(string old_name, string new_name[, resource context])
|
H A D | rename_variation13.phpt | 12 /* Prototype : bool rename(string old_name, string new_name[, resource context])
|
H A D | rename_variation13-win32.phpt | 12 /* Prototype : bool rename(string old_name, string new_name[, resource context])
|
/PHP-5.4/ext/zip/ |
H A D | php_zip.c | 2240 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 D | file.c | 1432 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 D | basic_functions.c | 1192 ZEND_ARG_INFO(0, new_name)
|
/PHP-5.4/Zend/ |
H A D | zend_compile.h | 613 void zend_do_use(znode *name, znode *new_name, int is_global TSRMLS_DC);
|
H A D | zend_compile.c | 6779 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 D | php_imap.c | 214 ZEND_ARG_INFO(0, new_name)
|
Completed in 100 milliseconds