Searched refs:newpath (Results 1 – 18 of 18) sorted by relevance
/PHP-8.2/ext/session/ |
H A D | mod_files.sh | 63 newpath="$directory/$i" 64 mkdir $newpath || exit 1 65 bash $0 $newpath `expr $depth - 1` $bitsperchar recurse
|
/PHP-8.2/ext/standard/tests/file/ |
H A D | fopen_variation13.phpt | 10 $newpath = create_include_path(); 11 set_include_path($newpath); 13 $newpath = generate_next_path(); 14 set_include_path($newpath);
|
H A D | file_put_contents_variation4.phpt | 15 $newpath = create_include_path(); 16 set_include_path($newpath); 19 $newpath = generate_next_path(); 20 set_include_path($newpath);
|
H A D | file_put_contents_variation5.phpt | 16 $newpath = "rubbish"; 17 set_include_path($newpath); 19 $newpath = ""; 20 set_include_path($newpath);
|
H A D | file_put_contents_variation6.phpt | 17 $newpath = create_include_path(); 18 set_include_path($newpath); 21 $newpath = generate_next_path(); 22 set_include_path($newpath);
|
H A D | fopen_variation7.phpt | 13 $newpath = create_include_path(); 14 set_include_path($newpath); 16 $newpath = generate_next_path(); 17 set_include_path($newpath);
|
H A D | fopen_variation9.phpt | 13 $newpath = relative_include_path(); 14 set_include_path($newpath); 17 $newpath = generate_next_rel_path(); 18 set_include_path($newpath);
|
H A D | fopen_variation16.phpt | 13 $newpath = create_include_path(); 14 set_include_path($newpath); 17 $newpath = generate_next_path(); 18 set_include_path($newpath);
|
H A D | fopen_variation17.phpt | 13 $newpath = create_include_path(); 14 set_include_path($newpath); 17 $newpath = generate_next_path(); 18 set_include_path($newpath);
|
H A D | readfile_variation6.phpt | 20 $newpath = create_include_path(); 21 set_include_path($newpath);
|
H A D | readfile_variation7.phpt | 20 $newpath = create_include_path(); 21 set_include_path($newpath);
|
H A D | file_get_contents_variation1.phpt | 21 $newpath = create_include_path(); 22 set_include_path($newpath);
|
H A D | file_get_contents_variation2.phpt | 22 $newpath = create_include_path(); 23 set_include_path($newpath);
|
/PHP-8.2/ext/zlib/tests/ |
H A D | gzopen_variation5.phpt | 14 $newpath = relative_include_path(); 15 set_include_path($newpath); 17 $newpath = generate_next_rel_path(); 18 set_include_path($newpath);
|
/PHP-8.2/ext/session/tests/ |
H A D | session_set_cookie_params_variation7.phpt | 47 session_set_cookie_params(["path" => "newpath/"], "arg after options array");
|
/PHP-8.2/ext/phar/ |
H A D | phar.c | 2133 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 D | phar_object.c | 1965 char *newname = NULL, *newpath = NULL; in phar_rename_archive() local 2095 new_len = spprintf(&newpath, 0, "%s%s", basepath, newname); in phar_rename_archive() 2097 phar->fname = newpath; in phar_rename_archive() 2098 phar->ext = newpath + phar->fname_len - strlen(ext) - 1; in phar_rename_archive() 2108 …if (NULL != (pphar = zend_hash_str_find_ptr(&(PHAR_G(phar_fname_map)), newpath, phar->fname_len)))… in phar_rename_archive() 2121 newpath = oldpath; in phar_rename_archive() 2131 if (SUCCESS == php_stream_stat_path(newpath, &ssb)) { in phar_rename_archive() 2149 phar->alias = estrndup(newpath, strlen(newpath)); in phar_rename_archive() 2150 phar->alias_len = strlen(newpath); in phar_rename_archive() 2152 zend_hash_str_update_ptr(&(PHAR_G(phar_alias_map)), newpath, phar->fname_len, phar); in phar_rename_archive() [all …]
|
/PHP-8.2/ext/fileinfo/ |
H A D | libmagic.patch | 2482 - char *newpath; 2500 - if (asprintf(&newpath, "%s%c%s", *hmagicpath, PATHSEP, tmppath) < 0) 2505 - *hmagicpath = newpath;
|
Completed in 39 milliseconds