Home
last modified time | relevance | path

Searched refs:newpath (Results 1 – 18 of 18) sorted by relevance

/php-src/ext/session/
H A Dmod_files.sh63 newpath="$directory/$i"
64 mkdir $newpath || exit 1
65 bash $0 $newpath `expr $depth - 1` $bitsperchar recurse
/php-src/ext/standard/tests/file/
H A Dfopen_variation13.phpt10 $newpath = create_include_path();
11 set_include_path($newpath);
13 $newpath = generate_next_path();
14 set_include_path($newpath);
H A Dfile_put_contents_variation4.phpt15 $newpath = create_include_path();
16 set_include_path($newpath);
19 $newpath = generate_next_path();
20 set_include_path($newpath);
H A Dfile_put_contents_variation5.phpt16 $newpath = "rubbish";
17 set_include_path($newpath);
19 $newpath = "";
20 set_include_path($newpath);
H A Dfopen_variation7.phpt13 $newpath = create_include_path();
14 set_include_path($newpath);
16 $newpath = generate_next_path();
17 set_include_path($newpath);
H A Dfopen_variation9.phpt13 $newpath = relative_include_path();
14 set_include_path($newpath);
17 $newpath = generate_next_rel_path();
18 set_include_path($newpath);
H A Dfopen_variation16.phpt13 $newpath = create_include_path();
14 set_include_path($newpath);
17 $newpath = generate_next_path();
18 set_include_path($newpath);
H A Dfopen_variation17.phpt13 $newpath = create_include_path();
14 set_include_path($newpath);
17 $newpath = generate_next_path();
18 set_include_path($newpath);
H A Dfile_put_contents_variation6.phpt17 $newpath = create_include_path();
18 set_include_path($newpath);
21 $newpath = generate_next_path();
22 set_include_path($newpath);
H A Dreadfile_variation6.phpt20 $newpath = create_include_path();
21 set_include_path($newpath);
H A Dreadfile_variation7.phpt20 $newpath = create_include_path();
21 set_include_path($newpath);
H A Dfile_get_contents_variation1.phpt21 $newpath = create_include_path();
22 set_include_path($newpath);
H A Dfile_get_contents_variation2.phpt22 $newpath = create_include_path();
23 set_include_path($newpath);
/php-src/ext/zlib/tests/
H A Dgzopen_variation5.phpt14 $newpath = relative_include_path();
15 set_include_path($newpath);
17 $newpath = generate_next_rel_path();
18 set_include_path($newpath);
/php-src/ext/session/tests/
H A Dsession_set_cookie_params_variation7.phpt47 session_set_cookie_params(["path" => "newpath/"], "arg after options array");
/php-src/ext/phar/
H A Dphar.c2130 char *newpath; in phar_fix_filepath() local
2141 newpath = emalloc(strlen(path) + 2); in phar_fix_filepath()
2142 newpath[0] = '/'; in phar_fix_filepath()
2164 efree(newpath); in phar_fix_filepath()
2172 efree(newpath); in phar_fix_filepath()
2176 efree(newpath); in phar_fix_filepath()
2188 if (newpath[0] != '/') { in phar_fix_filepath()
2189 newpath[newpath_len] = '\0'; in phar_fix_filepath()
2195 newpath[newpath_len++] = '/'; in phar_fix_filepath()
2223 newpath[newpath_len] = '\0'; in phar_fix_filepath()
[all …]
H A Dphar_object.c1985 char *newname = NULL, *newpath = NULL; in phar_rename_archive() local
2115 new_len = spprintf(&newpath, 0, "%s%s", basepath, newname); in phar_rename_archive()
2117 phar->fname = newpath; in phar_rename_archive()
2118 phar->ext = newpath + phar->fname_len - strlen(ext) - 1; in phar_rename_archive()
2127 …if (NULL != (pphar = zend_hash_str_find_ptr(&(PHAR_G(phar_fname_map)), newpath, phar->fname_len)))… in phar_rename_archive()
2143 newpath = oldpath; in phar_rename_archive()
2152 if (SUCCESS == php_stream_stat_path(newpath, &ssb)) { in phar_rename_archive()
2171 phar->alias = pestrndup(newpath, strlen(newpath), phar->is_persistent); in phar_rename_archive()
2172 phar->alias_len = strlen(newpath); in phar_rename_archive()
2174 zend_hash_str_update_ptr(&(PHAR_G(phar_alias_map)), newpath, phar->fname_len, phar); in phar_rename_archive()
[all …]
/php-src/ext/fileinfo/
H A Dlibmagic.patch2278 - char *newpath;
2296 - if (asprintf(&newpath, "%s%c%s", *hmagicpath, PATHSEP, tmppath) < 0)
2301 - *hmagicpath = newpath;

Completed in 64 milliseconds