Searched refs:temp_dir (Results 1 – 5 of 5) sorted by relevance
290 const char *temp_dir; in php_open_temporary_fd_ex() local301 temp_dir = php_get_temporary_directory(); in php_open_temporary_fd_ex()303 …if (temp_dir && *temp_dir != '\0' && (!(flags & PHP_TMP_FILE_OPEN_BASEDIR_CHECK) || !php_check_ope… in php_open_temporary_fd_ex()304 return php_do_open_temporary_file(temp_dir, pfx, opened_path_p); in php_open_temporary_fd_ex()
45 $temp_dir = realpath(dirname($temp_file));47 return $temp_dir;
133 $temp_dir = realpath(dirname($temp_file));135 return $temp_dir;
1483 $temp_dir = $test_dir = $IN_REDIRECT['dir'];1485 $temp_dir = $test_dir = realpath(dirname($file));1489 $temp_dir = str_replace($temp_source, $temp_target, $temp_dir);1494 $diff_filename = $temp_dir . DIRECTORY_SEPARATOR . $main_file_name . 'diff';1495 $log_filename = $temp_dir . DIRECTORY_SEPARATOR . $main_file_name . 'log';1496 $exp_filename = $temp_dir . DIRECTORY_SEPARATOR . $main_file_name . 'exp';1497 $output_filename = $temp_dir . DIRECTORY_SEPARATOR . $main_file_name . 'out';1498 $memcheck_filename = $temp_dir . DIRECTORY_SEPARATOR . $main_file_name . 'mem';1499 $sh_filename = $temp_dir . DIRECTORY_SEPARATOR . $main_file_name . 'sh';1500 $temp_file = $temp_dir . DIRECTORY_SEPARATOR . $main_file_name . 'php';[all …]
72 $temp_dir = realpath(dirname($temp_file));74 return $temp_dir;
Completed in 22 milliseconds