PHP_STREAM_URL_STAT_QUIET 352 ext/libxml/libxml.c if (wrapper->wops->url_stat(wrapper, path_to_open, PHP_STREAM_URL_STAT_QUIET, &ssbuf, NULL) == -1) { PHP_STREAM_URL_STAT_QUIET 695 ext/opcache/ZendAccelerator.c ret = wrapper->wops->url_stat(wrapper, (char*)filename, PHP_STREAM_URL_STAT_QUIET, &stream_statbuf, NULL); PHP_STREAM_URL_STAT_QUIET 69 ext/phar/stream.c if (!(options & PHP_STREAM_URL_STAT_QUIET)) { PHP_STREAM_URL_STAT_QUIET 75 ext/phar/stream.c if (!(options & PHP_STREAM_URL_STAT_QUIET)) { PHP_STREAM_URL_STAT_QUIET 110 ext/phar/stream.c if (!(options & PHP_STREAM_URL_STAT_QUIET)) { PHP_STREAM_URL_STAT_QUIET 119 ext/phar/stream.c if (!(options & PHP_STREAM_URL_STAT_QUIET)) { PHP_STREAM_URL_STAT_QUIET 130 ext/phar/stream.c if (!(options & PHP_STREAM_URL_STAT_QUIET)) { PHP_STREAM_URL_STAT_QUIET 142 ext/phar/stream.c if (!(options & PHP_STREAM_URL_STAT_QUIET)) { PHP_STREAM_URL_STAT_QUIET 579 ext/phar/stream.c if ((resource = phar_parse_url(wrapper, url, "r", flags|PHP_STREAM_URL_STAT_QUIET)) == NULL) { PHP_STREAM_URL_STAT_QUIET 764 ext/phar/stream.c if ((resource_from = phar_parse_url(wrapper, url_from, "wb", options|PHP_STREAM_URL_STAT_QUIET)) == NULL) { PHP_STREAM_URL_STAT_QUIET 780 ext/phar/stream.c if ((resource_to = phar_parse_url(wrapper, url_to, "wb", options|PHP_STREAM_URL_STAT_QUIET)) == NULL) { PHP_STREAM_URL_STAT_QUIET 1716 ext/standard/file.c switch (php_stream_stat_path_ex(dest, PHP_STREAM_URL_STAT_QUIET | PHP_STREAM_URL_STAT_NOCACHE, &dest_s, ctx)) { PHP_STREAM_URL_STAT_QUIET 891 ext/standard/filestat.c flags |= PHP_STREAM_URL_STAT_QUIET; PHP_STREAM_URL_STAT_QUIET 196 ext/zip/php_zip.c if (php_stream_stat_path_ex(file_dirname_fullpath, PHP_STREAM_URL_STAT_QUIET, &ssb, NULL) < 0) { PHP_STREAM_URL_STAT_QUIET 2620 ext/zip/php_zip.c if (php_stream_stat_path_ex(pathto, PHP_STREAM_URL_STAT_QUIET, &ssb, NULL) < 0) { PHP_STREAM_URL_STAT_QUIET 1063 main/streams/plain_wrapper.c if (php_check_open_basedir_ex(url, (flags & PHP_STREAM_URL_STAT_QUIET) ? 0 : 1)) { PHP_STREAM_URL_STAT_QUIET 95 main/streams/userspace.c REGISTER_LONG_CONSTANT("STREAM_URL_STAT_QUIET", PHP_STREAM_URL_STAT_QUIET, CONST_CS|CONST_PERSISTENT);