Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/tests/streams/
H A Dbug40459.phpt20 function url_stat($url, $flags)
64 echo 'url_stat: ';
98 url_stat: yes
/PHP-7.4/ext/spl/tests/
H A DSplFileObject_ftruncate_error_001.phpt16 function url_stat() {
H A DSplFileObject_fflush_basic_001.phpt24 function url_stat() {
/PHP-7.4/ext/zip/tests/
H A Dbug53603.phpt11 function url_stat($path, $flags) {
/PHP-7.4/ext/standard/tests/file/
H A Duserwrapper.phpt2 Userstream unlink, rename, mkdir, rmdir, and url_stat.
22 function url_stat($path, $options) {
H A Dinclude_streams.phpt20 function url_stat($path, $flags) {
/PHP-7.4/Zend/tests/
H A Dexception_during_include_stat.phpt7 public function url_stat($path, $flags) {
H A Dinclude_stat_is_quiet.phpt7 public function url_stat($path, $flags) {
/PHP-7.4/ext/libxml/tests/
H A Dbug54440.phpt17 function url_stat($path, $flags)
/PHP-7.4/main/
H A Dfopen_wrappers.c567 if (wrapper->wops->url_stat) {
570 … if (SUCCESS == wrapper->wops->url_stat(wrapper, trypath, PHP_STREAM_URL_STAT_QUIET, &ssb, NULL)) {
607 if (wrapper->wops->url_stat) {
610 … if (SUCCESS == wrapper->wops->url_stat(wrapper, trypath, PHP_STREAM_URL_STAT_QUIET, &ssb, NULL)) {
H A Dphp_streams.h141 …int (*url_stat)(php_stream_wrapper *wrapper, const char *url, int flags, php_stream_statbuf *ssb, … member
/PHP-7.4/ext/libxml/
H A Dlibxml.c350 if (wrapper && read_only && wrapper->wops->url_stat) { in php_libxml_streams_IO_open_wrapper()
351 …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/main/streams/
H A Dstreams.c2002 if (wrapper && wrapper->wops->url_stat) {
2003 ret = wrapper->wops->url_stat(wrapper, path_to_open, flags, ssb, context);
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c880 if (!wrapper->wops || !wrapper->wops->url_stat) { in zend_get_stream_timestamp()
888 …ret = wrapper->wops->url_stat(wrapper, (char*)filename, PHP_STREAM_URL_STAT_QUIET, &stream_statbuf… in zend_get_stream_timestamp()

Completed in 52 milliseconds