Home
last modified time | relevance | path

Searched refs:full_path (Results 1 – 5 of 5) sorted by relevance

/PHP-7.2/win32/build/
H A Dmkdist.php446 $full_path = $directory . '/' . $file;
447 if($file != '.' && $file != '..' && $file != '.svn' && is_dir($full_path)) {
449 if (!is_dir($dest . '/' . $full_path)) {
450 mkdir($dest . '/' . $full_path , 0775, true);
452 copy_dir($full_path, $dest . '/' . $full_path . '/');
455 copy_test_dir($full_path, $dest);
/PHP-7.2/ext/opcache/
H A Dzend_file_cache.h24 void zend_file_cache_invalidate(zend_string *full_path);
H A Dzend_file_cache.c1366 zend_string *full_path = file_handle->opened_path; local
1377 if (!full_path) {
1380 filename = zend_file_cache_get_bin_file_path(full_path);
1480 bucket = zend_accel_hash_find_entry(&ZCSG(hash), full_path);
1558 void zend_file_cache_invalidate(zend_string *full_path) argument
1562 filename = zend_file_cache_get_bin_file_path(full_path);
/PHP-7.2/sapi/litespeed/
H A Dlsapilib.c3669 static int lsapi_reopen_stderr2(const char *full_path) in lsapi_reopen_stderr2() argument
3671 int newfd = open(full_path, O_WRONLY | O_CREAT | O_APPEND, 0644); in lsapi_reopen_stderr2()
3674 LSAPI_perror_r(NULL, "Failed to open custom stderr log", full_path); in lsapi_reopen_stderr2()
3683 if (s_stderr_log_path && full_path != s_stderr_log_path) in lsapi_reopen_stderr2()
3688 s_stderr_log_path = strdup(full_path); in lsapi_reopen_stderr2()
3695 char full_path[PATH_MAX]; in lsapi_reopen_stderr() local
3698 if (lsapi_check_path(p, full_path, PATH_MAX) == -1) in lsapi_reopen_stderr()
3703 return lsapi_reopen_stderr2(full_path); in lsapi_reopen_stderr()
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_conf.c690 char *full_path; in fpm_evaluate_full_path() local
732 spprintf(&full_path, 0, "%s/%s", prefix, *path); in fpm_evaluate_full_path()
734 *path = strdup(full_path); in fpm_evaluate_full_path()
735 efree(full_path); in fpm_evaluate_full_path()

Completed in 28 milliseconds