Home
last modified time | relevance | path

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

1234

/PHP-5.4/
H A DNEWS1499 . Fixed bug #40459 (Stat and Dir stream wrapper methods do not call
3325 wrapper). (Gustavo)
4439 - Fixed bug #48637 ("file" fopen wrapper is overwritten when using
4644 . Added "glob://" stream wrapper. (Marcus)
5590 - Fixed bug #45449 (filesize() regression using ftp wrapper).
5679 - Fixed bug #43353 (wrong detection of 'data' wrapper causes notice).
6357 - Added openbasedir and safemode checks in zip:// stream wrapper and
6554 - Added function stream_socket_shutdown(). It is a wrapper for system
7131 through userspace stream wrapper). (Tony, Dmitry)
7536 HTTP streams wrapper). (Ilia)
[all …]
H A DREADME.EXT_SKEL145 best suited for quickly generating a wrapper for c-library functions you
H A DUPGRADING351 - Since 5.4.7, ctor is always called when new user stream wrapper object is created.
401 Strictly speaking, this is an addition to the user-space stream wrapper
H A Dacinclude.m41865 dnl El cheapo wrapper for AC_CHECK_LIB
/PHP-5.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()
/PHP-5.4/build/
H A Dlibtool.m44431 # Variables whose values should be saved in libtool wrapper scripts and
/PHP-5.4/ext/bz2/
H A Dbz2.c207 PHP_BZ2_API php_stream *_php_stream_bz2open(php_stream_wrapper *wrapper, in _php_stream_bz2open() argument
H A Dphp_bz2.h50 PHP_BZ2_API php_stream *_php_stream_bz2open(php_stream_wrapper *wrapper, char *path, char *mode, in…
54 #define php_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper)… argument
/PHP-5.4/ext/curl/
H A Dphp_curl.h160 php_stream *php_curl_stream_opener(php_stream_wrapper *wrapper, char *filename, char *mode,
H A Dstreams.c269 php_stream *php_curl_stream_opener(php_stream_wrapper *wrapper, char *filename, char *mode, in php_curl_stream_opener() argument
/PHP-5.4/ext/dom/
H A Dphp_dom.c1027 dom_object *wrapper; in node_list_unlink() local
1033 if (wrapper != NULL ) { in node_list_unlink()
1323 zval *wrapper; in php_dom_create_object() local
1330 ALLOC_ZVAL(wrapper); in php_dom_create_object()
1331 ZVAL_NULL(wrapper); in php_dom_create_object()
1332 return wrapper; in php_dom_create_object()
1345 wrapper = return_value; in php_dom_create_object()
1418 ZVAL_NULL(wrapper); in php_dom_create_object()
1419 return wrapper; in php_dom_create_object()
1425 object_init_ex(wrapper, ce); in php_dom_create_object()
[all …]
/PHP-5.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-5.4/ext/fileinfo/tests/
H A Dmagic11541 0 lelong 0x0b17c0de LLVM bitcode, wrapper
15276 # RIFF wrapper for MP3
/PHP-5.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 TSRMLS_CC); in php_libxml_unregister_node()
294 php_stream_wrapper *wrapper = NULL; in php_libxml_streams_IO_open_wrapper() local
325 wrapper = php_stream_locate_url_wrapper(resolved_path, &path_to_open, 0 TSRMLS_CC); in php_libxml_streams_IO_open_wrapper()
326 if (wrapper && read_only && wrapper->wops->url_stat) { in php_libxml_streams_IO_open_wrapper()
327 …if (wrapper->wops->url_stat(wrapper, path_to_open, PHP_STREAM_URL_STAT_QUIET, &ssbuf, NULL TSRMLS_… in php_libxml_streams_IO_open_wrapper()
/PHP-5.4/ext/mysql/tests/
H A Dconnect.inc23 /* wrapper to simplify test porting */
/PHP-5.4/ext/mysqli/tests/
H A Dconnect.inc83 …* Whenever possible, please use this wrapper to make testing ot MYSQLI_CLIENT_COMPRESS (and potent…
104 …* Whenever possible, please use this wrapper to make testing ot MYSQLI_CLIENT_COMPRESS (and potent…
/PHP-5.4/ext/openssl/
H A Dxp_ssl.c69 …if (stream->wrapperdata && stream->wrapper && strcasecmp(stream->wrapper->wops->label, "HTTP") == … in is_http_stream_talking_to_iis()
/PHP-5.4/ext/pcre/pcrelib/
H A DChangeLog2296 wrapper.
2598 values in parens when parsing an RE using the C++ wrapper."
3272 11. Added pkgconfig support for the C++ wrapper library, libpcrecpp.
3444 copy construction and assignment in the C++ wrapper.
3749 (e) Improve the error-handling of the C++ wrapper a little bit.
3935 PCRE options from within the C++ wrapper.
3980 wrapper.
4107 wrapper). This facility is provided because some applications need a
4109 compile-time errors are handled in the POSIX wrapper.
4128 21. Added Google's contributed C++ wrapper to the distribution.
[all …]
H A DLICENCE13 included in the distribution is a set of C++ wrapper functions, and a
H A DNEWS439 5. The C++ wrapper interface has been extended by the addition of a
495 The distribution now includes a C++ wrapper library. This is built
H A DREADME55 includes a set of C++ wrapper functions (see the pcrecpp man page for details),
61 The distribution also contains a set of C wrapper functions (again, just for
214 the C++ wrapper library, you can add --disable-cpp to the "configure"
217 try to build the C++ wrapper.
438 . pcrecpparg.h header file for calling PCRE via the C++ wrapper
452 it with --disable-cpp, "make" builds the C++ wrapper library, which is called
666 pcregrep command. If the C++ wrapper library is built, three test programs
891 pcreposix.h header for the external POSIX wrapper API
898 pcrecpp.h public header file for the C++ wrapper
902 pcre_scanner.cc ) source for the C++ wrapper library
[all …]
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt66 Google Inc. have provided a comprehensive C++ wrapper for the 8-bit
147 pcrecpp details of the C++ wrapper for the 8-bit library
501 library. The C++ and POSIX wrapper functions support only the 8-bit
829 library. The C++ and POSIX wrapper functions support only the 8-bit
941 it automatically builds the C++ wrapper library (which supports only
1064 two. If the number of expected substrings is small, the wrapper func-
1710 are also some wrapper functions (for the 8-bit library only) that cor-
1714 C++ wrapper (again for the 8-bit library only) is also distributed with
9512 ity. There is no POSIX-style wrapper for PCRE's 16-bit and 32-bit
9515 The functions described here are just wrapper functions that ultimately
[all …]

Completed in 157 milliseconds

1234