Home
last modified time | relevance | path

Searched refs:option (Results 151 – 175 of 207) sorted by relevance

123456789

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.h190 OnigOptionType option; member
279 OnigOptionType option; member
H A Dregext.c187 r = onig_reg_init(*reg, ci->option, ci->case_fold_flag, ci->target_enc, in onig_new_deluxe()
H A Dregexec.c1250 OnigOptionType option = reg->options; in match_at() local
1321 if (IS_FIND_LONGEST(option)) { in match_at()
1413 if (IS_FIND_CONDITION(option)) { in match_at()
1414 if (IS_FIND_NOT_EMPTY(option) && s == sstart) { in match_at()
2311 GET_OPTION_INC(option, p); in match_at()
2319 GET_OPTION_INC(option, p); in match_at()
3050 OnigOptionType option) in onig_match() argument
3081 MATCH_ARG_INIT(msa, option, region, at); in onig_match()
3091 && !IS_POSIX_REGION(option) in onig_match()
3394 && !IS_POSIX_REGION(option) in onig_search()
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Din_array_variation1.phpt52 //strict option OFF
54 //strict option ON
56 //strict option OFF
H A Darray_search_variation1.phpt51 //strict option OFF
53 //strict option ON
55 //strict option OFF
/PHP-5.5/sapi/apache/
H A Dconfig.m491 # Test whether apxs support -S option
95 APACHE_INSTALL="$APXS -i -a -n php5 $SAPI_SHARED" # Old apxs does not have -S option
239 PHP_ARG_ENABLE(mod-charset, whether to enable Apache charset compatibility option,
/PHP-5.5/sapi/apache_hooks/
H A Dconfig.m492 # Test whether apxs support -S option
96 APACHE_HOOKS_INSTALL="$APXS -i -a -n php5 $SAPI_SHARED" # Old apxs does not have -S option
241 PHP_ARG_ENABLE(mod-charset, whether to enable Apache charset compatibility option,
/PHP-5.5/ext/pdo/
H A DTODO17 for each driver option specified in the constructor.
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_get_attribute.phpt80 Read options from the named option file instead of from my.cnf.
/PHP-5.5/ext/imap/tests/
H A Dimap_fetch_overview_variation5.phpt27 '1:3'); // pass uid without setting FT_UID option
/PHP-5.5/ext/date/lib/
H A Dtimelib.h125 void timelib_time_set_option(timelib_time* tm, int option, void* option_value);
/PHP-5.5/ext/pgsql/
H A Dpgsql.c6082 ulong option = 0; local
6090 if (option & ~PGSQL_CONV_OPTS) {
6286 ulong option = PGSQL_DML_EXEC; local
6307 if (option & PGSQL_DML_STRING) {
6442 ulong option = PGSQL_DML_EXEC; local
6463 if (option & PGSQL_DML_STRING) {
6534 ulong option = PGSQL_DML_EXEC; local
6539 &pgsql_link, &table, &table_len, &ids, &option) == FAILURE) {
6555 if (option & PGSQL_DML_STRING) {
6672 ulong option = PGSQL_DML_EXEC; local
[all …]
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c812 static int php_openssl_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam … in php_openssl_sockop_set_option() argument
818 switch (option) { in php_openssl_sockop_set_option()
898 php_stream_socket_ops.set_option(stream, option, value, ptrparam TSRMLS_CC); in php_openssl_sockop_set_option()
927 return php_stream_socket_ops.set_option(stream, option, value, ptrparam TSRMLS_CC); in php_openssl_sockop_set_option()
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A DtestoutputEBC2 EBCDIC option but in an ASCII environment, that newline and white space
/PHP-5.5/ext/pcre/pcrelib/
H A DREADME234 enabled by an option at run time. When PCRE is compiled with this option, its
241 UTF-16 support while building only the 8-bit library. However, the option
271 sequence. This is independent of the option specifying what PCRE considers to
343 not specify this option, pcre_chartables.c is created as a copy of
353 both EBCDIC and UTF-8/16/32. There is a second option, --enable-ebcdic-nl25,
595 Unless C++ support is disabled by specifying the "--disable-cpp" option of the
596 "configure" script, you must include the "-AA" option in the CXXFLAGS
601 option. If you experience unresolved symbols when linking the C++ programs,
690 this time with a forced pcre_study() with the PCRE_STUDY_JIT_COMPILE option.
695 RunTest with either the -8, -16 or -32 option.
[all …]
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_structs.h280 …lnd_net__set_client_option)(MYSQLND_NET * const net, enum_mysqlnd_option option, const char * cons…
459 …a__set_server_option)(MYSQLND_CONN_DATA * const conn, enum_mysqlnd_server_option option TSRMLS_DC);
460 …__set_client_option)(MYSQLND_CONN_DATA * const conn, enum_mysqlnd_option option, const char * cons…
500 …et_client_option_2d)(MYSQLND_CONN_DATA * const conn, enum mysqlnd_option option, const char * cons…
H A Dmysqlnd.c393 …ta, set_server_option)(MYSQLND_CONN_DATA * const conn, enum_mysqlnd_server_option option TSRMLS_DC) in MYSQLND_METHOD()
401 int2store(buffer, (unsigned int) option); in MYSQLND_METHOD()
2290 enum mysqlnd_option option,
2297 DBG_INF_FMT("conn=%llu option=%u", conn->thread_id, option);
2302 switch (option) {
2318 ret = conn->net->data->m.set_client_option(conn->net, option, value TSRMLS_CC);
2488 enum mysqlnd_option option,
2496 DBG_INF_FMT("conn=%llu option=%u", conn->thread_id, option);
2501 switch (option) {
/PHP-5.5/ext/mysqli/
H A Dmysqli_fe.c274 ZEND_ARG_INFO(0, option)
279 ZEND_ARG_INFO(0, option)
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_pam_sha256_public_key_option.phpt2 PAM: SHA-256, option: MYSQLI_SERVER_PUBLIC_KEY
/PHP-5.5/
H A Dphp.ini-development17 ; 6. The directory from the --with-config-file-path compile time option, or the
177 ; To disable this feature set this option to empty value
252 ; Valid values for this option are 'off', 'on', or a specific buffer size
275 ; and every HTML block. Turning this option on has serious performance
648 ; This option is enabled by default.
771 ; is supported by Apache. When this option is set to 1 PHP will send
1264 ; Tuning: This option enables statement caching, and specifies how
1470 ; NOTE: If you are using the subdirectory option for storing session files
1508 ; Use this option with caution.
1789 ; WARNING: Do not use this option if you are generating non-html content
[all …]
H A Dphp.ini-production17 ; 6. The directory from the --with-config-file-path compile time option, or the
177 ; To disable this feature set this option to empty value
252 ; Valid values for this option are 'off', 'on', or a specific buffer size
275 ; and every HTML block. Turning this option on has serious performance
648 ; This option is enabled by default.
771 ; is supported by Apache. When this option is set to 1 PHP will send
1264 ; Tuning: This option enables statement caching, and specifies how
1470 ; NOTE: If you are using the subdirectory option for storing session files
1508 ; Use this option with caution.
1789 ; WARNING: Do not use this option if you are generating non-html content
[all …]
H A DUPGRADING84 - Support for systemd in php-fpm: Add --with-fpm-systemd option to
85 report health to systemd, and add systemd_interval option to
180 - curl_setopt now accepts new option CURLOPT_SAFE_UPLOAD and CURLFile
H A DNEWS1807 . Added "Z" option to pack/unpack. (Gustavo)
2595 . Added --offline option for tests. (Remi)
3132 . highlight.bg php.ini option. (Kalle)
3136 . zend.ze1_compatibility_mode php.ini option.
3141 . y2k_compliance php.ini option. (Kalle)
5117 an invalid option is provided). (Ilia)
5553 strings as option keys). (Jani)
5579 option is an array). (David Zülke)
7164 - Removed --enable-versioning configure option. (Jani)
8446 option). (Dmitry)
[all …]
/PHP-5.5/Zend/
H A DREADME.ZEND_VM100 option. By default ZE2 uses the following command to generate executor:
/PHP-5.5/ext/pspell/
H A Dpspell.c820 static void pspell_config_path(INTERNAL_FUNCTION_PARAMETERS, char *option) in pspell_config_path() argument
838 pspell_config_replace(config, option, value); in pspell_config_path()

Completed in 144 milliseconds

123456789