Home
last modified time | relevance | path

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

12345

/PHP-7.4/
H A DNEWS19 . Fixed bug #81726: phar wrapper: DOS when using quine gzip file.
130 . Fixed bug #81475 (stream_isatty emits warning with attached stream wrapper).
406 . Fixed bug #78719 (http wrapper silently ignores long Location headers).
409 . Fixed bug #80838 (HTTP wrapper waits for HTTP 1 response after HTTP 101).
1358 . Fixed bug #78340 (Include of stream wrapper not reading whole file).
2204 custom wrapper). (Laruence)
2209 . Fixed bug #77765 (FTP stream wrapper should set the directory as
2828 . Added zlib/level context option for compress.zlib wrapper. (Sara)
H A DUPGRADING42 with the STREAM_OPTION_READ_BUFFER option. Custom stream wrapper
518 signature of the certificate using a public key. A wrapper around the
H A DUPGRADING.INTERNALS28 y. Stream wrapper read/write ops
H A Dbuildconf28 A wrapper around the autoconf and autoheader that generate files for building
/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 Dbug38779_1.phpt2 … #38779 (engine crashes when require()'ing file with syntax error through userspace stream wrapper)
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()
H A Dbug78340.phpt2 Bug #78340: Include of stream wrapper not reading whole file
H A Dis_callable_trampoline_uaf.phpt22 // Extra X::foo() wrapper to force use of allocated trampoline.
/PHP-7.4/Zend/tests/generators/
H A Dbug78434.phpt10 $wrapper = function () use ($function) {
20 foreach ($wrapper() as $value) {
/PHP-7.4/build/
H A Dlibtool.m44434 # Variables whose values should be saved in libtool wrapper scripts and
H A Dltmain.sh4973 Currently, it simply execs the wrapper *script* "/bin/sh $output",
5044 char * find_executable(const char *wrapper);
6166 wrapper=`$echo $file | ${SED} -e 's,.exe$,,'`
6169 wrapper=$file
6182 case $wrapper in
6183 */* | *\\*) . ${wrapper} ;;
6184 *) . ./${wrapper} ;;
6189 $echo "$modename: invalid libtool wrapper script \`$wrapper'" 1>&2
6218 case $wrapper in
6219 */* | *\\*) . ${wrapper} ;;
[all …]
H A Dphp.m41552 dnl El cheapo wrapper for AC_CHECK_LIB.
H A Dpkg.m4103 dnl Internal wrapper calling pkg-config via PKG_CONFIG and setting
/PHP-7.4/ext/bz2/
H A Dbz2.c246 PHP_BZ2_API php_stream *_php_stream_bz2open(php_stream_wrapper *wrapper, in _php_stream_bz2open() argument
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/dom/
H A Dphp_dom.c972 dom_object *wrapper; in node_list_unlink() local
976 wrapper = php_dom_object_get_data(node); in node_list_unlink()
978 if (wrapper != NULL ) { in node_list_unlink()
/PHP-7.4/ext/dom/tests/
H A Ddom004.phpt6 in_array('compress.zlib', stream_get_wrappers()) or die('skip compress.zlib wrapper is not availabl…
H A Ddom_xinclude.phpt6 in_array('compress.zlib', stream_get_wrappers()) or die('skip compress.zlib wrapper is not availabl…
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic18413 0 lelong 0x0b17c0de LLVM bitcode, wrapper
24843 # RIFF wrapper for MP3
H A Dmagic私はガラスを食べられます18413 0 lelong 0x0b17c0de LLVM bitcode, wrapper
24843 # RIFF wrapper for MP3
/PHP-7.4/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-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/mysqli/tests/
H A Dconnect.inc54 …* Whenever possible, please use this wrapper to make testing ot MYSQLI_CLIENT_COMPRESS (and potent…
74 …* Whenever possible, please use this wrapper to make testing ot MYSQLI_CLIENT_COMPRESS (and potent…
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c868 php_stream_wrapper *wrapper; in zend_get_stream_timestamp() local
876 wrapper = php_stream_locate_url_wrapper(filename, NULL, STREAM_LOCATE_WRAPPERS_ONLY); in zend_get_stream_timestamp()
877 if (!wrapper) { in zend_get_stream_timestamp()
880 if (!wrapper->wops || !wrapper->wops->url_stat) { in zend_get_stream_timestamp()
888 …ret = wrapper->wops->url_stat(wrapper, (char*)filename, PHP_STREAM_URL_STAT_QUIET, &stream_statbuf… in zend_get_stream_timestamp()

Completed in 182 milliseconds

12345