Home
last modified time | relevance | path

Searched refs:option (Results 101 – 125 of 207) sorted by last modified time

123456789

/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_match_basic.phpt10 /* Prototype : bool mb_ereg_match(string $pattern, string $string [,string $option])
H A Dmb_ereg_replace_variation3.phpt10 …: proto string mb_ereg_replace(string pattern, string replacement, string string [, string option])
21 $option = '';
96 var_dump( mb_ereg_replace($pattern, $replacement, $input, $option) );
H A Dbug43301.phpt2 …b_ereg*_replace() crashes when replacement string is invalid PHP expression and 'e' option is used)
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.h190 OnigOptionType option; member
279 OnigOptionType option; member
H A Dtestu.c132 ci.option = ONIG_OPTION_DEFAULT; in xx()
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()
4833 env->options = en->option; in optimize_node_left()
5495 option |= syntax->options; in onig_reg_init()
5499 option |= syntax->options; in onig_reg_init()
5854 fprintf(f, ":%d", option); in onig_print_compiled_byte_code()
5991 OnigOptionType option; in onig_print_compiled_byte_code() local
5994 GET_OPTION_INC(option, bp); in onig_print_compiled_byte_code()
[all …]
H A Doniguruma.h396 #define ONIG_IS_OPTION_ON(options,option) ((options) & (option)) argument
712 OnigOptionType option; member
726 …, const OnigUChar* pattern, const OnigUChar* pattern_end, OnigOptionType option, OnigEncoding enc,…
728 int onig_reg_init P_((regex_t* reg, OnigOptionType option, OnigCaseFoldType case_fold_flag, OnigEn…
729 …, const OnigUChar* pattern, const OnigUChar* pattern_end, OnigOptionType option, OnigEncoding enc,…
737 …, const OnigUChar* pattern, const OnigUChar* pattern_end, OnigOptionType option, OnigEncoding enc,…
741 …* end, const OnigUChar* start, const OnigUChar* range, OnigRegion* region, OnigOptionType option));
743 …UChar* str, const OnigUChar* end, const OnigUChar* at, OnigRegion* region, OnigOptionType option));
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 …]
H A Dregext.c187 r = onig_reg_init(*reg, ci->option, ci->case_fold_flag, ci->target_enc, in onig_new_deluxe()
H A Dregint.h288 #define IS_SINGLELINE(option) ((option) & ONIG_OPTION_SINGLELINE) argument
289 #define IS_MULTILINE(option) ((option) & ONIG_OPTION_MULTILINE) argument
290 #define IS_IGNORECASE(option) ((option) & ONIG_OPTION_IGNORECASE) argument
291 #define IS_EXTEND(option) ((option) & ONIG_OPTION_EXTEND) argument
292 #define IS_FIND_LONGEST(option) ((option) & ONIG_OPTION_FIND_LONGEST) argument
293 #define IS_FIND_NOT_EMPTY(option) ((option) & ONIG_OPTION_FIND_NOT_EMPTY) argument
294 #define IS_FIND_CONDITION(option) ((option) & \ argument
296 #define IS_NOTBOL(option) ((option) & ONIG_OPTION_NOTBOL) argument
297 #define IS_NOTEOL(option) ((option) & ONIG_OPTION_NOTEOL) argument
298 #define IS_POSIX_REGION(option) ((option) & ONIG_OPTION_POSIX_REGION) argument
[all …]
H A Dregparse.c1375 NENCLOSE(node)->option = 0; in node_new_enclose()
1397 NENCLOSE(node)->option = option; in node_new_enclose_memory()
1407 NENCLOSE(node)->option = option; in node_new_option()
3721 if (IS_EXTEND(env->option)) { in fetch_token()
3733 if (IS_EXTEND(env->option)) in fetch_token()
4508 OnigOptionType option; in parse_enclose() local
4522 option = env->option; in parse_enclose()
4691 env->option = option; in parse_enclose()
4695 env->option = prev; in parse_enclose()
5062 env->option = NENCLOSE(*np)->option; in parse_exp()
[all …]
H A DHISTORY530 (!!! NO SUPPORT experimental option !!!)
552 Ruby's option.
792 2004/11/29: [dist] add -s option (silent mode) to test.rb.
1374 remove env->option == option check in parse_effect().
1375 change env->option for dynamic option in parse_exp().
1594 2003/05/26: [spec] remove POSIXLINE option. (?p:...)
1655 2003/03/10: [spec] support POSIX API option REG_NOSUB.
1722 2003/02/26: [impl] add -win option to testconv.rb.
1741 (REG_EXTENDED option: Extended RE)
1839 2003/01/17: [inst] add configure option --with-rubydir.
[all …]
H A DREADME93 add option -DONIG_EXTERN=extern to C compiler.
/PHP-5.5/ext/mbstring/
H A Dphp_mbregex.c481 if ((option & ONIG_OPTION_IGNORECASE) != 0) { in _php_mb_regex_get_option_string()
489 if ((option & ONIG_OPTION_EXTEND) != 0) { in _php_mb_regex_get_option_string()
645 if (option != NULL) *option|=optm; in _php_mb_regex_init_options()
1139 OnigOptionType option = 0; in PHP_FUNCTION() local
1155 option |= MBREX(regex_default_options); in PHP_FUNCTION()
1183 OnigOptionType option; in _php_mb_regex_ereg_search_exec() local
1191 option = MBREX(regex_default_options); in _php_mb_regex_ereg_search_exec()
1194 option = 0; in _php_mb_regex_ereg_search_exec()
1314 OnigOptionType option; in PHP_FUNCTION() local
1325 option = MBREX(regex_default_options); in PHP_FUNCTION()
[all …]
H A Dmbstring.c401 ZEND_ARG_INFO(0, option)
461 ZEND_ARG_INFO(0, option)
474 ZEND_ARG_INFO(0, option)
486 ZEND_ARG_INFO(0, option)
491 ZEND_ARG_INFO(0, option)
496 ZEND_ARG_INFO(0, option)
501 ZEND_ARG_INFO(0, option)
507 ZEND_ARG_INFO(0, option)
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-5.5/ext/mbstring/oniguruma/doc/
H A DAPI52 OnigOptionType option, OnigEncoding enc, OnigSyntaxType* syntax,
63 4 option: compile time options.
65 ONIG_OPTION_NONE no option
139 OnigOptionType option, OnigEncoding enc, OnigSyntaxType* syntax,
167 ci->option: compile time option.
209 const UChar* range, OnigRegion* region, OnigOptionType option)
225 7 option: search time option
233 OnigRegion* region, OnigOptionType option)
246 6 option: search time option
441 if option ONIG_OPTION_DONT_CAPTURE_GROUP == ON
[all …]
H A DFAQ5 You can execute longest match by using ONIG_OPTION_FIND_LONGEST option
H A DRE209 (?imx-imx) option on/off
213 (?imx-imx:subexp) option on/off for subexp
315 * If the option status of called group is different from calling position
316 then the group's option is effective.
326 case 1. /.../ (named group is not used, no option)
330 case 2. /.../g (named group is not used, 'g' option)
334 case 3. /..(?<name>..)../ (named group is used, no option)
339 case 4. /..(?<name>..)../G (named group is used, 'G' option)
400 + effect range of isolated option is to next ')'.
402 + isolated option is not transparent to previous pattern.
[all …]
/PHP-5.5/ext/mbstring/libmbfl/
H A DLICENSE159 and you may at your option offer warranty protection in exchange for a
224 This option is useful when you wish to copy part of the code of
420 "any later version", you have the option of following the terms and
/PHP-5.5/ext/ldap/tests/
H A Dldap_get_option_basic.phpt13 $option = null;
17 ldap_get_option($link, LDAP_OPT_PROTOCOL_VERSION, $option),
18 $option
H A Dldap_get_option_error.phpt13 $option = null;
22 ldap_get_option($link, LDAP_OPT_PROTOCOL_VERSION, $option, "Additional data"),
23 $option
H A Dldap_get_option_variation.phpt13 $option = null;
30 ldap_get_option($link, LDAP_OPT_DEREF, $option),
31 $option,
33 $option,
35 $option,
37 $option,
39 $option,
40 ldap_get_option($link, LDAP_OPT_RESTART, $option),
41 $option,
43 $option,
[all …]
H A Dldap_set_option_basic.phpt13 $option = null;
16 ldap_get_option($link, LDAP_OPT_PROTOCOL_VERSION, $option);
17 var_dump($option);
H A Dldap_set_option_error.phpt63 Warning: ldap_set_option(): Expected non-empty array value for this option in %s on line %d

Completed in 124 milliseconds

123456789