Home
last modified time | relevance | path

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

12345

/PHP-7.1/ext/standard/tests/streams/
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.");
/PHP-7.1/ext/zip/
H A Dphp_zip.h77 php_stream *php_stream_zip_opener(php_stream_wrapper *wrapper, const char *path, const char *mode, …
/PHP-7.1/Zend/tests/
H A Dbug38779.phpt2 … #38779 (engine crashes when require()'ing file with syntax error through userspace stream wrapper)
H A Dbug38779_1.phpt2 … #38779 (engine crashes when require()'ing file with syntax error through userspace stream wrapper)
/PHP-7.1/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_04.phpt2 php://fd wrapper: invalid file descriptor
H A Dphp_fd_wrapper_03.phpt2 php://fd wrapper: bad syntax
/PHP-7.1/ext/libxml/
H A Dlibxml.c169 php_libxml_node_object *wrapper; in php_libxml_unregister_node() local
174 wrapper = nodeptr->_private; in php_libxml_unregister_node()
175 if (wrapper) { in php_libxml_unregister_node()
176 php_libxml_clear_object(wrapper); in php_libxml_unregister_node()
304 php_stream_wrapper *wrapper = NULL; in php_libxml_streams_IO_open_wrapper() local
350 wrapper = php_stream_locate_url_wrapper(resolved_path, &path_to_open, 0); in php_libxml_streams_IO_open_wrapper()
351 if (wrapper && read_only && wrapper->wops->url_stat) { in php_libxml_streams_IO_open_wrapper()
352 …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.1/ext/standard/tests/http/
H A Dbug67430.phpt2 Bug #67430 (http:// wrapper doesn't follow 308 redirects)
H A Dbug65634.phpt2 Bug #65634 (HTTP wrapper is very slow with protocol_version 1.1)
H A Dbug47021.phpt58 // Chunked decoding should be recognised by the HTTP stream wrapper regardless of whitespace
/PHP-7.1/ext/openssl/tests/
H A Dtlsv1.2_wrapper.phpt2 tlsv1.2 stream wrapper
H A Dtlsv1.0_wrapper.phpt2 tlsv1.0 stream wrapper
H A Dtlsv1.1_wrapper.phpt2 tlsv1.1 stream wrapper
H A Dbug65538_003.phpt2 Bug #65538: SSL context "cafile" supports phar wrapper
/PHP-7.1/ext/phar/tests/
H A Dinclude_path.phpt2 Phar: include_path with phar:// wrapper
/PHP-7.1/ext/standard/
H A Dstreamsfuncs.c43 …PT(stream, wrapper, name, val) (PHP_STREAM_CONTEXT(stream) && NULL != (val = php_stream_context_ge… argument
507 if (stream->wrapper) { in PHP_FUNCTION()
508 add_assoc_string(return_value, "wrapper_type", (char *)stream->wrapper->wops->label); in PHP_FUNCTION()
1531 php_stream_wrapper *wrapper = NULL; in PHP_FUNCTION() local
1542 wrapper = stream->wrapper; in PHP_FUNCTION()
1546 wrapper = php_stream_locate_url_wrapper(Z_STRVAL_P(zstream), NULL, 0); in PHP_FUNCTION()
1549 if (!wrapper) { in PHP_FUNCTION()
1553 RETURN_BOOL(wrapper->is_url==0); in PHP_FUNCTION()
/PHP-7.1/ext/dom/tests/
H A Ddom_xinclude.phpt6 in_array('compress.zlib', stream_get_wrappers()) or die('skip compress.zlib wrapper is not availabl…
/PHP-7.1/ext/spl/internal/
H A Diteratoriterator.inc13 * @brief Basic Iterator wrapper
16 * This iterator wrapper allows to convert anything that is traversable into
/PHP-7.1/ext/zip/tests/
H A Dstream_meta_data.phpt63 string(11) "zip wrapper"
/PHP-7.1/ext/xsl/
H A Dphp_xsl.h81 void php_xsl_set_object(zval *wrapper, void *obj);
/PHP-7.1/main/streams/
H A Dplain_wrapper.c224 stream->wrapper = &php_plain_files_wrapper; in _php_stream_fopen_temporary_file()
936 static php_stream *php_plain_files_dir_opener(php_stream_wrapper *wrapper, const char *path, const … in php_plain_files_dir_opener() argument
1073 static php_stream *php_plain_files_stream_opener(php_stream_wrapper *wrapper, const char *path, con… in php_plain_files_stream_opener() argument
1083 static int php_plain_files_url_stater(php_stream_wrapper *wrapper, const char *url, int flags, php_… in php_plain_files_url_stater() argument
1107 static int php_plain_files_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_st… in php_plain_files_unlink() argument
1133 static int php_plain_files_rename(php_stream_wrapper *wrapper, const char *url_from, const char *ur… in php_plain_files_rename() argument
1234 static int php_plain_files_mkdir(php_stream_wrapper *wrapper, const char *dir, int mode, int option… in php_plain_files_mkdir() argument
1320 static int php_plain_files_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_str… in php_plain_files_rmdir() argument
1348 static int php_plain_files_metadata(php_stream_wrapper *wrapper, const char *url, int option, void … in php_plain_files_metadata() argument
/PHP-7.1/ext/mysqli/tests/
H A Dconnect.inc83 …* Whenever possible, please use this wrapper to make testing ot MYSQLI_CLIENT_COMPRESS (and potent…
103 …* Whenever possible, please use this wrapper to make testing ot MYSQLI_CLIENT_COMPRESS (and potent…
/PHP-7.1/ext/zlib/
H A Dzlib_fopen_wrapper.c113 php_stream *php_stream_gzopen(php_stream_wrapper *wrapper, const char *path, const char *mode, int … in php_stream_gzopen() argument

Completed in 122 milliseconds

12345