Home
last modified time | relevance | path

Searched refs:wrapper (Results 51 – 75 of 114) sorted by relevance

12345

/PHP-7.4/ext/standard/tests/streams/
H A Dbug73457.phpt5 if (array_search('ftp',stream_get_wrappers()) === FALSE) die("skip ftp wrapper not available.");
H A Dbug77680.phpt5 if (array_search('ftp',stream_get_wrappers()) === FALSE) die("skip ftp wrapper not available.");
H A Dbug72771.phpt5 if (array_search('ftp',stream_get_wrappers()) === FALSE) die("skip ftp wrapper not available.");
H A Dopendir-004.phpt5 if (array_search('ftp',stream_get_wrappers()) === FALSE) die("skip ftp wrapper not available.");
H A Dopendir-003.phpt5 if (array_search('ftp',stream_get_wrappers()) === FALSE) die("skip ftp wrapper not available.");
H A Dbug76943.phpt5 if (!in_array('phar', stream_get_wrappers())) die('skip phar wrapper not registered');
/PHP-7.4/ext/standard/tests/http/
H A Dbug80838.phpt2 Bug #80838 (HTTP wrapper waits for HTTP 1 response after HTTP 101)
H A Dbug67430.phpt2 Bug #67430 (http:// wrapper doesn't follow 308 redirects)
/PHP-7.4/ext/zlib/tests/
H A Dzlib_wrapper_fflush_basic.phpt2 Test function fflush() on a zlib stream wrapper
H A Dzlib_wrapper_ftruncate_basic.phpt2 Test function ftruncate() on zlib wrapper by calling it with its expected arguments
/PHP-7.4/ext/standard/
H A Dphp_fopen_wrapper.c178 php_stream * php_stream_url_wrap_php(php_stream_wrapper *wrapper, const char *path, const char *mod… in php_stream_url_wrap_php() argument
317 php_stream_wrapper_log_error(wrapper, options, in php_stream_url_wrap_php()
329 php_stream_wrapper_log_error(wrapper, options, in php_stream_url_wrap_php()
336 php_stream_wrapper_log_error(wrapper, options, in php_stream_url_wrap_php()
H A Dfile.c1463 php_stream_wrapper *wrapper; in PHP_FUNCTION() local
1473 wrapper = php_stream_locate_url_wrapper(old_name, NULL, 0); in PHP_FUNCTION()
1475 if (!wrapper || !wrapper->wops) { in PHP_FUNCTION()
1480 if (!wrapper->wops->rename) { in PHP_FUNCTION()
1481 …ref(NULL, E_WARNING, "%s wrapper does not support renaming", wrapper->wops->label ? wrapper->wops-… in PHP_FUNCTION()
1492 RETURN_BOOL(wrapper->wops->rename(wrapper, old_name, new_name, 0, context)); in PHP_FUNCTION()
1502 php_stream_wrapper *wrapper; in PHP_FUNCTION() local
1516 if (!wrapper || !wrapper->wops) { in PHP_FUNCTION()
1521 if (!wrapper->wops->unlink) { in PHP_FUNCTION()
1522 …php_error_docref(NULL, E_WARNING, "%s does not allow unlinking", wrapper->wops->label ? wrapper->w… in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/spl/tests/
H A Dbug51068.phpt2 SPL: glob wrapper interactions with DirectoryIterator
/PHP-7.4/ext/zip/
H A Dphp_zip.h73 php_stream *php_stream_zip_opener(php_stream_wrapper *wrapper, const char *path, const char *mode, …
/PHP-7.4/main/streams/
H A Dmemory.c633 static php_stream * php_stream_url_wrap_rfc2397(php_stream_wrapper *wrapper, const char *path, in php_stream_url_wrap_rfc2397() argument
660 php_stream_wrapper_log_error(wrapper, options, "rfc2397: no comma in URL"); in php_stream_url_wrap_rfc2397()
672 php_stream_wrapper_log_error(wrapper, options, "rfc2397: illegal media type"); in php_stream_url_wrap_rfc2397()
687 php_stream_wrapper_log_error(wrapper, options, "rfc2397: illegal media type"); in php_stream_url_wrap_rfc2397()
700 php_stream_wrapper_log_error(wrapper, options, "rfc2397: illegal parameter"); in php_stream_url_wrap_rfc2397()
720 php_stream_wrapper_log_error(wrapper, options, "rfc2397: illegal URL"); in php_stream_url_wrap_rfc2397()
736 php_stream_wrapper_log_error(wrapper, options, "rfc2397: unable to decode"); in php_stream_url_wrap_rfc2397()
/PHP-7.4/Zend/tests/
H A Dbug38779.phpt2 … #38779 (engine crashes when require()'ing file with syntax error through userspace stream wrapper)
H A Dbug78340.phpt2 Bug #78340: Include of stream wrapper not reading whole file
H A Dbug38779_1.phpt2 … #38779 (engine crashes when require()'ing file with syntax error through userspace stream wrapper)
/PHP-7.4/ext/standard/tests/file/
H A Dinclude_userstream_002.phpt100 Warning: fopen(): test1:// wrapper is disabled in the server configuration by allow_url_include=0 i…
102 Warning: fopen(test1://hello): failed to open stream: no suitable wrapper could be found in %sinclu…
H A Dphp_fd_wrapper_03.phpt2 php://fd wrapper: bad syntax
/PHP-7.4/ext/xsl/
H A Dphp_xsl.h79 void php_xsl_set_object(zval *wrapper, void *obj);
/PHP-7.4/ext/phar/tests/
H A Dinclude_path.phpt2 Phar: include_path with phar:// wrapper
/PHP-7.4/ext/libxml/
H A Dlibxml.c164 php_libxml_node_object *wrapper; in php_libxml_unregister_node() local
169 wrapper = nodeptr->_private; in php_libxml_unregister_node()
170 if (wrapper) { in php_libxml_unregister_node()
171 php_libxml_clear_object(wrapper); in php_libxml_unregister_node()
299 php_stream_wrapper *wrapper = NULL; in php_libxml_streams_IO_open_wrapper() local
349 wrapper = php_stream_locate_url_wrapper(resolved_path, &path_to_open, 0); in php_libxml_streams_IO_open_wrapper()
350 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/ext/zip/tests/
H A Dstream_meta_data.phpt62 string(11) "zip wrapper"
/PHP-7.4/ext/dom/tests/
H A Ddom_xinclude.phpt6 in_array('compress.zlib', stream_get_wrappers()) or die('skip compress.zlib wrapper is not availabl…

Completed in 48 milliseconds

12345