Searched refs:full_path (Results 1 – 10 of 10) sorted by relevance
/PHP-7.0/win32/build/ |
H A D | mkdist.php | 446 $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.0/ext/opcache/ |
H A D | zend_file_cache.h | 24 void zend_file_cache_invalidate(zend_string *full_path);
|
H A D | ZendAccelerator.c | 907 persistent_script->full_path != full_path_ptr && in do_validate_timestamps() 938 ps_handle.opened_path = persistent_script->full_path; in do_validate_timestamps() 1241 new_persistent_script->full_path && in cache_script_in_file_cache() 1250 ZSTR_VAL(new_persistent_script->full_path), in cache_script_in_file_cache() 1335 new_persistent_script->full_path && in cache_script_in_shared_memory() 1344 ZSTR_VAL(new_persistent_script->full_path), in cache_script_in_shared_memory() 1591 zend_string_hash_val(new_persistent_script->full_path); in opcache_compile_file() 1627 if (persistent_script->full_path) { in file_cache_compile_file() 1641 … sizeof("phar://") - 1, ZSTR_VAL(persistent_script->full_path), ZSTR_LEN(persistent_script->full_p… in file_cache_compile_file() 1902 if (persistent_script->full_path) { in persistent_compile_file() [all …]
|
H A D | zend_file_cache.c | 691 SERIALIZE_STR(new_script->full_path); in zend_file_cache_serialize() 743 filename = zend_file_cache_get_bin_file_path(script->full_path); in zend_file_cache_script_store() 1242 UNSERIALIZE_STR(script->full_path); in zend_file_cache_unserialize() 1255 zend_string *full_path = file_handle->opened_path; in zend_file_cache_script_load() local 1265 if (!full_path) { in zend_file_cache_script_load() 1268 filename = zend_file_cache_get_bin_file_path(full_path); in zend_file_cache_script_load() 1364 bucket = zend_accel_hash_find_entry(&ZCSG(hash), full_path); in zend_file_cache_script_load() 1430 …zend_accel_hash_update(&ZCSG(hash), ZSTR_VAL(script->full_path), ZSTR_LEN(script->full_path), 0, s… in zend_file_cache_script_load() 1440 void zend_file_cache_invalidate(zend_string *full_path) in zend_file_cache_invalidate() argument 1444 filename = zend_file_cache_get_bin_file_path(full_path); in zend_file_cache_invalidate()
|
H A D | zend_accelerator_util_funcs.c | 98 if (persistent_script->full_path) { in free_persistent_script() 99 zend_string_release(persistent_script->full_path); in free_persistent_script() 715 persistent_script->full_path) { in zend_accel_load_script() 719 …f, sizeof(haltoff) - 1, ZSTR_VAL(persistent_script->full_path), ZSTR_LEN(persistent_script->full_p… in zend_accel_load_script() 739 CG(compiled_filename) = persistent_script->full_path; in zend_accel_load_script()
|
H A D | ZendAccelerator.h | 157 zend_string *full_path; /* full real path with resolved symlinks */ member
|
H A D | zend_persist_calc.c | 402 ADD_STRING(new_persistent_script->full_path); in zend_accel_script_persist_calc()
|
H A D | zend_accelerator_module.c | 566 add_assoc_str(&persistent_script_report, "full_path", zend_string_dup(script->full_path, 0));
|
H A D | zend_persist.c | 921 zend_accel_store_string(script->full_path); in zend_accel_script_persist()
|
/PHP-7.0/sapi/fpm/fpm/ |
H A D | fpm_conf.c | 690 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 99 milliseconds