Home
last modified time | relevance | path

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

/PHP-7.1/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.1/ext/opcache/
H A Dzend_file_cache.h24 void zend_file_cache_invalidate(zend_string *full_path);
H A Dzend_file_cache.c1333 zend_string *full_path = file_handle->opened_path; in zend_file_cache_script_load() local
1343 if (!full_path) { in zend_file_cache_script_load()
1346 filename = zend_file_cache_get_bin_file_path(full_path); in zend_file_cache_script_load()
1442 bucket = zend_accel_hash_find_entry(&ZCSG(hash), full_path); in zend_file_cache_script_load()
1518 void zend_file_cache_invalidate(zend_string *full_path) in zend_file_cache_invalidate() argument
1522 filename = zend_file_cache_get_bin_file_path(full_path); in zend_file_cache_invalidate()
/PHP-7.1/sapi/litespeed/
H A Dlsapilib.c3536 static int lsapi_reopen_stderr2(const char *full_path) in lsapi_reopen_stderr2() argument
3538 int newfd = open(full_path, O_WRONLY | O_CREAT | O_APPEND, 0644); in lsapi_reopen_stderr2()
3541 LSAPI_perror_r(NULL, "failed to open custom stderr log", full_path); in lsapi_reopen_stderr2()
3550 if (s_stderr_log_path && full_path != s_stderr_log_path) in lsapi_reopen_stderr2()
3555 s_stderr_log_path = strdup(full_path); in lsapi_reopen_stderr2()
3562 char full_path[PATH_MAX]; in lsapi_reopen_stderr() local
3565 if (lsapi_check_path(p, full_path, PATH_MAX) == -1) in lsapi_reopen_stderr()
3570 return lsapi_reopen_stderr2(full_path); in lsapi_reopen_stderr()
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_conf.c689 char *full_path; in fpm_evaluate_full_path() local
731 spprintf(&full_path, 0, "%s/%s", prefix, *path); in fpm_evaluate_full_path()
733 *path = strdup(full_path); in fpm_evaluate_full_path()
734 efree(full_path); in fpm_evaluate_full_path()

Completed in 33 milliseconds