Home
last modified time | relevance | path

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

1234

/PHP-5.5/
H A DNEWS2011 . Added UConverter wrapper.
2688 . Fixed bug #40459 (Stat and Dir stream wrapper methods do not call
4514 wrapper). (Gustavo)
5628 - Fixed bug #48637 ("file" fopen wrapper is overwritten when using
5833 . Added "glob://" stream wrapper. (Marcus)
6779 - Fixed bug #45449 (filesize() regression using ftp wrapper).
6868 - Fixed bug #43353 (wrong detection of 'data' wrapper causes notice).
7546 - Added openbasedir and safemode checks in zip:// stream wrapper and
8320 through userspace stream wrapper). (Tony, Dmitry)
8725 HTTP streams wrapper). (Ilia)
[all …]
H A DREADME.EXT_SKEL145 best suited for quickly generating a wrapper for c-library functions you
H A Dacinclude.m41865 dnl El cheapo wrapper for AC_CHECK_LIB
/PHP-5.5/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.5/build/
H A Dlibtool.m44438 # Variables whose values should be saved in libtool wrapper scripts and
/PHP-5.5/ext/bz2/
H A Dbz2.c211 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.5/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.5/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.5/ext/fileinfo/tests/
H A Dmagic11541 0 lelong 0x0b17c0de LLVM bitcode, wrapper
15276 # RIFF wrapper for MP3
/PHP-5.5/ext/intl/
H A DERROR.CONVENTIONS9 PHP wrapper functions can set these error codes when appropriate. For instance,
11 wrapper function should set the global error code to U_ILLEGAL_ARGUMENT_ERROR).
/PHP-5.5/ext/libxml/
H A Dlibxml.c165 php_libxml_node_object *wrapper; in php_libxml_unregister_node() local
170 wrapper = nodeptr->_private; in php_libxml_unregister_node()
171 if (wrapper) { in php_libxml_unregister_node()
172 php_libxml_clear_object(wrapper TSRMLS_CC); in php_libxml_unregister_node()
295 php_stream_wrapper *wrapper = NULL; in php_libxml_streams_IO_open_wrapper() local
341 wrapper = php_stream_locate_url_wrapper(resolved_path, &path_to_open, 0 TSRMLS_CC); in php_libxml_streams_IO_open_wrapper()
342 if (wrapper && read_only && wrapper->wops->url_stat) { in php_libxml_streams_IO_open_wrapper()
343 …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.5/ext/mysql/tests/
H A Dconnect.inc23 /* wrapper to simplify test porting */
/PHP-5.5/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.5/ext/opcache/
H A DZendAccelerator.c643 php_stream_wrapper *wrapper; in zend_get_stream_timestamp() local
651 wrapper = php_stream_locate_url_wrapper(filename, NULL, STREAM_LOCATE_WRAPPERS_ONLY TSRMLS_CC); in zend_get_stream_timestamp()
652 if (!wrapper) { in zend_get_stream_timestamp()
655 if (!wrapper->wops || !wrapper->wops->url_stat) { in zend_get_stream_timestamp()
663 …ret = wrapper->wops->url_stat(wrapper, (char*)filename, PHP_STREAM_URL_STAT_QUIET, &stream_statbuf… in zend_get_stream_timestamp()
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c72 …if (stream->wrapperdata && stream->wrapper && strcasecmp(stream->wrapper->wops->label, "HTTP") == … in is_http_stream_talking_to_iis()
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog2472 wrapper.
2774 values in parens when parsing an RE using the C++ wrapper."
3448 11. Added pkgconfig support for the C++ wrapper library, libpcrecpp.
3620 copy construction and assignment in the C++ wrapper.
3925 (e) Improve the error-handling of the C++ wrapper a little bit.
4111 PCRE options from within the C++ wrapper.
4156 wrapper.
4283 wrapper). This facility is provided because some applications need a
4285 compile-time errors are handled in the POSIX wrapper.
4304 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 DNEWS447 5. The C++ wrapper interface has been extended by the addition of a
503 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.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt77 Google Inc. have provided a comprehensive C++ wrapper for the 8-bit
158 pcrecpp details of the C++ wrapper for the 8-bit library
512 library. The C++ and POSIX wrapper functions support only the 8-bit
840 library. The C++ and POSIX wrapper functions support only the 8-bit
952 it automatically builds the C++ wrapper library (which supports only
1075 two. If the number of expected substrings is small, the wrapper func-
1721 are also some wrapper functions (for the 8-bit library only) that cor-
1725 C++ wrapper (again for the 8-bit library only) is also distributed with
9536 ity. There is no POSIX-style wrapper for PCRE's 16-bit and 32-bit
9539 The functions described here are just wrapper functions that ultimately
[all …]
/PHP-5.5/ext/phar/
H A DTODO30 X support rename() in stream wrapper [Greg]

Completed in 187 milliseconds

1234