Home
last modified time | relevance | path

Searched refs:wrapper (Results 26 – 50 of 131) sorted by relevance

123456

/php-src/ext/standard/tests/file/
H A Dfopen_variation14-win32.phpt101 …open14.tmpDir\fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in…
106 …open14.tmpDir\fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in…
111 …open14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in…
116 …open14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in…
121 …open14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in…
126 …open14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in…
131 …open14.tmpDir\fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in…
136 …open14.tmpDir\fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in…
153 …open14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in…
158 …open14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in…
[all …]
H A Dfopen_variation15-win32.phpt105 …open15.tmpDir\fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in…
110 …open15.tmpDir\fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in…
115 …open15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in…
120 …open15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in…
125 …open15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in…
130 …open15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in…
135 …open15.tmpDir\fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in…
140 …open15.tmpDir\fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in…
157 …open15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in…
162 …open15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in…
[all …]
H A Dfopen_variation14.phpt93 …open14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in…
98 …open14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in…
103 …open14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in…
108 …open14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in…
117 …open14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in…
122 …open14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in…
H A Dfopen_variation15.phpt97 …open15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in…
102 …open15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in…
107 …open15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in…
112 …open15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in…
121 …open15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in…
126 …open15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in…
H A Ddirectory_wrapper_fstat_basic.phpt2 Test function fstat() on directory wrapper
H A Dphp_fd_wrapper_01.phpt2 php://fd wrapper: basic test
H A Dphp_fd_wrapper_02.phpt2 php://fd wrapper: mode is ignored
H A Dbug68335.phpt2 Bug #68335: rmdir doesn't work with file:// stream wrapper
H A Dbug45303.phpt2 Bug #45303 (Opening php:// wrapper in append mode results in a warning)
/php-src/sapi/phpdbg/tests/
H A Dphpdbg_get_executable_stream_wrapper.phpt24 * First, we define a stream wrapper that simply maps to a real file on disk.
68 stream_wrapper_register('wrapper', StreamWrapper::class);
72 * wrapper.
75 require 'wrapper://' . $filename;
/php-src/main/
H A Dfopen_wrappers.c494 php_stream_wrapper *wrapper; local
504 wrapper = php_stream_locate_url_wrapper(filename, &actual_path, STREAM_OPEN_FOR_INCLUDE);
505 if (wrapper == &php_plain_files_wrapper) {
566 if (!wrapper) {
568 } else if (wrapper != &php_plain_files_wrapper) {
569 if (wrapper->wops->url_stat) {
572 … if (SUCCESS == wrapper->wops->url_stat(wrapper, trypath, PHP_STREAM_URL_STAT_QUIET, &ssb, NULL)) {
606 if (!wrapper) {
608 } else if (wrapper != &php_plain_files_wrapper) {
609 if (wrapper->wops->url_stat) {
[all …]
H A Dphp_streams.h137 php_stream *(*stream_opener)(php_stream_wrapper *wrapper, const char *filename, const char *mode,
140 int (*stream_closer)(php_stream_wrapper *wrapper, php_stream *stream);
142 int (*stream_stat)(php_stream_wrapper *wrapper, php_stream *stream, php_stream_statbuf *ssb);
146 php_stream *(*dir_opener)(php_stream_wrapper *wrapper, const char *filename, const char *mode,
152 …int (*unlink)(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *conte…
158 …int (*stream_mkdir)(php_stream_wrapper *wrapper, const char *url, int mode, int options, php_strea…
159 …int (*stream_rmdir)(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context …
161 …int (*stream_metadata)(php_stream_wrapper *wrapper, const char *url, int options, void *value, php…
206 php_stream_wrapper *wrapper; /* which wrapper was used to open the stream */ member
593 …nd_result php_register_url_stream_wrapper(const char *protocol, const php_stream_wrapper *wrapper);
[all …]
/php-src/ext/standard/tests/streams/
H A Dbug76857.phpt12 Warning: file_exists(): Unable to find the wrapper "foobar" - did you forget to enable it when you …
15 Warning: file_get_contents(): Unable to find the wrapper "foobar" - did you forget to enable it whe…
H A Dbug77765.phpt5 if (array_search('ftp',stream_get_wrappers()) === FALSE) die("skip ftp wrapper not available.");
H A Dbug40459.phpt2 bug 40459 - Test whether the constructor of the user-space stream wrapper is called when stream fun…
7 // Test whether the constructor of the user-space stream wrapper is called when stream functions ar…
/php-src/ext/zlib/tests/
H A Dzlib_wrapper_level.phpt2 compress.zlib:// wrapper with compression level
7 in_array('compress.zlib', stream_get_wrappers()) || print 'skip No zlib wrapper';
H A Dzlib_wrapper_fstat_basic.phpt2 Test function fstat() on zlib wrapper
H A Dzlib_scheme_rename_basic.phpt13 Warning: rename(): ZLIB wrapper does not support renaming in %s on line %d
/php-src/ext/standard/
H A Dhttp_fopen_wrapper.c118 static php_stream *php_stream_url_wrap_http_ex(php_stream_wrapper *wrapper, in php_stream_url_wrap_http_ex() argument
154 php_stream_wrapper_log_error(wrapper, options, "Redirection limit reached, aborting"); in php_stream_url_wrap_http_ex()
167 (tmpzval = php_stream_context_get_option(context, wrapper->wops->label, "proxy")) == NULL || in php_stream_url_wrap_http_ex()
195 (tmpzval = php_stream_context_get_option(context, wrapper->wops->label, "proxy")) != NULL && in php_stream_url_wrap_http_ex()
232 php_stream_wrapper_log_error(wrapper, options, "%s", ZSTR_VAL(errstr)); in php_stream_url_wrap_http_ex()
729 php_stream_wrapper_log_error(wrapper, options, "HTTP request failed!"); in php_stream_url_wrap_http_ex()
895 php_stream_wrapper_log_error(wrapper, options, "Invalid redirect URL! %s", new_path); in php_stream_url_wrap_http_ex()
906 php_stream_wrapper_log_error(wrapper, options, "Invalid redirect URL! %s", new_path); \ in php_stream_url_wrap_http_ex()
927 wrapper, new_path, mode, options, opened_path, context, in php_stream_url_wrap_http_ex()
930 php_stream_wrapper_log_error(wrapper, options, "HTTP request failed! %s", tmp_line); in php_stream_url_wrap_http_ex()
[all …]
/php-src/ext/standard/tests/filters/
H A Dbug81475.phpt2 Bug #81475 (stream_isatty emits warning with attached stream wrapper)
/php-src/ext/xsl/
H A Dphp_xsl.c303 static void xsl_object_set_data(void *obj, zval *wrapper) in xsl_object_set_data() argument
305 ((xsltStylesheetPtr) obj)->_private = wrapper; in xsl_object_set_data()
310 void php_xsl_set_object(zval *wrapper, void *obj) in php_xsl_set_object() argument
314 object = Z_XSL_P(wrapper); in php_xsl_set_object()
316 xsl_object_set_data(obj, wrapper); in php_xsl_set_object()
/php-src/ext/standard/tests/network/
H A Dgh12190.phpt6 if (!in_array('https', stream_get_wrappers())) die('skip: https wrapper is required');
H A Dbug80067.phpt6 if (!in_array('https', stream_get_wrappers())) die('skip: https wrapper is required');
/php-src/ext/phar/tests/
H A Dbug81726.phpt2 Bug #81726 (phar wrapper: DOS when using quine gzip file)
/php-src/Zend/tests/
H A Dexception_stream_wrapper.phpt2 Exception in stream wrapper + __call

Completed in 42 milliseconds

123456