Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/tests/streams/
H A Dbug40459.phpt18 function url_stat($url, $flags)
62 echo 'url_stat: ';
96 url_stat: yes
/PHP-5.5/ext/spl/tests/
H A DSplFileObject_ftruncate_error_001.phpt16 function url_stat() {
H A DSplFileObject_fflush_basic_001.phpt24 function url_stat() {
/PHP-5.5/ext/zip/tests/
H A Dbug53603.phpt11 function url_stat($path, $flags) {
/PHP-5.5/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-5.5/ext/libxml/tests/
H A Dbug54440.phpt17 function url_stat($path, $flags)
/PHP-5.5/main/
H A Dfopen_wrappers.c550 if (wrapper->wops->url_stat) {
553 if (SUCCESS == wrapper->wops->url_stat(wrapper, trypath, 0, &ssb, NULL TSRMLS_CC)) {
586 if (wrapper->wops->url_stat) {
589 if (SUCCESS == wrapper->wops->url_stat(wrapper, trypath, 0, &ssb, NULL TSRMLS_CC)) {
H A Dphp_streams.h141 …int (*url_stat)(php_stream_wrapper *wrapper, char *url, int flags, php_stream_statbuf *ssb, php_st… member
/PHP-5.5/ext/libxml/
H A Dlibxml.c342 if (wrapper && read_only && wrapper->wops->url_stat) { in php_libxml_streams_IO_open_wrapper()
343 …if (wrapper->wops->url_stat(wrapper, path_to_open, PHP_STREAM_URL_STAT_QUIET, &ssbuf, NULL TSRMLS_… in php_libxml_streams_IO_open_wrapper()
/PHP-5.5/main/streams/
H A Dstreams.c1943 if (wrapper && wrapper->wops->url_stat) {
1944 ret = wrapper->wops->url_stat(wrapper, path_to_open, flags, ssb, context TSRMLS_CC);
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c655 if (!wrapper->wops || !wrapper->wops->url_stat) { in zend_get_stream_timestamp()
663 …ret = wrapper->wops->url_stat(wrapper, (char*)filename, PHP_STREAM_URL_STAT_QUIET, &stream_statbuf… in zend_get_stream_timestamp()

Completed in 148 milliseconds