Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/
H A DZendAccelerator.c153 static inline int is_stream_path(const char *filename) in is_stream_path() function
984 if (is_stream_path(file_path)) { in zend_get_file_handle_timestamp()
1128 } else if (UNEXPECTED(is_stream_path(path))) { in accel_make_persistent_key()
1867 if (is_stream_path(file_handle->filename) && in file_cache_compile_file()
2018 …} else if (UNEXPECTED(is_stream_path(file_handle->filename) && !is_cacheable_stream_path(file_hand… in persistent_compile_file()
4053 if (is_stream_path(ZSTR_VAL(filename))) {

Completed in 15 milliseconds