Home
last modified time | relevance | path

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

/PHP-5.4/ext/session/
H A Dmod_files.sh62 newpath="$directory/$i"
63 mkdir $newpath || exit 1
64 sh $0 $newpath `expr $depth - 1` $hashbits recurse
/PHP-5.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_variation16.phpt19 $newpath = create_include_path();
20 set_include_path($newpath);
23 $newpath = generate_next_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 Dreadfile_variation6.phpt26 $newpath = create_include_path();
27 set_include_path($newpath);
H A Dreadfile_variation7.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-5.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-5.4/ext/phar/
H A Dphar.c2145 char *newpath; local
2156 newpath = emalloc(strlen(path) + 2);
2157 newpath[0] = '/';
2179 efree(newpath);
2187 efree(newpath);
2191 efree(newpath);
2199 #define PREVIOUS newpath[newpath_len - 1]
2205 if (newpath[0] != '/') {
2206 newpath[newpath_len] = '\0';
2212 newpath[newpath_len++] = '/';
[all …]
H A Dphar_object.c2098 char *newname = NULL, *newpath = NULL; local
2180 phar->fname_len = spprintf(&newpath, 0, "%s%s", basepath, newname);
2181 phar->fname = newpath;
2182 phar->ext = newpath + phar->fname_len - strlen(ext) - 1;
2186 …if (PHAR_G(manifest_cached) && SUCCESS == zend_hash_find(&cached_phars, newpath, phar->fname_len, …
2192 …if (SUCCESS == zend_hash_find(&(PHAR_GLOBALS->phar_fname_map), newpath, phar->fname_len, (void **)…
2205 newpath = oldpath;
2215 if (SUCCESS == php_stream_stat_path(newpath, &ssb)) {
2232 phar->alias = estrndup(newpath, strlen(newpath));
2233 phar->alias_len = strlen(newpath);
[all …]

Completed in 42 milliseconds