Lines Matching refs:opened_path

909 	if (!file_handle->opened_path) {  in zend_get_file_handle_timestamp_win()
928 …if (file_handle->opened_path && GetFileAttributesEx(file_handle->opened_path->val, GetFileExInfoSt… in zend_get_file_handle_timestamp_win()
984 if (file_handle->opened_path) { in zend_get_file_handle_timestamp()
985 char *file_path = ZSTR_VAL(file_handle->opened_path); in zend_get_file_handle_timestamp()
1048 if (file_handle->opened_path) { in do_validate_timestamps()
1049 if (persistent_script->script.filename != file_handle->opened_path && in do_validate_timestamps()
1050 !zend_string_equal_content(persistent_script->script.filename, file_handle->opened_path)) { in do_validate_timestamps()
1061 file_handle->opened_path = full_path_ptr; in do_validate_timestamps()
1067 file_handle->opened_path = NULL; in do_validate_timestamps()
1075 file_handle->opened_path = NULL; in do_validate_timestamps()
1081 file_handle->opened_path = NULL; in do_validate_timestamps()
1085 ps_handle.opened_path = persistent_script->script.filename; in do_validate_timestamps()
1310 file_handle.opened_path = realpath; in zend_accel_invalidate()
1696 …andle->opened_path && zend_accel_blacklist_is_blacklisted(&accel_blacklist, ZSTR_VAL(file_handle-> in opcache_compile_file()
1808 if (file_handle->opened_path) { in opcache_compile_file()
1809 new_persistent_script->script.filename = zend_string_copy(file_handle->opened_path); in opcache_compile_file()
1830 if (!file_handle->opened_path) { in file_cache_compile_file()
2000 if (file_handle->opened_path) { in persistent_compile_file()
2001 bucket = zend_accel_hash_find_entry(&ZCSG(hash), file_handle->opened_path); in persistent_compile_file()
2246 handle->opened_path = zend_string_copy(ZCG(cache_persistent_script)->script.filename); in persistent_stream_open_function()
4367 if (file_handle.opened_path) { in accel_preload()
4368 zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path); in accel_preload()