Searched refs:newpath (Results 1 – 17 of 17) sorted by relevance
/PHP-7.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-7.2/ext/standard/tests/file/ |
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 | fopen_variation13.phpt | 16 $newpath = create_include_path(); 17 set_include_path($newpath); 19 $newpath = generate_next_path(); 20 set_include_path($newpath);
|
H A D | file_put_contents_variation4.phpt | 22 $newpath = create_include_path(); 23 set_include_path($newpath); 26 $newpath = generate_next_path(); 27 set_include_path($newpath);
|
H A D | file_put_contents_variation6.phpt | 23 $newpath = create_include_path(); 24 set_include_path($newpath); 27 $newpath = generate_next_path(); 28 set_include_path($newpath);
|
H A D | fopen_variation7.phpt | 19 $newpath = create_include_path(); 20 set_include_path($newpath); 22 $newpath = generate_next_path(); 23 set_include_path($newpath);
|
H A D | fopen_variation9.phpt | 19 $newpath = relative_include_path(); 20 set_include_path($newpath); 23 $newpath = generate_next_rel_path(); 24 set_include_path($newpath);
|
H A D | fopen_variation16.phpt | 19 $newpath = create_include_path(); 20 set_include_path($newpath); 23 $newpath = generate_next_path(); 24 set_include_path($newpath);
|
H A D | fopen_variation17.phpt | 19 $newpath = create_include_path(); 20 set_include_path($newpath); 23 $newpath = generate_next_path(); 24 set_include_path($newpath);
|
H A D | readfile_variation6.phpt | 26 $newpath = create_include_path(); 27 set_include_path($newpath);
|
H A D | readfile_variation7.phpt | 26 $newpath = create_include_path(); 27 set_include_path($newpath);
|
H A D | file_get_contents_variation1.phpt | 27 $newpath = create_include_path(); 28 set_include_path($newpath);
|
H A D | file_get_contents_variation2.phpt | 28 $newpath = create_include_path(); 29 set_include_path($newpath);
|
/PHP-7.2/ext/zlib/tests/ |
H A D | gzopen_variation5.phpt | 24 $newpath = relative_include_path(); 25 set_include_path($newpath); 27 $newpath = generate_next_rel_path(); 28 set_include_path($newpath);
|
/PHP-7.2/ext/phar/ |
H A D | phar.c | 2083 char *newpath; local 2094 newpath = emalloc(strlen(path) + 2); 2095 newpath[0] = '/'; 2117 efree(newpath); 2125 efree(newpath); 2129 efree(newpath); 2137 #define PREVIOUS newpath[newpath_len - 1] 2143 if (newpath[0] != '/') { 2144 newpath[newpath_len] = '\0'; 2150 newpath[newpath_len++] = '/'; [all …]
|
H A D | phar_object.c | 2048 char *newname = NULL, *newpath = NULL; in phar_rename_archive() local 2178 new_len = spprintf(&newpath, 0, "%s%s", basepath, newname); in phar_rename_archive() 2182 efree(newpath); in phar_rename_archive() 2187 phar->fname = newpath; in phar_rename_archive() 2188 phar->ext = newpath + phar->fname_len - strlen(ext) - 1; in phar_rename_archive() 2211 newpath = oldpath; in phar_rename_archive() 2221 if (SUCCESS == php_stream_stat_path(newpath, &ssb)) { in phar_rename_archive() 2238 phar->alias = estrndup(newpath, strlen(newpath)); in phar_rename_archive() 2239 phar->alias_len = (int)strlen(newpath); in phar_rename_archive() 2241 zend_hash_str_update_ptr(&(PHAR_G(phar_alias_map)), newpath, phar->fname_len, phar); in phar_rename_archive() [all …]
|
/PHP-7.2/ext/fileinfo/ |
H A D | libmagic.patch | 2388 - char *newpath; 2406 - if (asprintf(&newpath, "%s%c%s", *hmagicpath, PATHSEP, tmppath) < 0) 2411 - *hmagicpath = newpath;
|
Completed in 52 milliseconds