Home
last modified time | relevance | path

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

/PHP-5.6/win32/build/
H A Dmkdist.php412 $full_path = $directory . '/' . $file;
413 if($file != '.' && $file != '..' && $file != '.svn' && is_dir($full_path)) {
415 if (!is_dir($dest . '/' . $full_path)) {
416 mkdir($dest . '/' . $full_path , 0775, true);
418 copy_dir($full_path, $dest . '/' . $full_path . '/');
421 copy_test_dir($full_path, $dest);
/PHP-5.6/ext/opcache/
H A DZendAccelerator.c863 if (strcmp(persistent_script->full_path, file_handle->opened_path) != 0) { in do_validate_timestamps()
872 if (full_path_ptr && strcmp(persistent_script->full_path, full_path_ptr) != 0) { in do_validate_timestamps()
900 ps_handle.filename = persistent_script->full_path; in do_validate_timestamps()
901 ps_handle.opened_path = persistent_script->full_path; in do_validate_timestamps()
1225 new_persistent_script->full_path, in cache_script_in_shared_memory()
1241 memcmp(new_persistent_script->full_path, key, key_length) != 0)) { in cache_script_in_shared_memory()
1599 UNEXPECTED(access(persistent_script->full_path, R_OK) != 0)) {
1700 if (persistent_script->full_path) {
1714 …if (strstr(persistent_script->full_path, ".phar") && !strstr(persistent_script->full_path, "://"))…
2078 return estrndup(persistent_script->full_path, persistent_script->full_path_len);
[all …]
H A Dzend_accelerator_util_funcs.c149 if (persistent_script->full_path) { in free_persistent_script()
150 efree(persistent_script->full_path); in free_persistent_script()
1022 persistent_script->full_path) {
1027 cfilename = persistent_script->full_path;
1054 CG(compiled_filename) = persistent_script->full_path;
H A DZendAccelerator.h187 char *full_path; /* full real path with resolved symlinks */ member
H A Dzend_persist_calc.c370 ADD_DUP_SIZE(new_persistent_script->full_path, new_persistent_script->full_path_len + 1);
H A Dzend_persist.c712 zend_accel_store(script->full_path, script->full_path_len + 1);
H A Dzend_accelerator_module.c531 …add_assoc_stringl(persistent_script_report, "full_path", script->full_path, script->full_path_len,… in accelerator_get_scripts()
/PHP-5.6/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 30 milliseconds