Home
last modified time | relevance | path

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

/PHP-7.4/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()
563 if ((resource = phar_parse_url(wrapper, url, "r", flags|PHP_STREAM_URL_STAT_QUIET)) == NULL) { in phar_wrapper_stat()
748 …if ((resource_from = phar_parse_url(wrapper, url_from, "wb", options|PHP_STREAM_URL_STAT_QUIET)) =… in phar_wrapper_rename()
764 …if ((resource_to = phar_parse_url(wrapper, url_to, "wb", options|PHP_STREAM_URL_STAT_QUIET)) == NU… in phar_wrapper_rename()
/PHP-7.4/main/
H A Dfopen_wrappers.c570 … if (SUCCESS == wrapper->wops->url_stat(wrapper, trypath, PHP_STREAM_URL_STAT_QUIET, &ssb, NULL)) {
610 … if (SUCCESS == wrapper->wops->url_stat(wrapper, trypath, PHP_STREAM_URL_STAT_QUIET, &ssb, NULL)) {
H A Dphp_streams.h391 #define PHP_STREAM_URL_STAT_QUIET 2 macro
/PHP-7.4/ext/standard/
H A Dfilestat.c822 flags |= PHP_STREAM_URL_STAT_QUIET; in php_stat()
H A Dfile.c1710 …switch (php_stream_stat_path_ex(dest, PHP_STREAM_URL_STAT_QUIET | PHP_STREAM_URL_STAT_NOCACHE, &de… in php_copy_file_ctx()
/PHP-7.4/ext/libxml/
H A Dlibxml.c351 …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-7.4/ext/zip/
H A Dphp_zip.c199 if (php_stream_stat_path_ex(file_dirname_fullpath, PHP_STREAM_URL_STAT_QUIET, &ssb, NULL) < 0) { in php_zip_extract_file()
2634 if (php_stream_stat_path_ex(pathto, PHP_STREAM_URL_STAT_QUIET, &ssb, NULL) < 0) {
/PHP-7.4/main/streams/
H A Duserspace.c93 …REGISTER_LONG_CONSTANT("STREAM_URL_STAT_QUIET", PHP_STREAM_URL_STAT_QUIET, CONST_CS|CONST_PERSIS… in PHP_MINIT_FUNCTION()
H A Dplain_wrapper.c1159 if (php_check_open_basedir_ex(url, (flags & PHP_STREAM_URL_STAT_QUIET) ? 0 : 1)) { in php_plain_files_url_stater()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c888 …ret = wrapper->wops->url_stat(wrapper, (char*)filename, PHP_STREAM_URL_STAT_QUIET, &stream_statbuf… in zend_get_stream_timestamp()

Completed in 78 milliseconds