/PHP-7.1/ext/zip/lib/ |
H A D | zip_source_layered.c | 63 zs->supports = cb(src, ud, NULL, 0, ZIP_SOURCE_SUPPORTS); in zip_source_layered_create() 64 if (zs->supports < 0) { in zip_source_layered_create() 65 zs->supports = ZIP_SOURCE_SUPPORTS_READABLE; in zip_source_layered_create()
|
H A D | zip_source_function.c | 62 zs->supports = zcb(ud, NULL, 0, ZIP_SOURCE_SUPPORTS); in zip_source_function_create() 63 if (zs->supports < 0) { in zip_source_function_create() 64 zs->supports = ZIP_SOURCE_SUPPORTS_READABLE; in zip_source_function_create()
|
H A D | zip_source_window.c | 46 zip_int64_t supports; member 79 …ctx->supports = (zip_source_supports(src) & ZIP_SOURCE_SUPPORTS_SEEKABLE) | (zip_source_make_comma… in _zip_source_window_new() 80 …ctx->needs_seek = (ctx->supports & ZIP_SOURCE_MAKE_COMMAND_BITMASK(ZIP_SOURCE_SEEK)) ? true : fals… in _zip_source_window_new() 206 return ctx->supports; in window_read()
|
H A D | zip_source_supports.c | 43 return src->supports; in zip_source_supports()
|
H A D | zipwin32.h | 45 zip_int64_t supports; member
|
H A D | zip_source_call.c | 43 if ((src->supports & ZIP_SOURCE_MAKE_COMMAND_BITMASK(command)) == 0) { in _zip_source_call()
|
H A D | zip_source_filep.c | 69 zip_int64_t supports; member 153 …ctx->supports = ZIP_SOURCE_SUPPORTS_READABLE | zip_source_make_command_bitmap(ZIP_SOURCE_SUPPORTS,… in _zip_source_file_or_p() 158 ctx->supports = ZIP_SOURCE_SUPPORTS_WRITABLE; in _zip_source_file_or_p() 162 ctx->supports = ZIP_SOURCE_SUPPORTS_SEEKABLE; in _zip_source_file_or_p() 443 return ctx->supports; in read_file()
|
H A D | zip_source_win32handle.c | 116 …ctx->supports = ZIP_SOURCE_SUPPORTS_READABLE | zip_source_make_command_bitmap(ZIP_SOURCE_SUPPORTS,… in _zip_source_win32_handle_or_name() 122 ctx->supports = ZIP_SOURCE_SUPPORTS_WRITABLE; in _zip_source_win32_handle_or_name() 129 ctx->supports = ZIP_SOURCE_SUPPORTS_SEEKABLE; in _zip_source_win32_handle_or_name() 371 return ctx->supports; in _win32_read_file()
|
/PHP-7.1/ext/iconv/ |
H A D | config.m4 | 130 AC_MSG_CHECKING([if iconv supports errno]) 151 AC_DEFINE([ICONV_SUPPORTS_ERRNO],1,[Whether iconv supports error no or not]) 155 AC_DEFINE([ICONV_SUPPORTS_ERRNO],0,[Whether iconv supports error no or not]) 159 AC_DEFINE([ICONV_SUPPORTS_ERRNO],0,[Whether iconv supports error no or not]) 162 AC_MSG_CHECKING([if iconv supports //IGNORE]) 182 AC_DEFINE([ICONV_BROKEN_IGNORE],0,[Whether iconv supports IGNORE]) 186 AC_DEFINE([ICONV_BROKEN_IGNORE],1,[Whether iconv supports IGNORE]) 190 AC_DEFINE([ICONV_BROKEN_IGNORE],0,[Whether iconv supports IGNORE])
|
H A D | config.w32 | 17 AC_DEFINE("ICONV_SUPPORTS_ERRNO", 1, "Whether iconv supports errno or not");
|
/PHP-7.1/ext/filter/docs/ |
H A D | filter.txt | 145 $filter_options - an bitmask that supports the 163 $filter_options - an bitmask that supports the 191 $filter_options - an bitmask that supports the 217 $filter_options - an bitmask that supports the 232 $filter_options - an bitmask that supports the 247 $filter_options - an bitmask that supports the 283 $filter_options - an bitmask that supports the
|
/PHP-7.1/ext/oci8/tests/ |
H A D | bug36403.phpt | 2 Bug #36403 (oci_execute no longer supports OCI_DESCRIBE_ONLY)
|
/PHP-7.1/ext/standard/tests/file/ |
H A D | flock_basic.phpt | 7 Description: PHP supports a portable way of locking complete files
|
/PHP-7.1/ext/openssl/tests/ |
H A D | bug65538_001.phpt | 2 Bug #65538: SSL context "cafile" supports stream wrappers
|
H A D | bug65538_003.phpt | 2 Bug #65538: SSL context "cafile" supports phar wrapper
|
/PHP-7.1/win32/build/ |
H A D | config.w32.h.in | 141 /* Win32 supports strcoll */ 144 /* Win32 supports socketpair by the emulation in win32/sockets.c */
|
/PHP-7.1/ext/intl/tests/ |
H A D | regression_sort_and_cow.phpt | 8 * Check if collator_sort() properly supports copy-on-write.
|
H A D | regression_sortwsk_and_cow.phpt | 9 * properly supports copy-on-write.
|
/PHP-7.1/ext/session/tests/ |
H A D | bug71162.phpt | 7 …to write empty session always. In addition, current session module only supports SessionHandlerInt…
|
/PHP-7.1/ext/pdo_dblib/ |
H A D | README | 18 This extension supports multiple versions of the TDS protocol. There are
|
/PHP-7.1/ext/mbstring/oniguruma/ |
H A D | config.h.in | 27 /* Define if compilerr supports prototypes */ 30 /* Define if compiler supports stdarg prototypes */
|
/PHP-7.1/ext/sockets/ |
H A D | config.m4 | 47 AC_CACHE_CHECK([if getaddrinfo supports AI_V4MAPPED],[ac_cv_gai_ai_v4mapped],
|
/PHP-7.1/ext/sockets/tests/ |
H A D | socket_sendrecvmsg_multi_msg.phpt | 14 /* Windows supports IPV6_RECVTCLASS and is able to receive the tclass via
|
H A D | socket_sendrecvmsg_multi_msg-win32.phpt | 11 /* Windows supports IPV6_RECVTCLASS and is able to receive the tclass via
|
/PHP-7.1/ |
H A D | README.UNIX-BUILD-SYSTEM | 3 - supports Makefile.ins during transition phase 5 - supports separate build directories without VPATH by using
|