Searched refs:newpath (Results 1 – 18 of 18) sorted by relevance
/php-src/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-src/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 | 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 | 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 | 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-src/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-src/ext/session/tests/ |
H A D | session_set_cookie_params_variation7.phpt | 47 session_set_cookie_params(["path" => "newpath/"], "arg after options array");
|
/php-src/ext/phar/ |
H A D | phar.c | 2130 char *newpath; in phar_fix_filepath() local 2141 newpath = emalloc(strlen(path) + 2); in phar_fix_filepath() 2142 newpath[0] = '/'; in phar_fix_filepath() 2164 efree(newpath); in phar_fix_filepath() 2172 efree(newpath); in phar_fix_filepath() 2176 efree(newpath); in phar_fix_filepath() 2188 if (newpath[0] != '/') { in phar_fix_filepath() 2189 newpath[newpath_len] = '\0'; in phar_fix_filepath() 2195 newpath[newpath_len++] = '/'; in phar_fix_filepath() 2223 newpath[newpath_len] = '\0'; in phar_fix_filepath() [all …]
|
H A D | phar_object.c | 1985 char *newname = NULL, *newpath = NULL; in phar_rename_archive() local 2115 new_len = spprintf(&newpath, 0, "%s%s", basepath, newname); in phar_rename_archive() 2117 phar->fname = newpath; in phar_rename_archive() 2118 phar->ext = newpath + phar->fname_len - strlen(ext) - 1; in phar_rename_archive() 2127 …if (NULL != (pphar = zend_hash_str_find_ptr(&(PHAR_G(phar_fname_map)), newpath, phar->fname_len)))… in phar_rename_archive() 2143 newpath = oldpath; in phar_rename_archive() 2152 if (SUCCESS == php_stream_stat_path(newpath, &ssb)) { in phar_rename_archive() 2171 phar->alias = pestrndup(newpath, strlen(newpath), phar->is_persistent); in phar_rename_archive() 2172 phar->alias_len = strlen(newpath); in phar_rename_archive() 2174 zend_hash_str_update_ptr(&(PHAR_G(phar_alias_map)), newpath, phar->fname_len, phar); in phar_rename_archive() [all …]
|
/php-src/ext/fileinfo/ |
H A D | libmagic.patch | 2278 - char *newpath; 2296 - if (asprintf(&newpath, "%s%c%s", *hmagicpath, PATHSEP, tmppath) < 0) 2301 - *hmagicpath = newpath;
|
Completed in 49 milliseconds