Home
last modified time | relevance | path

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

/PHP-8.1/ext/phar/
H A Dstream.c70 if (!(options & PHP_STREAM_URL_STAT_QUIET)) { in phar_parse_url()
76 if (!(options & PHP_STREAM_URL_STAT_QUIET)) { in phar_parse_url()
113 if (!(options & PHP_STREAM_URL_STAT_QUIET)) { in phar_parse_url()
122 if (!(options & PHP_STREAM_URL_STAT_QUIET)) { in phar_parse_url()
133 if (!(options & PHP_STREAM_URL_STAT_QUIET)) { in phar_parse_url()
145 if (!(options & PHP_STREAM_URL_STAT_QUIET)) { in phar_parse_url()
560 if ((resource = phar_parse_url(wrapper, url, "r", flags|PHP_STREAM_URL_STAT_QUIET)) == NULL) { in phar_wrapper_stat()
745 …if ((resource_from = phar_parse_url(wrapper, url_from, "wb", options|PHP_STREAM_URL_STAT_QUIET)) =… in phar_wrapper_rename()
761 …if ((resource_to = phar_parse_url(wrapper, url_to, "wb", options|PHP_STREAM_URL_STAT_QUIET)) == NU… in phar_wrapper_rename()
/PHP-8.1/main/
H A Dfopen_wrappers.c560 … if (SUCCESS == wrapper->wops->url_stat(wrapper, trypath, PHP_STREAM_URL_STAT_QUIET, &ssb, NULL)) {
600 … if (SUCCESS == wrapper->wops->url_stat(wrapper, trypath, PHP_STREAM_URL_STAT_QUIET, &ssb, NULL)) {
H A Dphp_streams.h397 #define PHP_STREAM_URL_STAT_QUIET 2 macro
/PHP-8.1/ext/zip/
H A Dphp_zip.c187 if (php_stream_stat_path_ex(file_dirname_fullpath, PHP_STREAM_URL_STAT_QUIET, &ssb, NULL) < 0) { in php_zip_extract_file()
296 if (php_stream_stat_path_ex(resolved_path, PHP_STREAM_URL_STAT_QUIET, &ssb, NULL)) { in php_zip_add_file()
2753 if (php_stream_stat_path_ex(pathto, PHP_STREAM_URL_STAT_QUIET, &ssb, NULL) < 0) {
/PHP-8.1/ext/standard/
H A Dfilestat.c793 flags |= PHP_STREAM_URL_STAT_QUIET; in php_stat()
H A Dfile.c1689 switch (php_stream_stat_path_ex(dest, PHP_STREAM_URL_STAT_QUIET, &dest_s, ctx)) { in php_copy_file_ctx()
/PHP-8.1/ext/libxml/
H A Dlibxml.c305 …if (wrapper->wops->url_stat(wrapper, path_to_open, PHP_STREAM_URL_STAT_QUIET, &ssbuf, NULL) == -1)… in php_libxml_streams_IO_open_wrapper()
/PHP-8.1/main/streams/
H A Dplain_wrapper.c1210 if (php_check_open_basedir_ex(url, (flags & PHP_STREAM_URL_STAT_QUIET) ? 0 : 1)) { in php_plain_files_url_stater()
H A Duserspace.c89 …REGISTER_LONG_CONSTANT("STREAM_URL_STAT_QUIET", PHP_STREAM_URL_STAT_QUIET, CONST_CS|CONST_PERSIS… in PHP_MINIT_FUNCTION()
/PHP-8.1/ext/opcache/
H A DZendAccelerator.c914 …ret = wrapper->wops->url_stat(wrapper, (char*)filename, PHP_STREAM_URL_STAT_QUIET, &stream_statbuf… in zend_get_stream_timestamp()

Completed in 74 milliseconds