Home
last modified time | relevance | path

Searched refs:wrapper (Results 76 – 100 of 131) sorted by relevance

123456

/php-src/ext/standard/tests/file/
H A Dinclude_userstream_002.phpt102 Warning: fopen(): test1:// wrapper is disabled in the server configuration by allow_url_include=0 i…
104 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-src/ext/standard/tests/streams/
H A Dbug76943.phpt5 if (!in_array('phar', stream_get_wrappers())) die('skip phar wrapper not registered');
/php-src/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-src/ext/phar/tests/
H A Dinclude_path.phpt2 Phar: include_path with phar:// wrapper
H A Dphar_metadata_write3.phpt23 echo "Reading file contents through stream wrapper\n";
61 Reading file contents through stream wrapper
/php-src/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-src/ext/zip/
H A Dphp_zip.h91 php_stream *php_stream_zip_opener(php_stream_wrapper *wrapper, const char *path, const char *mode, …
/php-src/ext/zip/tests/
H A Dstream_meta_data.phpt60 string(11) "zip wrapper"
/php-src/ext/dom/tests/
H A Ddom_xinclude.phpt7 in_array('compress.zlib', stream_get_wrappers()) or die('skip compress.zlib wrapper is not availabl…
/php-src/ext/openssl/tests/
H A Dtlsv1.0_wrapper.phpt2 tlsv1.0 stream wrapper
H A Dtlsv1.1_wrapper.phpt2 tlsv1.1 stream wrapper
H A Dtlsv1.2_wrapper.phpt2 tlsv1.2 stream wrapper
H A Dtlsv1.3_wrapper.phpt2 tlsv1.3 stream wrapper
H A Dtls_wrapper.phpt2 tls stream wrapper
H A Dtls_min_v1.0_max_v1.1_wrapper.phpt2 tls stream wrapper with min version 1.0 and max version 1.1
H A Dbug65538_003.phpt2 Bug #65538: SSL context "cafile" supports phar wrapper
/php-src/ext/libxml/
H A Dlibxml.c157 php_libxml_node_object *wrapper = nodeptr->_private; in php_libxml_unregister_node() local
158 if (wrapper) { in php_libxml_unregister_node()
159 php_libxml_decrement_node_ptr(wrapper); in php_libxml_unregister_node()
160 php_libxml_decrement_doc_ref(wrapper); in php_libxml_unregister_node()
437 php_stream_wrapper *wrapper = php_stream_locate_url_wrapper(resolved_path, &path_to_open, 0); in php_libxml_streams_IO_open_wrapper() local
438 if (wrapper && read_only && wrapper->wops->url_stat) { in php_libxml_streams_IO_open_wrapper()
439 …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-src/ext/mysqli/tests/
H A Dconnect.inc36 …* Whenever possible, please use this wrapper to make testing of MYSQLI_CLIENT_COMPRESS (and potent…
54 …* Whenever possible, please use this wrapper to make testing of MYSQLI_CLIENT_COMPRESS (and potent…
/php-src/ext/exif/tests/
H A Dgh10834.phpt2 GH-10834 (exif_read_data() cannot read smaller stream wrapper chunk sizes)
/php-src/ext/standard/
H A Dstreamsfuncs.c45 …PT(stream, wrapper, name, val) (PHP_STREAM_CONTEXT(stream) && NULL != (val = php_stream_context_ge… argument
555 if (stream->wrapper) { in PHP_FUNCTION()
556 add_assoc_string(return_value, "wrapper_type", (char *)stream->wrapper->wops->label); in PHP_FUNCTION()
1631 php_stream_wrapper *wrapper = NULL; in PHP_FUNCTION() local
1639 wrapper = stream->wrapper; in PHP_FUNCTION()
1645 wrapper = php_stream_locate_url_wrapper(Z_STRVAL_P(zstream), NULL, 0); in PHP_FUNCTION()
1648 if (!wrapper) { in PHP_FUNCTION()
1652 RETURN_BOOL(wrapper->is_url==0); in PHP_FUNCTION()
/php-src/main/streams/
H A Dplain_wrapper.c233 stream->wrapper = (php_stream_wrapper*)&php_plain_files_wrapper; in _php_stream_fopen_temporary_file()
1063 static php_stream *php_plain_files_dir_opener(php_stream_wrapper *wrapper, const char *path, const … in php_plain_files_dir_opener() argument
1207 static php_stream *php_plain_files_stream_opener(php_stream_wrapper *wrapper, const char *path, con… in php_plain_files_stream_opener() argument
1217 static int php_plain_files_url_stater(php_stream_wrapper *wrapper, const char *url, int flags, php_… in php_plain_files_url_stater() argument
1243 static int php_plain_files_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_st… in php_plain_files_unlink() argument
1269 static int php_plain_files_rename(php_stream_wrapper *wrapper, const char *url_from, const char *ur… in php_plain_files_rename() argument
1370 static int php_plain_files_mkdir(php_stream_wrapper *wrapper, const char *dir, int mode, int option… in php_plain_files_mkdir() argument
1462 static int php_plain_files_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_str… in php_plain_files_rmdir() argument
1490 static int php_plain_files_metadata(php_stream_wrapper *wrapper, const char *url, int option, void … in php_plain_files_metadata() argument

Completed in 51 milliseconds

123456