Home
last modified time | relevance | path

Searched refs:opened_path (Results 76 – 77 of 77) sorted by relevance

1234

/PHP-7.4/Zend/
H A Dzend_execute.c4280 if (!file_handle.opened_path) { in zend_include_or_eval()
4281 file_handle.opened_path = zend_string_copy(resolved_path); in zend_include_or_eval()
4284 if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path)) { in zend_include_or_eval()
/PHP-7.4/ext/opcache/
H A Dzend_file_cache.c1520 zend_string *full_path = file_handle->opened_path;

Completed in 41 milliseconds

1234