Home
last modified time | relevance | path

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

/PHP-5.3/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.3/ext/zip/tests/
H A Dbug53603.phpt11 function url_stat($path, $flags) {
/PHP-5.3/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.3/ext/libxml/tests/
H A Dbug54440.phpt17 function url_stat($path, $flags)
/PHP-5.3/main/
H A Dfopen_wrappers.c618 if (wrapper->wops->url_stat) {
621 if (SUCCESS == wrapper->wops->url_stat(wrapper, trypath, 0, &ssb, NULL TSRMLS_CC)) {
654 if (wrapper->wops->url_stat) {
657 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.3/ext/libxml/
H A Dlibxml.c305 if (wrapper && read_only && wrapper->wops->url_stat) { in php_libxml_streams_IO_open_wrapper()
306 …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.3/main/streams/
H A Dstreams.c1867 if (wrapper && wrapper->wops->url_stat) {
1868 ret = wrapper->wops->url_stat(wrapper, path_to_open, flags, ssb, context TSRMLS_CC);
/PHP-5.3/ext/phar/
H A Dutil.c485 if (wrapper->wops->url_stat) { in phar_find_in_include_path()
488 if (SUCCESS == wrapper->wops->url_stat(wrapper, trypath, 0, &ssb, NULL TSRMLS_CC)) { in phar_find_in_include_path()

Completed in 73 milliseconds