Home
last modified time | relevance | path

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

/php-src/ext/opcache/
H A DZendAccelerator.c190 static inline bool is_cacheable_stream_path(const char *filename) in is_cacheable_stream_path() function
1199 if (!is_cacheable_stream_path(path)) { in accel_make_persistent_key()
1887 !is_cacheable_stream_path(ZSTR_VAL(file_handle->filename))) { in file_cache_compile_file()
2031 …XPECTED(php_is_stream_path(ZSTR_VAL(file_handle->filename)) && !is_cacheable_stream_path(ZSTR_VAL(… in persistent_compile_file()

Completed in 15 milliseconds