Home
last modified time | relevance | path

Searched refs:option (Results 176 – 200 of 256) sorted by relevance

1234567891011

/PHP-7.2/ext/pgsql/
H A Dpgsql.c215 ZEND_ARG_INFO(0, option)
2337 switch (option) {
5415 switch (option) {
6499 zend_ulong option = 0; local
6506 if (option & ~PGSQL_CONV_OPTS) {
6739 if (option & PGSQL_DML_EXEC) {
6741 option = option & ~PGSQL_DML_EXEC;
6954 if (option & PGSQL_DML_STRING) {
7022 zend_ulong option = PGSQL_DML_EXEC; local
7046 if (option & PGSQL_DML_STRING) {
[all …]
/PHP-7.2/main/streams/
H A Dplain_wrapper.c613 static int php_stdiop_set_option(php_stream *stream, int option, int value, void *ptrparam) in php_stdiop_set_option() argument
626 switch(option) { in php_stdiop_set_option()
1344 static int php_plain_files_metadata(php_stream_wrapper *wrapper, const char *url, int option, void … in php_plain_files_metadata() argument
1369 switch(option) { in php_plain_files_metadata()
1386 if(option == PHP_STREAM_META_OWNER_NAME) { in php_plain_files_metadata()
1398 if(option == PHP_STREAM_META_GROUP_NAME) { in php_plain_files_metadata()
1414 php_error_docref1(NULL, url, E_WARNING, "Unknown option %d for stream_metadata", option); in php_plain_files_metadata()
/PHP-7.2/sapi/phpdbg/tests/
H A Dphpdbg_get_executable_stream_wrapper.phpt19 * when passed the 'files' option vs without, in the face of some mild abuse
/PHP-7.2/main/
H A Dphp_streams.h131 int (*set_option)(php_stream *stream, int option, int value, void *ptrparam);
374 PHPAPI int _php_stream_set_option(php_stream *stream, int option, int value, void *ptrparam);
375 #define php_stream_set_option(stream, option, value, ptrvalue) _php_stream_set_option((stream), (op… argument
/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY36 2016/10/19: add ONIG_OPTION_CHECK_VALIDITY_OF_STRING option.
67 2016/07/04: fix case of enclosed option in look-behind.
664 Ruby's option.
904 2004/11/29: [dist] add -s option (silent mode) to test.rb.
1486 remove env->option == option check in parse_effect().
1487 change env->option for dynamic option in parse_exp().
1706 2003/05/26: [spec] remove POSIXLINE option. (?p:...)
1767 2003/03/10: [spec] support POSIX API option REG_NOSUB.
1834 2003/02/26: [impl] add -win option to testconv.rb.
1853 (REG_EXTENDED option: Extended RE)
[all …]
H A DINSTALL130 compiler but only a single `-arch' option to the preprocessor. Like
147 `configure' the option `--prefix=PREFIX', where PREFIX must be an
152 pass the option `--exec-prefix=PREFIX' to `configure', the package uses
197 option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
235 parse its `<wchar.h>' header file. The option `-nodtk' can be used as
263 `--build=TYPE' option. TYPE can either be a short name for the system
278 use the option `--target=TYPE' to select the type of system they will
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregexec.c1318 OnigOptionType option = reg->options; in match_at() local
1369 if (IS_FIND_LONGEST(option)) { in match_at()
1461 if (IS_FIND_CONDITION(option)) { in match_at()
2353 GET_OPTION_INC(option, p); in match_at()
2361 GET_OPTION_INC(option, p); in match_at()
3094 OnigOptionType option) in onig_match() argument
3100 MATCH_ARG_INIT(msa, reg, option, region, at); in onig_match()
3110 && !IS_POSIX_REGION(option) in onig_match()
3407 && !IS_POSIX_REGION(option) in onig_search()
3743 && !IS_POSIX_REGION(option) in onig_search()
[all …]
H A Dregcomp.c266 BBUF_ADD(reg, &option, SIZE_OPTION); in add_option()
302 r = add_option(reg, option); in add_opcode_option()
1164 reg->options = node->option; in compile_length_option_node()
1193 reg->options = node->option; in compile_option_node()
5514 option |= syntax->options; in onig_reg_init()
5518 option |= syntax->options; in onig_reg_init()
5521 (reg)->options = option; in onig_reg_init()
5889 fprintf(f, ":%d", option); in onig_print_compiled_byte_code()
6026 OnigOptionType option; in onig_print_compiled_byte_code() local
6029 GET_OPTION_INC(option, bp); in onig_print_compiled_byte_code()
[all …]
H A Dregext.c187 r = onig_reg_init(*reg, ci->option, ci->case_fold_flag, ci->target_enc, in onig_new_deluxe()
H A Dregparse.h190 OnigOptionType option; member
279 OnigOptionType option; member
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_protocol_frame_codec.c357 …, set_client_option)(MYSQLND_PFC * const pfc, enum_mysqlnd_client_option option, const char * cons… in MYSQLND_METHOD()
360 DBG_INF_FMT("option=%u", option); in MYSQLND_METHOD()
361 switch (option) { in MYSQLND_METHOD()
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A DtestinputEBC2 EBCDIC option but in an ASCII environment, that newline and white space
/PHP-7.2/ext/pcre/pcrelib/
H A DNEWS126 . The PCRE_NEVER_UTF option is available to prevent pattern-writers from using
160 . If the --only-matching (-o) option in pcregrep is specified multiple
186 . pcregrep now has a --file-list option where the list of files to scan is
242 pcretest to make testing easier and more comprehensive. There is a new option
271 START_OPTIMIZE option, which is now allowed at compile time
280 of lesser new features, and several bugs have been fixed. A new option,
304 process has been improved, and an option to make a partial match override a
459 2. The option PCRE_NEWLINE_ANY causes PCRE to recognize any Unicode newline
607 checks UTF-8 strings for validity by default. There is an option to suppress
648 option for pcregrep to make it operate in UTF-8 mode.
[all …]
H A DChangeLog1275 "unknown -C option" after outputting 0 or 1.
1356 18. Added --file-list option to pcregrep.
1650 runtime --no-jit option is given.
2134 options. The new /Y option in pcretest sets this option when calling
2535 RunTest, and also checks for the -b option.
3995 The -S option isn't available for Windows.
4041 (e) Added the -o (--only-matching) option.
4046 (g) Added the -H (--with-filename) option.
4053 (j) Added the -F (--fixed-strings) option.
4057 (l) Added the --colo(u)r option.
[all …]
/PHP-7.2/ext/soap/
H A DTODO.old6 add ini option for always soap_error_handler
/PHP-7.2/ext/mbstring/tests/
H A Dmb_ereg_replace_variation4.phpt10 …: proto string mb_ereg_replace(string pattern, string replacement, string string [, string option])
/PHP-7.2/ext/sockets/tests/
H A Dsocket_export_stream-4.phpt90 Warning: socket_get_option(): unable to retrieve socket option [%d]: %s in %s on line %d
H A Dsocket_import_stream-4-win.phpt86 Warning: socket_get_option(): unable to retrieve socket option [10038]: %s
H A Dsocket_import_stream-4.phpt85 Warning: socket_get_option(): unable to retrieve socket option [%d]: %s in %s on line %d
H A Dsocket_export_stream-4-win.phpt91 Warning: socket_get_option(): unable to retrieve socket option [%d]: An operation was attempted on …
/PHP-7.2/ext/mbstring/
H A DREADME_PHP3-i18n-ja17 ASCII with i18n option enabled. (note: executable is bit larger due
134 Add --enable-i18n option when running configure. For your own setup,
144 o configure option
438 This option is only effective as long as i18n.http_input is set to
627 o string = i18n_ja_jp_hantozen(string, option)
628 o string = i18n_ja_jp_hantozen(string, option, encoding)
632 option
660 "V" : merge dakuon character. only works with "K" and "H" option
/PHP-7.2/ext/imap/tests/
H A Dimap_close_variation4.phpt16 * recognised as CL_EXPUNGE option
/PHP-7.2/ext/standard/tests/array/
H A Darray_search_variation1.phpt51 //strict option OFF
53 //strict option ON
55 //strict option OFF
H A Din_array_variation1.phpt52 //strict option OFF
54 //strict option ON
56 //strict option OFF
/PHP-7.2/ext/ldap/
H A Dldap.c2207 zend_long option; in PHP_FUNCTION() local
2217 switch (option) { in PHP_FUNCTION()
2248 if (ldap_get_option(ld->link, option, &val)) { in PHP_FUNCTION()
2400 zend_long option; in PHP_FUNCTION() local
2415 switch (option) { in PHP_FUNCTION()
2444 if (ldap_set_option(ldap, option, &val)) { in PHP_FUNCTION()
2517 if (ldap_set_option(ldap, option, val)) { in PHP_FUNCTION()
2534 if (ldap_set_option(ldap, option, val)) { in PHP_FUNCTION()
2588 error = ldap_set_option(ldap, option, ctrls); in PHP_FUNCTION()
3738 ZEND_ARG_INFO(0, option)
[all …]

Completed in 145 milliseconds

1234567891011