Home
last modified time | relevance | path

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

/PHP-8.3/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-8.3/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-8.3/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-8.3/ext/session/tests/
H A Dsession_set_cookie_params_variation7.phpt47 session_set_cookie_params(["path" => "newpath/"], "arg after options array");
/PHP-8.3/ext/phar/
H A Dphar.c2133 char *newpath; in phar_fix_filepath() local
2144 newpath = emalloc(strlen(path) + 2); in phar_fix_filepath()
2145 newpath[0] = '/'; in phar_fix_filepath()
2167 efree(newpath); in phar_fix_filepath()
2175 efree(newpath); in phar_fix_filepath()
2179 efree(newpath); in phar_fix_filepath()
2187 #define PREVIOUS newpath[newpath_len - 1] in phar_fix_filepath()
2193 if (newpath[0] != '/') { in phar_fix_filepath()
2194 newpath[newpath_len] = '\0'; in phar_fix_filepath()
2200 newpath[newpath_len++] = '/'; in phar_fix_filepath()
[all …]
H A Dphar_object.c1977 char *newname = NULL, *newpath = NULL; in phar_rename_archive() local
2107 new_len = spprintf(&newpath, 0, "%s%s", basepath, newname); in phar_rename_archive()
2109 phar->fname = newpath; in phar_rename_archive()
2110 phar->ext = newpath + phar->fname_len - strlen(ext) - 1; in phar_rename_archive()
2120 …if (NULL != (pphar = zend_hash_str_find_ptr(&(PHAR_G(phar_fname_map)), newpath, phar->fname_len)))… in phar_rename_archive()
2135 newpath = oldpath; in phar_rename_archive()
2145 if (SUCCESS == php_stream_stat_path(newpath, &ssb)) { in phar_rename_archive()
2163 phar->alias = estrndup(newpath, strlen(newpath)); in phar_rename_archive()
2164 phar->alias_len = strlen(newpath); in phar_rename_archive()
2166 zend_hash_str_update_ptr(&(PHAR_G(phar_alias_map)), newpath, phar->fname_len, phar); in phar_rename_archive()
[all …]
/PHP-8.3/ext/fileinfo/
H A Dlibmagic.patch2232 - char *newpath;
2250 - if (asprintf(&newpath, "%s%c%s", *hmagicpath, PATHSEP, tmppath) < 0)
2255 - *hmagicpath = newpath;

Completed in 46 milliseconds