Home
last modified time | relevance | path

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

12345

/PHP-7.1/ext/standard/tests/file/
H A Dinclude_streams.phpt102 die("test wrapper registration failed");
H A Duserstreams.phpt166 die("test wrapper registration failed");
171 die("bogon wrapper registration failed");
/PHP-7.1/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-7.1/sapi/phpdbg/
H A Dphpdbg.h311 …php_stream *(*orig_url_wrap_php)(php_stream_wrapper *wrapper, const char *path, const char *mode, …
H A Dphpdbg.c1345 php_stream *phpdbg_stream_url_wrap_php(php_stream_wrapper *wrapper, const char *path, const char *m… in phpdbg_stream_url_wrap_php() argument
1363 return PHPDBG_G(orig_url_wrap_php)(wrapper, path, mode, options, opened_path, context STREAMS_CC); in phpdbg_stream_url_wrap_php()
1879 …php_stream_wrapper *wrapper = zend_hash_str_find_ptr(php_stream_get_url_stream_wrappers_hash(), ZE… in main() local
1880 PHPDBG_G(orig_url_wrap_php) = wrapper->wops->stream_opener; in main()
1881 wrapper->wops->stream_opener = phpdbg_stream_url_wrap_php; in main()
2159 …php_stream_wrapper *wrapper = zend_hash_str_find_ptr(php_stream_get_url_stream_wrappers_hash(), ZE… in main() local
2160 wrapper->wops->stream_opener = PHPDBG_G(orig_url_wrap_php); in main()
/PHP-7.1/main/streams/
H A Dglob_wrapper.c209 static php_stream *php_glob_stream_opener(php_stream_wrapper *wrapper, const char *path, const char… in php_glob_stream_opener() argument
/PHP-7.1/
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 DREADME.EXT_SKEL145 best suited for quickly generating a wrapper for c-library functions you
H A DNEWS991 . Fixed bug #74598 (ftp:// wrapper ignores context arg). (Sara)
2057 . Fixed bug #73297 (HTTP stream wrapper should ignore HTTP 100 Continue).
2113 . Fixed bug #72764 (ftps:// opendir wrapper data channel encryption fails
2116 . Fixed bug #41021 (Problems with the ftps wrapper). (vhuk)
2117 . Fixed bug #54431 (opendir() does not work with ftps:// wrapper). (vhuk)
2120 . Fixed bug #72771 (ftps:// wrapper is vulnerable to protocol downgrade
2461 . Fixed bug #72764 (ftps:// opendir wrapper data channel encryption fails
2627 . Fixed bug #41021 (Problems with the ftps wrapper). (vhuk)
2628 . Fixed bug #54431 (opendir() does not work with ftps:// wrapper). (vhuk)
2631 . Fixed bug #72771 (ftps:// wrapper is vulnerable to protocol downgrade
[all …]
H A Dacinclude.m41869 dnl El cheapo wrapper for AC_CHECK_LIB
H A Dphp.ini-development662 ; POST data will be through the php://input stream wrapper. This can be useful
/PHP-7.1/ext/spl/internal/
H A Dcachingiterator.inc18 * This iterator wrapper does a one ahead iteration. This way it knows whether
/PHP-7.1/ext/pcre/pcrelib/
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 …]
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 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 …]
/PHP-7.1/ext/zip/
H A Dzip_stream.c259 php_stream *php_stream_zip_opener(php_stream_wrapper *wrapper, in php_stream_zip_opener() argument
/PHP-7.1/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-7.1/ext/opcache/
H A DZendAccelerator.c718 php_stream_wrapper *wrapper; in zend_get_stream_timestamp() local
726 wrapper = php_stream_locate_url_wrapper(filename, NULL, STREAM_LOCATE_WRAPPERS_ONLY); in zend_get_stream_timestamp()
727 if (!wrapper) { in zend_get_stream_timestamp()
730 if (!wrapper->wops || !wrapper->wops->url_stat) { in zend_get_stream_timestamp()
738 …ret = wrapper->wops->url_stat(wrapper, (char*)filename, PHP_STREAM_URL_STAT_QUIET, &stream_statbuf… in zend_get_stream_timestamp()
/PHP-7.1/ext/phar/
H A DTODO30 X support rename() in stream wrapper [Greg]
/PHP-7.1/ext/bz2/
H A Dbz2.c241 PHP_BZ2_API php_stream *_php_stream_bz2open(php_stream_wrapper *wrapper, in _php_stream_bz2open() argument
/PHP-7.1/ext/dom/
H A Dphp_dom.c973 dom_object *wrapper; in node_list_unlink() local
977 wrapper = php_dom_object_get_data(node); in node_list_unlink()
979 if (wrapper != NULL ) { in node_list_unlink()
/PHP-7.1/ext/openssl/
H A Dxp_ssl.c159 …if (Z_TYPE(stream->wrapperdata) == IS_ARRAY && stream->wrapper && strcasecmp(stream->wrapper->wops… in is_http_stream_talking_to_iis()
768 } else if (stream->wrapper->is_url) { in load_stream_cafile()
/PHP-7.1/ext/phar/phar/
H A Dpharcommand.inc124 .'stub so that class PHP_Archive gets registered as phar:// stream wrapper '
/PHP-7.1/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 …]

Completed in 167 milliseconds

12345