Home
last modified time | relevance | path

Searched refs:wrapper (Results 1 – 25 of 114) sorted by relevance

12345

/PHP-7.4/ext/xsl/
H A Dphp_xsl.c183 ((xsltStylesheetPtr) obj)->_private = wrapper; in xsl_object_set_data()
192 object = Z_XSL_P(wrapper); in php_xsl_set_object()
194 xsl_object_set_data(obj, wrapper); in php_xsl_set_object()
201 zval *wrapper; in php_xsl_create_object() local
205 wrapper = wrapper_in; in php_xsl_create_object()
206 ZVAL_NULL(wrapper); in php_xsl_create_object()
211 ZVAL_COPY(wrapper, wrapper_in); in php_xsl_create_object()
216 wrapper = return_value; in php_xsl_create_object()
218 wrapper = wrapper_in; in php_xsl_create_object()
225 object_init_ex(wrapper, ce); in php_xsl_create_object()
[all …]
/PHP-7.4/Zend/tests/
H A Dbug41421.phpt2 Bug #41421 (Uncaught exception from a stream wrapper segfaults)
6 class wrapper {
15 stream_wrapper_register("wrap", "wrapper");
22 Warning: feof(): wrapper::stream_eof is not implemented! Assuming EOF in %s on line %d
26 #0 [internal function]: wrapper->stream_eof()
/PHP-7.4/ext/phar/
H A Dstream.h22 php_url* phar_parse_url(php_stream_wrapper *wrapper, const char *filename, const char *mode, int op…
25 static php_stream* phar_wrapper_open_url(php_stream_wrapper *wrapper, const char *path, const char …
26 static int phar_wrapper_rename(php_stream_wrapper *wrapper, const char *url_from, const char *url_t…
27 static int phar_wrapper_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_strea…
28 static int phar_wrapper_stat(php_stream_wrapper *wrapper, const char *url, int flags, php_stream_st…
H A Ddirstream.c314 if ((resource = phar_parse_url(wrapper, path, mode, options)) == NULL) { in phar_wrapper_open_dir()
315 php_stream_wrapper_log_error(wrapper, options, "phar url \"%s\" is unknown", path); in phar_wrapper_open_dir()
333 php_stream_wrapper_log_error(wrapper, options, "phar error: not a phar url \"%s\"", path); in phar_wrapper_open_dir()
343 php_stream_wrapper_log_error(wrapper, options, "%s", error); in phar_wrapper_open_dir()
438 if ((resource = phar_parse_url(wrapper, url_from, "w", options)) == NULL) { in phar_wrapper_mkdir()
445 php_stream_wrapper_log_error(wrapper, options, "phar error: invalid url \"%s\"", url_from); in phar_wrapper_mkdir()
573 if ((resource = phar_parse_url(wrapper, url, "w", options)) == NULL) { in phar_wrapper_rmdir()
580 php_stream_wrapper_log_error(wrapper, options, "phar error: invalid url \"%s\"", url); in phar_wrapper_rmdir()
586 php_stream_wrapper_log_error(wrapper, options, "phar error: not a phar stream url \"%s\"", url); in phar_wrapper_rmdir()
620 php_stream_wrapper_log_error(wrapper, options, "phar error: Directory not empty"); in phar_wrapper_rmdir()
[all …]
H A Ddirstream.h21 int phar_wrapper_mkdir(php_stream_wrapper *wrapper, const char *url_from, int mode, int options, ph…
22 int phar_wrapper_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stream_contex…
25 php_url* phar_parse_url(php_stream_wrapper *wrapper, const char *filename, const char *mode, int op…
34 php_stream* phar_wrapper_open_dir(php_stream_wrapper *wrapper, const char *path, const char *mode, …
H A Dstream.c123 php_stream_wrapper_log_error(wrapper, options, "%s", error); in phar_parse_url()
134 php_stream_wrapper_log_error(wrapper, options, "%s", error); in phar_parse_url()
146 php_stream_wrapper_log_error(wrapper, options, "%s", error); in phar_parse_url()
173 if ((resource = phar_parse_url(wrapper, path, mode, options)) == NULL) { in phar_wrapper_open_url()
198 php_stream_wrapper_log_error(wrapper, options, "%s", error); in phar_wrapper_open_url()
291 php_stream_wrapper_log_error(wrapper, options, "%s", error); in phar_wrapper_open_url()
314 php_stream_wrapper_log_error(wrapper, options, "%s", error); in phar_wrapper_open_url()
472 php_stream_wrapper_log_error(stream->wrapper, REPORT_ERRORS, "%s", error); in phar_stream_flush()
671 if ((resource = phar_parse_url(wrapper, url, "rb", options)) == NULL) { in phar_wrapper_unlink()
672 php_stream_wrapper_log_error(wrapper, options, "phar error: unlink failed"); in phar_wrapper_unlink()
[all …]
/PHP-7.4/main/streams/
H A Duserspace.c43 php_stream_wrapper wrapper; member
359 us->wrapper = uwrap; in user_wrapper_opener()
402 us->wrapper->classname); in user_wrapper_opener()
442 us->wrapper = uwrap; in user_wrapper_opendir()
472 us->wrapper->classname); in user_wrapper_opendir()
561 php_stream_wrapper *wrapper; in PHP_FUNCTION() local
629 us->wrapper->classname); in php_userstreamop_write()
636 us->wrapper->classname, in php_userstreamop_write()
677 us->wrapper->classname); in php_userstreamop_read()
722 us->wrapper->classname); in php_userstreamop_read()
[all …]
H A Dstreams.c165 if (wrapper) { in php_stream_display_wrapper_errors()
502 if (stream->wrapper && stream->wrapper->wops && stream->wrapper->wops->stream_closer) { in _php_stream_free()
1927 if (wrapper && wrapper->is_url &&
1954 if (!wrapper || !wrapper->wops || !wrapper->wops->stream_mkdir) {
1969 if (!wrapper || !wrapper->wops || !wrapper->wops->stream_rmdir) {
2002 if (wrapper && wrapper->wops->url_stat) {
2044 if (wrapper && wrapper->wops->dir_opener) {
2045 stream = wrapper->wops->dir_opener(wrapper,
2050 stream->wrapper = wrapper;
2126 stream = wrapper->wops->stream_opener(wrapper,
[all …]
H A Dphp_streams_int.h66 void php_stream_tidy_wrapper_error_log(php_stream_wrapper *wrapper);
67 void php_stream_display_wrapper_errors(php_stream_wrapper *wrapper, const char *path, const char *c…
/PHP-7.4/ext/standard/tests/streams/
H A Dglob-wrapper.phpt2 Glob wrapper bypasses open_basedir
26 …ct. File(%s) is not within the allowed path(s): (/does_not_exist) in %s%eglob-wrapper.php on line 5
28 Warning: opendir(%s): failed to open dir: Operation not permitted in %s%eglob-wrapper.php on line 5
32 …ct. File(%s) is not within the allowed path(s): (/does_not_exist) in %s%eglob-wrapper.php on line 5
34 Warning: opendir(glob://%s): failed to open dir: operation failed in %s%eglob-wrapper.php on line 5
/PHP-7.4/ext/zlib/tests/
H A Dzlib_wrapper_meta_data_basic.phpt11 echo "no wrapper\n";
16 echo "\nwith wrapper\n";
26 no wrapper
44 with wrapper
H A Dzlib_wrapper_level.phpt2 compress.zlib:// wrapper with compression level
4 <?php in_array('compress.zlib', stream_get_wrappers()) || print 'skip No zlib wrapper';
/PHP-7.4/ext/standard/
H A Dfilestat.c348 php_stream_wrapper *wrapper; in php_do_chgrp() local
357 if(wrapper && wrapper->wops->stream_metadata) { in php_do_chgrp()
370 if(wrapper->wops->stream_metadata(wrapper, filename, option, value, NULL)) { in php_do_chgrp()
484 php_stream_wrapper *wrapper; in php_do_chown() local
493 if(wrapper && wrapper->wops->stream_metadata) { in php_do_chown()
506 if(wrapper->wops->stream_metadata(wrapper, filename, option, value, NULL)) { in php_do_chown()
591 php_stream_wrapper *wrapper; in PHP_FUNCTION() local
600 if(wrapper && wrapper->wops->stream_metadata) { in PHP_FUNCTION()
640 php_stream_wrapper *wrapper; in PHP_FUNCTION() local
671 if(wrapper && wrapper->wops->stream_metadata) { in PHP_FUNCTION()
[all …]
H A Dftp_fopen_wrapper.c102 static int php_stream_ftp_stream_close(php_stream_wrapper *wrapper, php_stream *stream) in php_stream_ftp_stream_close() argument
188 php_stream_wrapper_log_error(wrapper, options, "Server doesn't support FTPS."); in php_ftp_fopen_connect()
207 php_stream_wrapper_log_error(wrapper, options, "Unable to activate SSL mode"); in php_ftp_fopen_connect()
238 php_stream_wrapper_log_error(wrapper, options, err_msg, val); \ in php_ftp_fopen_connect()
450 php_stream_wrapper_log_error(wrapper, options, "Unknown file open mode"); in php_stream_url_wrap_ftp()
458 return php_stream_url_wrap_http(wrapper, path, mode, options, opened_path, context STREAMS_CC); in php_stream_url_wrap_ftp()
461 php_stream_wrapper_log_error(wrapper, options, "FTP proxy may only be used in read mode"); in php_stream_url_wrap_ftp()
582 php_stream_wrapper_log_error(wrapper, options, "Unable to activate SSL mode"); in php_stream_url_wrap_ftp()
604 php_stream_wrapper_log_error(wrapper, options, "FTP server reports %s", tmp_line); in php_stream_url_wrap_ftp()
754 php_stream_wrapper_log_error(wrapper, options, "Unable to activate SSL mode"); in php_stream_ftp_opendir()
[all …]
H A Dphp_fopen_wrappers.h24 php_stream *php_stream_url_wrap_http(php_stream_wrapper *wrapper, const char *path, const char *mod…
25 php_stream *php_stream_url_wrap_ftp(php_stream_wrapper *wrapper, const char *path, const char *mode…
H A Dhttp_fopen_wrapper.c119 static php_stream *php_stream_url_wrap_http_ex(php_stream_wrapper *wrapper, in php_stream_url_wrap_http_ex() argument
155 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()
197 (tmpzval = php_stream_context_get_option(context, wrapper->wops->label, "proxy")) != NULL && in php_stream_url_wrap_http_ex()
235 php_stream_wrapper_log_error(wrapper, options, "%s", ZSTR_VAL(errstr)); in php_stream_url_wrap_http_ex()
728 php_stream_wrapper_log_error(wrapper, options, "HTTP request failed!"); in php_stream_url_wrap_http_ex()
889 php_stream_wrapper_log_error(wrapper, options, "Invalid redirect URL! %s", new_path); in php_stream_url_wrap_http_ex()
900 php_stream_wrapper_log_error(wrapper, options, "Invalid redirect URL! %s", new_path); \ in php_stream_url_wrap_http_ex()
914 wrapper, new_path, mode, options, opened_path, context, in php_stream_url_wrap_http_ex()
917 php_stream_wrapper_log_error(wrapper, options, "HTTP request failed! %s", tmp_line); in php_stream_url_wrap_http_ex()
[all …]
/PHP-7.4/ext/bz2/
H A Dphp_bz2.h51 PHP_BZ2_API php_stream *_php_stream_bz2open(php_stream_wrapper *wrapper, const char *path, const ch…
55 #define php_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper)… argument
/PHP-7.4/ext/standard/tests/file/
H A Dstream_001.phpt16 Warning: fopen(): Unable to find the wrapper "file" - did you forget to enable it when you configur…
18 Warning: fopen(): file:// wrapper is disabled in the server configuration in %s on line %d
20 Warning: fopen(file://%s): failed to open stream: no suitable wrapper could be found in %s on line …
H A Dinclude_userstream_003.phpt99 Warning: file_get_contents(): test1:// wrapper is disabled in the server configuration by allow_url…
101 Warning: file_get_contents(test1://hello): failed to open stream: no suitable wrapper could be foun…
104 Warning: include(): test1:// wrapper is disabled in the server configuration by allow_url_fopen=0 i…
106 Warning: include(test1://hello): failed to open stream: no suitable wrapper could be found in %sinc…
110 Warning: fopen(): test1:// wrapper is disabled in the server configuration by allow_url_fopen=0 in …
112 Warning: fopen(test1://hello): failed to open stream: no suitable wrapper could be found in %sinclu…
117 Warning: fopen(): test1:// wrapper is disabled in the server configuration by allow_url_fopen=0 in …
119 Warning: fopen(test1://hello): failed to open stream: no suitable wrapper could be found in %sinclu…
H A Dfopen_variation14-win32.phpt108 …open14.tmpDir\fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in…
113 …open14.tmpDir\fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in…
118 …open14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in…
123 …open14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in…
128 …open14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in…
133 …open14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in…
138 …open14.tmpDir\fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in…
143 …open14.tmpDir\fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in…
160 …open14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in…
165 …open14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in…
[all …]
H A Dfopen_variation15-win32.phpt112 …open15.tmpDir\fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in…
117 …open15.tmpDir\fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in…
122 …open15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in…
127 …open15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in…
132 …open15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in…
137 …open15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in…
142 …open15.tmpDir\fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in…
147 …open15.tmpDir\fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in…
164 …open15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in…
169 …open15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in…
[all …]
/PHP-7.4/Zend/tests/generators/
H A Dbug78434.phpt10 $wrapper = function () use ($function) {
20 foreach ($wrapper() as $value) {
/PHP-7.4/main/
H A Dfopen_wrappers.c488 php_stream_wrapper *wrapper; local
498 wrapper = php_stream_locate_url_wrapper(filename, &actual_path, STREAM_OPEN_FOR_INCLUDE);
499 if (wrapper == &php_plain_files_wrapper) {
564 if (!wrapper) {
566 } else if (wrapper != &php_plain_files_wrapper) {
567 if (wrapper->wops->url_stat) {
570 … if (SUCCESS == wrapper->wops->url_stat(wrapper, trypath, PHP_STREAM_URL_STAT_QUIET, &ssb, NULL)) {
604 if (!wrapper) {
606 } else if (wrapper != &php_plain_files_wrapper) {
607 if (wrapper->wops->url_stat) {
[all …]
H A Dphp_streams.h134 php_stream *(*stream_opener)(php_stream_wrapper *wrapper, const char *filename, const char *mode,
137 int (*stream_closer)(php_stream_wrapper *wrapper, php_stream *stream);
139 int (*stream_stat)(php_stream_wrapper *wrapper, php_stream *stream, php_stream_statbuf *ssb);
143 php_stream *(*dir_opener)(php_stream_wrapper *wrapper, const char *filename, const char *mode,
149 …int (*unlink)(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *conte…
155 …int (*stream_mkdir)(php_stream_wrapper *wrapper, const char *url, int mode, int options, php_strea…
156 …int (*stream_rmdir)(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context …
158 …int (*stream_metadata)(php_stream_wrapper *wrapper, const char *url, int options, void *value, php…
194 php_stream_wrapper *wrapper; /* which wrapper was used to open the stream */ member
564 PHPAPI int php_register_url_stream_wrapper(const char *protocol, const php_stream_wrapper *wrapper);
[all …]
/PHP-7.4/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.
67 stream_wrapper_register('wrapper', StreamWrapper::class);
71 * wrapper.
74 require 'wrapper://' . $filename;

Completed in 84 milliseconds

12345