Home
last modified time | relevance | path

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

/PHP-7.4/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-7.4/ext/standard/tests/file/
H A Dfile_put_contents_variation5.phpt16 $newpath = "rubbish";
17 set_include_path($newpath);
19 $newpath = "";
20 set_include_path($newpath);
H A Dfopen_variation13.phpt16 $newpath = create_include_path();
17 set_include_path($newpath);
19 $newpath = generate_next_path();
20 set_include_path($newpath);
H A Dfile_put_contents_variation4.phpt22 $newpath = create_include_path();
23 set_include_path($newpath);
26 $newpath = generate_next_path();
27 set_include_path($newpath);
H A Dfile_put_contents_variation6.phpt23 $newpath = create_include_path();
24 set_include_path($newpath);
27 $newpath = generate_next_path();
28 set_include_path($newpath);
H A Dfopen_variation7.phpt19 $newpath = create_include_path();
20 set_include_path($newpath);
22 $newpath = generate_next_path();
23 set_include_path($newpath);
H A Dfopen_variation9.phpt19 $newpath = relative_include_path();
20 set_include_path($newpath);
23 $newpath = generate_next_rel_path();
24 set_include_path($newpath);
H A Dfopen_variation17.phpt19 $newpath = create_include_path();
20 set_include_path($newpath);
23 $newpath = generate_next_path();
24 set_include_path($newpath);
H A Dfopen_variation16.phpt19 $newpath = create_include_path();
20 set_include_path($newpath);
23 $newpath = generate_next_path();
24 set_include_path($newpath);
H A Dreadfile_variation7.phpt26 $newpath = create_include_path();
27 set_include_path($newpath);
H A Dreadfile_variation6.phpt26 $newpath = create_include_path();
27 set_include_path($newpath);
H A Dfile_get_contents_variation1.phpt27 $newpath = create_include_path();
28 set_include_path($newpath);
H A Dfile_get_contents_variation2.phpt28 $newpath = create_include_path();
29 set_include_path($newpath);
/PHP-7.4/ext/zlib/tests/
H A Dgzopen_variation5.phpt24 $newpath = relative_include_path();
25 set_include_path($newpath);
27 $newpath = generate_next_rel_path();
28 set_include_path($newpath);
/PHP-7.4/ext/session/tests/
H A Dsession_set_cookie_params_variation7.phpt40 var_dump(session_set_cookie_params(["path" => "newpath/"], "arg after options array"));
/PHP-7.4/ext/phar/
H A Dphar.c2088 char *newpath; in phar_fix_filepath() local
2099 newpath = emalloc(strlen(path) + 2); in phar_fix_filepath()
2100 newpath[0] = '/'; in phar_fix_filepath()
2122 efree(newpath); in phar_fix_filepath()
2130 efree(newpath); in phar_fix_filepath()
2134 efree(newpath); in phar_fix_filepath()
2142 #define PREVIOUS newpath[newpath_len - 1] in phar_fix_filepath()
2148 if (newpath[0] != '/') { in phar_fix_filepath()
2149 newpath[newpath_len] = '\0'; in phar_fix_filepath()
2155 newpath[newpath_len++] = '/'; in phar_fix_filepath()
[all …]
H A Dphar_object.c2015 char *newname = NULL, *newpath = NULL; in phar_rename_archive() local
2145 new_len = spprintf(&newpath, 0, "%s%s", basepath, newname); in phar_rename_archive()
2147 phar->fname = newpath; in phar_rename_archive()
2148 phar->ext = newpath + phar->fname_len - strlen(ext) - 1; in phar_rename_archive()
2158 …if (NULL != (pphar = zend_hash_str_find_ptr(&(PHAR_G(phar_fname_map)), newpath, phar->fname_len)))… in phar_rename_archive()
2171 newpath = oldpath; in phar_rename_archive()
2181 if (SUCCESS == php_stream_stat_path(newpath, &ssb)) { in phar_rename_archive()
2199 phar->alias = estrndup(newpath, strlen(newpath)); in phar_rename_archive()
2200 phar->alias_len = strlen(newpath); in phar_rename_archive()
2202 zend_hash_str_update_ptr(&(PHAR_G(phar_alias_map)), newpath, phar->fname_len, phar); in phar_rename_archive()
[all …]
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch2654 - char *newpath;
2672 - if (asprintf(&newpath, "%s%c%s", *hmagicpath, PATHSEP, tmppath) < 0)
2677 - *hmagicpath = newpath;

Completed in 56 milliseconds