Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Dxml_document.c200 if (!php_is_stream_path((char *) lxml_doc->URL)) { in load_from_helper()
/php-src/main/
H A Dphp_streams.h627 static inline bool php_is_stream_path(const char *filename) in php_is_stream_path() function
/php-src/ext/opcache/
H A DZendAccelerator.c1050 if (php_is_stream_path(file_path)) { in zend_get_file_handle_timestamp()
1198 } else if (UNEXPECTED(php_is_stream_path(path))) { in accel_make_persistent_key()
1886 if (php_is_stream_path(ZSTR_VAL(file_handle->filename)) && in file_cache_compile_file()
2031 …} else if (UNEXPECTED(php_is_stream_path(ZSTR_VAL(file_handle->filename)) && !is_cacheable_stream_… in persistent_compile_file()
4054 if (php_is_stream_path(ZSTR_VAL(filename))) {
/php-src/ext/standard/
H A Dfilestat.c732 if (EXPECTED(!php_is_stream_path(local) || expand_filepath(local, realpath) == NULL)) { in php_stat()

Completed in 28 milliseconds