Searched refs:newpath (Results 1 – 16 of 16) sorted by relevance
/PHP-7.1/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.1/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 | 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 | 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_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.1/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.1/ext/phar/ |
H A D | phar.c | 2082 char *newpath; local 2093 newpath = emalloc(strlen(path) + 2); 2094 newpath[0] = '/'; 2116 efree(newpath); 2124 efree(newpath); 2128 efree(newpath); 2136 #define PREVIOUS newpath[newpath_len - 1] 2142 if (newpath[0] != '/') { 2143 newpath[newpath_len] = '\0'; 2149 newpath[newpath_len++] = '/'; [all …]
|
H A D | phar_object.c | 2037 char *newname = NULL, *newpath = NULL; in phar_rename_archive() local 2120 new_len = spprintf(&newpath, 0, "%s%s", basepath, newname); in phar_rename_archive() 2124 efree(newpath); in phar_rename_archive() 2129 phar->fname = newpath; in phar_rename_archive() 2130 phar->ext = newpath + phar->fname_len - strlen(ext) - 1; in phar_rename_archive() 2153 newpath = oldpath; in phar_rename_archive() 2163 if (SUCCESS == php_stream_stat_path(newpath, &ssb)) { in phar_rename_archive() 2180 phar->alias = estrndup(newpath, strlen(newpath)); in phar_rename_archive() 2181 phar->alias_len = (int)strlen(newpath); in phar_rename_archive() 2183 zend_hash_str_update_ptr(&(PHAR_G(phar_alias_map)), newpath, phar->fname_len, phar); in phar_rename_archive() [all …]
|
Completed in 48 milliseconds