Home
last modified time | relevance | path

Searched refs:wrapper (Results 101 – 125 of 131) sorted by relevance

123456

/php-src/ext/standard/tests/http/
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-src/ext/openssl/tests/
H A Dtls_wrapper_with_tls_v1.3.phpt2 tls stream wrapper when TLS 1.3 available
/php-src/
H A Dbuildconf28 A wrapper around the autoconf and autoheader that generate files for building
/php-src/ext/zlib/
H A Dzlib_fopen_wrapper.c108 php_stream *php_stream_gzopen(php_stream_wrapper *wrapper, const char *path, const char *mode, int … in php_stream_gzopen() argument
/php-src/ext/standard/tests/file/
H A Dinclude_streams.phpt106 die("test wrapper registration failed");
H A Duserstreams.phpt169 die("test wrapper registration failed");
174 die("bogon wrapper registration failed");
/php-src/ext/intl/
H A DERROR_CONVENTIONS.md11 internal PHP wrapper functions can set these error codes when appropriate. For
13 the PHP wrapper function should set the global error code to
/php-src/sapi/phpdbg/
H A Dphpdbg.c1098 php_stream *phpdbg_stream_url_wrap_php(php_stream_wrapper *wrapper, const char *path, const char *m… in phpdbg_stream_url_wrap_php() argument
1118 …return PHPDBG_G(orig_url_wrap_php)->wops->stream_opener(wrapper, path, mode, options, opened_path,… in phpdbg_stream_url_wrap_php()
1152 php_stream_wrapper wrapper; in main() local
1486 memcpy(&wrapper, tmp_wrapper, sizeof(wrapper)); in main()
1489 wrapper.wops = (const php_stream_wrapper_ops*)&wops; in main()
1490 Z_PTR_P(zv) = &wrapper; in main()
/php-src/build/
H A Dltmain.sh4986 Currently, it simply execs the wrapper *script* "/bin/sh $output",
5057 char * find_executable(const char *wrapper);
6179 wrapper=`$echo $file | ${SED} -e 's,.exe$,,'`
6182 wrapper=$file
6195 case $wrapper in
6196 */* | *\\*) . ${wrapper} ;;
6197 *) . ./${wrapper} ;;
6202 $echo "$modename: invalid libtool wrapper script \`$wrapper'" 1>&2
6231 case $wrapper in
6232 */* | *\\*) . ${wrapper} ;;
[all …]
H A Dpkg.m4103 dnl Internal wrapper calling pkg-config via PKG_CONFIG and setting
/php-src/main/streams/
H A Dglob_wrapper.c215 static php_stream *php_glob_stream_opener(php_stream_wrapper *wrapper, const char *path, const char… in php_glob_stream_opener() argument
/php-src/ext/mysqli/tests/test_setup/
H A Dtest_helpers.inc67 …* Whenever possible, please use this wrapper to make testing of MYSQLI_CLIENT_COMPRESS (and potent…
/php-src/ext/zip/
H A Dzip_stream.c277 php_stream *php_stream_zip_opener(php_stream_wrapper *wrapper, in php_stream_zip_opener() argument
H A Dphp_zip.c259 if (stream->wrapper->wops->stream_metadata) { in php_zip_extract_file()
263 …stream->wrapper->wops->stream_metadata(stream->wrapper, fullpath, PHP_STREAM_META_TOUCH, &ut, NULL… in php_zip_extract_file()
/php-src/ext/pcre/
H A Dphp_pcre.c1422 zval wrapper; in php_pcre_match_impl() local
1423 ZVAL_ARR(&wrapper, match_sets[i]); in php_pcre_match_impl()
1425 zend_hash_update(Z_ARRVAL_P(subpats), subpat_names[i], &wrapper); in php_pcre_match_impl()
1428 zend_hash_next_index_insert_new(Z_ARRVAL_P(subpats), &wrapper); in php_pcre_match_impl()
1432 zval wrapper; in php_pcre_match_impl() local
1433 ZVAL_ARR(&wrapper, match_sets[i]); in php_pcre_match_impl()
1434 zend_hash_next_index_insert_new(Z_ARRVAL_P(subpats), &wrapper); in php_pcre_match_impl()
/php-src/ext/standard/tests/strings/
H A Dcrypt_blowfish.phpt2 …wfish tests (http://cvsweb.openwall.com/cgi/cvsweb.cgi/Owl/packages/glibc/crypt_blowfish/wrapper.c)
/php-src/ext/bz2/
H A Dbz2.c178 PHP_BZ2_API php_stream *_php_stream_bz2open(php_stream_wrapper *wrapper, in _php_stream_bz2open() argument
/php-src/ext/opcache/
H A DZendAccelerator.c931 php_stream_wrapper *wrapper; in zend_get_stream_timestamp() local
939 wrapper = php_stream_locate_url_wrapper(filename, NULL, STREAM_LOCATE_WRAPPERS_ONLY); in zend_get_stream_timestamp()
940 if (!wrapper) { in zend_get_stream_timestamp()
943 if (!wrapper->wops || !wrapper->wops->url_stat) { in zend_get_stream_timestamp()
951 …ret = wrapper->wops->url_stat(wrapper, (char*)filename, PHP_STREAM_URL_STAT_QUIET, &stream_statbuf… in zend_get_stream_timestamp()
/php-src/docs/source/core/data-structures/
H A Dzend_string.rst49 ``ZSTR_INIT_LITERAL`` creates a ``zend_string`` from a string literal. It is just a wrapper around
/php-src/ext/openssl/
H A Dxp_ssl.c216 stream->wrapper && in php_openssl_is_http_stream_talking_to_iis()
217 strcasecmp(stream->wrapper->wops->label, "HTTP") == 0 in php_openssl_is_http_stream_talking_to_iis()
816 } else if (stream->wrapper->is_url) { in php_openssl_load_stream_cafile()
/php-src/ext/dom/
H A Dphp_dom.c1297 dom_object *wrapper; in node_list_unlink() local
1301 wrapper = php_dom_object_get_data(node); in node_list_unlink()
1303 if (wrapper != NULL ) { in node_list_unlink()
H A Dhtml_document.c1097 if (stream->wrapper == &php_plain_files_wrapper && opened_path != NULL) { in PHP_METHOD()
/php-src/ext/phar/tests/files/
H A Dpear2coverage.phar497 // stream wrapper not found
756 // stream wrapper not found
/php-src/ext/phar/phar/
H A Dpharcommand.inc124 … .'stub so that class PHP_Archive gets registered as phar:// stream wrapper '

Completed in 114 milliseconds

123456