Home
last modified time | relevance | path

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

/PHP-8.4/ext/standard/tests/streams/
H A Dbug40459.phpt21 function url_stat($url, $flags)
65 echo 'url_stat: ';
98 url_stat: yes
/PHP-8.4/ext/libxml/tests/
H A Dlibxml_set_streams_context_overwrite.phpt17 function url_stat($path, $flags)
H A Dbug54440.phpt17 function url_stat($path, $flags)
/PHP-8.4/ext/spl/tests/SplFileObject/
H A DSplFileObject_ftruncate_error_001.phpt17 function url_stat() {
H A DSplFileObject_fflush_basic_001.phpt25 function url_stat() {
/PHP-8.4/ext/zip/tests/
H A Dbug53603.phpt10 function url_stat($path, $flags) {
/PHP-8.4/ext/standard/tests/file/
H A Duserwrapper.phpt2 Userstream unlink, rename, mkdir, rmdir, and url_stat.
24 function url_stat($path, $options) {
H A Dgh13136.phpt28 public function url_stat($path, $flags) {
H A Dinclude_streams.phpt21 function url_stat($path, $flags) {
/PHP-8.4/Zend/tests/
H A Dexception_during_include_stat.phpt8 public function url_stat($path, $flags) {
H A Dinclude_stat_is_quiet.phpt8 public function url_stat($path, $flags) {
/PHP-8.4/ext/standard/tests/image/
H A Dbug75708.phpt27 function url_stat($file) {
/PHP-8.4/main/
H A Dfopen_wrappers.c581 if (wrapper->wops->url_stat) {
584 … if (SUCCESS == wrapper->wops->url_stat(wrapper, trypath, PHP_STREAM_URL_STAT_QUIET, &ssb, NULL)) {
621 if (wrapper->wops->url_stat) {
624 … if (SUCCESS == wrapper->wops->url_stat(wrapper, trypath, PHP_STREAM_URL_STAT_QUIET, &ssb, NULL)) {
H A Dphp_streams.h140 …int (*url_stat)(php_stream_wrapper *wrapper, const char *url, int flags, php_stream_statbuf *ssb, … member
/PHP-8.4/ext/standard/
H A Dfilestat.c826 || !wrapper->wops->url_stat in php_stat()
827 …|| wrapper->wops->url_stat(wrapper, local, flags | PHP_STREAM_URL_STAT_IGNORE_OPEN_BASEDIR, &ssb, … in php_stat()
/PHP-8.4/ext/libxml/
H A Dlibxml.c460 if (wrapper && read_only && wrapper->wops->url_stat) { in php_libxml_streams_IO_open_wrapper()
461 …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.4/main/streams/
H A Dstreams.c2126 if (wrapper && wrapper->wops->url_stat) {
2127 return wrapper->wops->url_stat(wrapper, path_to_open, flags, ssb, context);
/PHP-8.4/ext/opcache/
H A DZendAccelerator.c947 if (!wrapper->wops || !wrapper->wops->url_stat) { in zend_get_stream_timestamp()
955 …ret = wrapper->wops->url_stat(wrapper, (char*)filename, PHP_STREAM_URL_STAT_QUIET, &stream_statbuf… in zend_get_stream_timestamp()

Completed in 54 milliseconds