option 170 ext/curl/interface.c static int php_curl_option_str(php_curl *ch, zend_long option, const char *str, const int len, zend_bool make_copy) option 186 ext/curl/interface.c error = curl_easy_setopt(ch->cp, option, copystr); option 190 ext/curl/interface.c error = curl_easy_setopt(ch->cp, option, str); option 305 ext/curl/interface.c ZEND_ARG_INFO(0, option) option 320 ext/curl/interface.c ZEND_ARG_INFO(0, option) option 354 ext/curl/interface.c ZEND_ARG_INFO(0, option) option 414 ext/curl/interface.c ZEND_ARG_INFO(0, option) option 2021 ext/curl/interface.c static int _php_curl_setopt(php_curl *ch, zend_long option, zval *zvalue) /* {{{ */ option 2027 ext/curl/interface.c switch (option) { option 2036 ext/curl/interface.c error = curl_easy_setopt(ch->cp, option, 2); option 2187 ext/curl/interface.c if ((option == CURLOPT_PROTOCOLS || option == CURLOPT_REDIR_PROTOCOLS) && option 2194 ext/curl/interface.c if (option == CURLOPT_DNS_USE_GLOBAL_CACHE) { option 2199 ext/curl/interface.c error = curl_easy_setopt(ch->cp, option, lval); option 2268 ext/curl/interface.c int ret = php_curl_option_str(ch, option, ZSTR_VAL(str), ZSTR_LEN(str), 0); option 2290 ext/curl/interface.c error = curl_easy_setopt(ch->cp, option, NULL); option 2293 ext/curl/interface.c int ret = php_curl_option_str(ch, option, ZSTR_VAL(str), ZSTR_LEN(str), 0); option 2304 ext/curl/interface.c int ret = php_curl_option_str(ch, option, ZSTR_VAL(str), ZSTR_LEN(str), 1); option 2342 ext/curl/interface.c switch (option) { option 2409 ext/curl/interface.c error = curl_easy_setopt(ch->cp, option, fp); option 2437 ext/curl/interface.c switch (option) { option 2483 ext/curl/interface.c zend_hash_index_update_ptr(ch->to_free->slist, option, slist); option 2488 ext/curl/interface.c error = curl_easy_setopt(ch->cp, option, slist); option 2507 ext/curl/interface.c error = curl_easy_setopt(ch->cp, option, lval); option 2681 ext/curl/interface.c error = curl_easy_setopt(ch->cp, option, (curl_off_t)lval); option 2731 ext/curl/interface.c ret = php_curl_option_str(ch, option, ZSTR_VAL(str), ZSTR_LEN(str), 0); option 2819 ext/curl/interface.c zend_ulong option; option 2830 ext/curl/interface.c ZEND_HASH_FOREACH_KEY_VAL(Z_ARRVAL_P(arr), option, string_key, entry) { option 2836 ext/curl/interface.c if (_php_curl_setopt(ch, (zend_long) option, entry) == FAILURE) { option 2923 ext/curl/interface.c zend_long option = 0; option 2925 ext/curl/interface.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "r|l", &zid, &option) == FAILURE) { option 3046 ext/curl/interface.c switch (option) { option 3068 ext/curl/interface.c int type = CURLINFO_TYPEMASK & option; option 3074 ext/curl/interface.c if (curl_easy_getinfo(ch->cp, option, &s_code) == CURLE_OK && s_code) { option 3085 ext/curl/interface.c if (curl_easy_getinfo(ch->cp, option, &code) == CURLE_OK) { option 3096 ext/curl/interface.c if (curl_easy_getinfo(ch->cp, option, &code) == CURLE_OK) { option 3108 ext/curl/interface.c if (curl_easy_getinfo(ch->cp, option, &slist) == CURLE_OK) { option 409 ext/curl/multi.c static int _php_curl_multi_setopt(php_curlm *mh, zend_long option, zval *zvalue, zval *return_value) /* {{{ */ option 413 ext/curl/multi.c switch (option) { option 420 ext/curl/multi.c error = curl_multi_setopt(mh->multi, option, zval_get_long(zvalue)); option 72 ext/curl/share.c static int _php_curl_share_setopt(php_curlsh *sh, zend_long option, zval *zvalue, zval *return_value) /* {{{ */ option 76 ext/curl/share.c switch (option) { option 79 ext/curl/share.c error = curl_share_setopt(sh->share, option, zval_get_long(zvalue)); option 138 ext/date/lib/timelib.h void timelib_time_set_option(timelib_time* tm, int option, void* option_value); option 4513 ext/date/php_date.c char *option = NULL; option 4516 ext/date/php_date.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "|ls", &what, &option, &option_len) == FAILURE) { option 4534 ext/date/php_date.c if (tzdb->data[table[i].pos + 5] == option[0] && tzdb->data[table[i].pos + 6] == option[1]) { option 591 ext/filter/filter.c zval *option; option 608 ext/filter/filter.c if ((option = zend_hash_str_find(HASH_OF(filter_args), "filter", sizeof("filter") - 1)) != NULL) { option 609 ext/filter/filter.c filter = zval_get_long(option); option 612 ext/filter/filter.c if ((option = zend_hash_str_find(HASH_OF(filter_args), "flags", sizeof("flags") - 1)) != NULL) { option 613 ext/filter/filter.c filter_flags = zval_get_long(option); option 620 ext/filter/filter.c if ((option = zend_hash_str_find(HASH_OF(filter_args), "options", sizeof("options") - 1)) != NULL) { option 622 ext/filter/filter.c if (Z_TYPE_P(option) == IS_ARRAY) { option 623 ext/filter/filter.c options = option; option 626 ext/filter/filter.c options = option; option 738 ext/filter/filter.c zval *option, *opt, *def; option 742 ext/filter/filter.c } else if (Z_TYPE_P(filter_args) == IS_ARRAY && (option = zend_hash_str_find(HASH_OF(filter_args), "flags", sizeof("flags") - 1)) != NULL) { option 743 ext/filter/filter.c filter_flags = zval_get_long(option); option 815 ext/filter/filter.c zval *option; option 819 ext/filter/filter.c } else if (Z_TYPE_P(op) == IS_ARRAY && (option = zend_hash_str_find(HASH_OF(op), "flags", sizeof("flags") - 1)) != NULL) { option 820 ext/filter/filter.c filter_flags = zval_get_long(option); option 233 ext/ftp/php_ftp.c ZEND_ARG_INFO(0, option) option 239 ext/ftp/php_ftp.c ZEND_ARG_INFO(0, option) option 1450 ext/ftp/php_ftp.c zend_long option; option 1453 ext/ftp/php_ftp.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "rlz", &z_ftp, &option, &z_value) == FAILURE) { option 1461 ext/ftp/php_ftp.c switch (option) { option 1494 ext/ftp/php_ftp.c php_error_docref(NULL, E_WARNING, "Unknown option '%pd'", option); option 1506 ext/ftp/php_ftp.c zend_long option; option 1509 ext/ftp/php_ftp.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "rl", &z_ftp, &option) == FAILURE) { option 1517 ext/ftp/php_ftp.c switch (option) { option 1528 ext/ftp/php_ftp.c php_error_docref(NULL, E_WARNING, "Unknown option '%pd'", option); option 137 ext/intl/idn/idn.c const char *domain, int32_t domain_len, uint32_t option, int mode, zval *idna_info) option 147 ext/intl/idn/idn.c uts46 = uidna_openUTS46(option, &status); option 205 ext/intl/idn/idn.c const char *domain, int32_t domain_len, uint32_t option, int mode) option 232 ext/intl/idn/idn.c converted_ret_len = uidna_IDNToASCII(ustring, ustring_len, converted, MAXPATHLEN, (int32_t)option, &parse_error, &status); option 234 ext/intl/idn/idn.c converted_ret_len = uidna_IDNToUnicode(ustring, ustring_len, converted, MAXPATHLEN, (int32_t)option, &parse_error, &status); option 264 ext/intl/idn/idn.c zend_long option = 0, option 271 ext/intl/idn/idn.c &domain, &domain_len, &option, &variant, &idna_info) == FAILURE) { option 314 ext/intl/idn/idn.c domain, (int32_t)domain_len, (uint32_t)option, mode); option 319 ext/intl/idn/idn.c (uint32_t)option, mode, idna_info); option 376 ext/intl/php_intl.c ZEND_ARG_INFO(0, option) option 383 ext/intl/php_intl.c ZEND_ARG_INFO(0, option) option 2075 ext/ldap/ldap.c zend_long option; option 2077 ext/ldap/ldap.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "rlz/", &link, &option, &retval) != SUCCESS) { option 2085 ext/ldap/ldap.c switch (option) { option 2102 ext/ldap/ldap.c if (ldap_get_option(ld->link, option, &val)) { option 2174 ext/ldap/ldap.c if (ldap_get_option(ld->link, option, &val) || val == NULL || *val == '\0') { option 2204 ext/ldap/ldap.c zend_long option; option 2206 ext/ldap/ldap.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "zlz", &link, &option, &newval) != SUCCESS) { option 2219 ext/ldap/ldap.c switch (option) { option 2237 ext/ldap/ldap.c if (ldap_set_option(ldap, option, &val)) { option 2296 ext/ldap/ldap.c if (ldap_set_option(ldap, option, val)) { option 2310 ext/ldap/ldap.c if (ldap_set_option(ldap, option, val)) { option 2363 ext/ldap/ldap.c error = ldap_set_option(ldap, option, ctrls); option 3247 ext/ldap/ldap.c ZEND_ARG_INFO(0, option) option 3253 ext/ldap/ldap.c ZEND_ARG_INFO(0, option) option 393 ext/mbstring/mbstring.c ZEND_ARG_INFO(0, option) option 453 ext/mbstring/mbstring.c ZEND_ARG_INFO(0, option) option 466 ext/mbstring/mbstring.c ZEND_ARG_INFO(0, option) option 478 ext/mbstring/mbstring.c ZEND_ARG_INFO(0, option) option 483 ext/mbstring/mbstring.c ZEND_ARG_INFO(0, option) option 488 ext/mbstring/mbstring.c ZEND_ARG_INFO(0, option) option 493 ext/mbstring/mbstring.c ZEND_ARG_INFO(0, option) option 499 ext/mbstring/mbstring.c ZEND_ARG_INFO(0, option) option 396 ext/mbstring/oniguruma/oniguruma.h #define ONIG_IS_OPTION_ON(options,option) ((options) & (option)) option 712 ext/mbstring/oniguruma/oniguruma.h OnigOptionType option; option 726 ext/mbstring/oniguruma/oniguruma.h int onig_new P_((OnigRegex*, const OnigUChar* pattern, const OnigUChar* pattern_end, OnigOptionType option, OnigEncoding enc, OnigSyntaxType* syntax, OnigErrorInfo* einfo)); option 728 ext/mbstring/oniguruma/oniguruma.h int onig_reg_init P_((regex_t* reg, OnigOptionType option, OnigCaseFoldType case_fold_flag, OnigEncoding enc, OnigSyntaxType* syntax)); option 729 ext/mbstring/oniguruma/oniguruma.h int onig_new_without_alloc P_((OnigRegex, const OnigUChar* pattern, const OnigUChar* pattern_end, OnigOptionType option, OnigEncoding enc, OnigSyntaxType* syntax, OnigErrorInfo* einfo)); option 737 ext/mbstring/oniguruma/oniguruma.h int onig_recompile P_((OnigRegex, const OnigUChar* pattern, const OnigUChar* pattern_end, OnigOptionType option, OnigEncoding enc, OnigSyntaxType* syntax, OnigErrorInfo* einfo)); option 741 ext/mbstring/oniguruma/oniguruma.h int onig_search P_((OnigRegex, const OnigUChar* str, const OnigUChar* end, const OnigUChar* start, const OnigUChar* range, OnigRegion* region, OnigOptionType option)); option 743 ext/mbstring/oniguruma/oniguruma.h int onig_match P_((OnigRegex, const OnigUChar* str, const OnigUChar* end, const OnigUChar* at, OnigRegion* region, OnigOptionType option)); option 264 ext/mbstring/oniguruma/regcomp.c add_option(regex_t* reg, OnigOptionType option) option 266 ext/mbstring/oniguruma/regcomp.c BBUF_ADD(reg, &option, SIZE_OPTION); option 296 ext/mbstring/oniguruma/regcomp.c add_opcode_option(regex_t* reg, int opcode, OnigOptionType option) option 302 ext/mbstring/oniguruma/regcomp.c r = add_option(reg, option); option 1164 ext/mbstring/oniguruma/regcomp.c reg->options = node->option; option 1170 ext/mbstring/oniguruma/regcomp.c if (IS_DYNAMIC_OPTION(prev ^ node->option)) { option 1184 ext/mbstring/oniguruma/regcomp.c if (IS_DYNAMIC_OPTION(prev ^ node->option)) { option 1185 ext/mbstring/oniguruma/regcomp.c r = add_opcode_option(reg, OP_SET_OPTION_PUSH, node->option); option 1193 ext/mbstring/oniguruma/regcomp.c reg->options = node->option; option 1197 ext/mbstring/oniguruma/regcomp.c if (IS_DYNAMIC_OPTION(prev ^ node->option)) { option 2633 ext/mbstring/oniguruma/regcomp.c reg->options = NENCLOSE(node)->option; option 3015 ext/mbstring/oniguruma/regcomp.c !ONIG_IS_OPTION_ON(env->option, ONIG_OPTION_CAPTURE_GROUP)) { option 3808 ext/mbstring/oniguruma/regcomp.c reg->options = NENCLOSE(node)->option; option 4763 ext/mbstring/oniguruma/regcomp.c env->options = NENCLOSE(NCALL(node)->target)->option; option 4832 ext/mbstring/oniguruma/regcomp.c env->options = en->option; option 5452 ext/mbstring/oniguruma/regcomp.c OnigOptionType option, OnigEncoding enc, OnigSyntaxType* syntax, option 5458 ext/mbstring/oniguruma/regcomp.c r = onig_new(&new_reg, pattern, pattern_end, option, enc, syntax, einfo); option 5473 ext/mbstring/oniguruma/regcomp.c onig_reg_init(regex_t* reg, OnigOptionType option, option 5486 ext/mbstring/oniguruma/regcomp.c if ((option & (ONIG_OPTION_DONT_CAPTURE_GROUP|ONIG_OPTION_CAPTURE_GROUP)) option 5493 ext/mbstring/oniguruma/regcomp.c if ((option & ONIG_OPTION_NEGATE_SINGLELINE) != 0) { option 5494 ext/mbstring/oniguruma/regcomp.c option |= syntax->options; option 5495 ext/mbstring/oniguruma/regcomp.c option &= ~ONIG_OPTION_SINGLELINE; option 5498 ext/mbstring/oniguruma/regcomp.c option |= syntax->options; option 5501 ext/mbstring/oniguruma/regcomp.c (reg)->options = option; option 5520 ext/mbstring/oniguruma/regcomp.c const UChar* pattern_end, OnigOptionType option, OnigEncoding enc, option 5525 ext/mbstring/oniguruma/regcomp.c r = onig_reg_init(reg, option, ONIGENC_CASE_FOLD_DEFAULT, enc, syntax); option 5534 ext/mbstring/oniguruma/regcomp.c OnigOptionType option, OnigEncoding enc, OnigSyntaxType* syntax, option 5542 ext/mbstring/oniguruma/regcomp.c r = onig_reg_init(*reg, option, ONIGENC_CASE_FOLD_DEFAULT, enc, syntax); option 5884 ext/mbstring/oniguruma/regcomp.c OnigOptionType option = *((OnigOptionType* )bp); option 5886 ext/mbstring/oniguruma/regcomp.c fprintf(f, ":%d", option); option 6023 ext/mbstring/oniguruma/regcomp.c OnigOptionType option; option 6026 ext/mbstring/oniguruma/regcomp.c GET_OPTION_INC(option, bp); option 6027 ext/mbstring/oniguruma/regcomp.c fprintf(f, ":%d", option); option 6251 ext/mbstring/oniguruma/regcomp.c fprintf(f, "option:%d", NENCLOSE(node)->option); option 1250 ext/mbstring/oniguruma/regexec.c OnigOptionType option = reg->options; option 1321 ext/mbstring/oniguruma/regexec.c if (IS_FIND_LONGEST(option)) { option 1413 ext/mbstring/oniguruma/regexec.c if (IS_FIND_CONDITION(option)) { option 1414 ext/mbstring/oniguruma/regexec.c if (IS_FIND_NOT_EMPTY(option) && s == sstart) { option 1418 ext/mbstring/oniguruma/regexec.c if (IS_FIND_LONGEST(option) && DATA_ENSURE_CHECK1) { option 2311 ext/mbstring/oniguruma/regexec.c GET_OPTION_INC(option, p); option 2319 ext/mbstring/oniguruma/regexec.c GET_OPTION_INC(option, p); option 3050 ext/mbstring/oniguruma/regexec.c OnigOptionType option) option 3081 ext/mbstring/oniguruma/regexec.c MATCH_ARG_INIT(msa, option, region, at); option 3091 ext/mbstring/oniguruma/regexec.c && !IS_POSIX_REGION(option) option 3351 ext/mbstring/oniguruma/regexec.c const UChar* start, const UChar* range, OnigRegion* region, OnigOptionType option) option 3394 ext/mbstring/oniguruma/regexec.c && !IS_POSIX_REGION(option) option 3550 ext/mbstring/oniguruma/regexec.c MATCH_ARG_INIT(msa, option, region, start); option 3566 ext/mbstring/oniguruma/regexec.c MATCH_ARG_INIT(msa, option, region, orig_start); option 3723 ext/mbstring/oniguruma/regexec.c && !IS_POSIX_REGION(option) option 187 ext/mbstring/oniguruma/regext.c r = onig_reg_init(*reg, ci->option, ci->case_fold_flag, ci->target_enc, option 292 ext/mbstring/oniguruma/regint.h #define IS_SINGLELINE(option) ((option) & ONIG_OPTION_SINGLELINE) option 293 ext/mbstring/oniguruma/regint.h #define IS_MULTILINE(option) ((option) & ONIG_OPTION_MULTILINE) option 294 ext/mbstring/oniguruma/regint.h #define IS_IGNORECASE(option) ((option) & ONIG_OPTION_IGNORECASE) option 295 ext/mbstring/oniguruma/regint.h #define IS_EXTEND(option) ((option) & ONIG_OPTION_EXTEND) option 296 ext/mbstring/oniguruma/regint.h #define IS_FIND_LONGEST(option) ((option) & ONIG_OPTION_FIND_LONGEST) option 297 ext/mbstring/oniguruma/regint.h #define IS_FIND_NOT_EMPTY(option) ((option) & ONIG_OPTION_FIND_NOT_EMPTY) option 298 ext/mbstring/oniguruma/regint.h #define IS_FIND_CONDITION(option) ((option) & \ option 300 ext/mbstring/oniguruma/regint.h #define IS_NOTBOL(option) ((option) & ONIG_OPTION_NOTBOL) option 301 ext/mbstring/oniguruma/regint.h #define IS_NOTEOL(option) ((option) & ONIG_OPTION_NOTEOL) option 302 ext/mbstring/oniguruma/regint.h #define IS_POSIX_REGION(option) ((option) & ONIG_OPTION_POSIX_REGION) option 309 ext/mbstring/oniguruma/regint.h #define IS_DYNAMIC_OPTION(option) 0 option 577 ext/mbstring/oniguruma/regint.h #define GET_OPTION_INC(option,p) PLATFORM_GET_INC(option, p, OnigOptionType) option 1383 ext/mbstring/oniguruma/regparse.c NENCLOSE(node)->option = 0; option 1397 ext/mbstring/oniguruma/regparse.c node_new_enclose_memory(OnigOptionType option, int is_named) option 1405 ext/mbstring/oniguruma/regparse.c NENCLOSE(node)->option = option; option 1411 ext/mbstring/oniguruma/regparse.c node_new_option(OnigOptionType option) option 1415 ext/mbstring/oniguruma/regparse.c NENCLOSE(node)->option = option; option 3704 ext/mbstring/oniguruma/regparse.c tok->u.subtype = (IS_SINGLELINE(env->option) option 3711 ext/mbstring/oniguruma/regparse.c tok->u.subtype = (IS_SINGLELINE(env->option) option 3726 ext/mbstring/oniguruma/regparse.c if (IS_EXTEND(env->option)) { option 3738 ext/mbstring/oniguruma/regparse.c if (IS_EXTEND(env->option)) option 4510 ext/mbstring/oniguruma/regparse.c OnigOptionType option; option 4524 ext/mbstring/oniguruma/regparse.c option = env->option; option 4592 ext/mbstring/oniguruma/regparse.c *np = node_new_enclose_memory(env->option, 1); option 4622 ext/mbstring/oniguruma/regparse.c *np = node_new_enclose_memory(env->option, 0); option 4655 ext/mbstring/oniguruma/regparse.c case 'x': ONOFF(option, ONIG_OPTION_EXTEND, neg); break; option 4656 ext/mbstring/oniguruma/regparse.c case 'i': ONOFF(option, ONIG_OPTION_IGNORECASE, neg); break; option 4659 ext/mbstring/oniguruma/regparse.c ONOFF(option, ONIG_OPTION_MULTILINE, neg); option 4667 ext/mbstring/oniguruma/regparse.c ONOFF(option, ONIG_OPTION_SINGLELINE, (neg == 0 ? 1 : 0)); option 4670 ext/mbstring/oniguruma/regparse.c ONOFF(option, ONIG_OPTION_MULTILINE, neg); option 4677 ext/mbstring/oniguruma/regparse.c ONOFF(option, ONIG_OPTION_MULTILINE|ONIG_OPTION_SINGLELINE, neg); option 4685 ext/mbstring/oniguruma/regparse.c *np = node_new_option(option); option 4691 ext/mbstring/oniguruma/regparse.c OnigOptionType prev = env->option; option 4693 ext/mbstring/oniguruma/regparse.c env->option = option; option 4697 ext/mbstring/oniguruma/regparse.c env->option = prev; option 4699 ext/mbstring/oniguruma/regparse.c *np = node_new_option(option); option 4717 ext/mbstring/oniguruma/regparse.c if (ONIG_IS_OPTION_ON(env->option, ONIG_OPTION_DONT_CAPTURE_GROUP)) option 4720 ext/mbstring/oniguruma/regparse.c *np = node_new_enclose_memory(env->option, 0); option 5062 ext/mbstring/oniguruma/regparse.c OnigOptionType prev = env->option; option 5064 ext/mbstring/oniguruma/regparse.c env->option = NENCLOSE(*np)->option; option 5068 ext/mbstring/oniguruma/regparse.c env->option = prev; option 5274 ext/mbstring/oniguruma/regparse.c if (IS_IGNORECASE(env->option)) { option 5533 ext/mbstring/oniguruma/regparse.c env->option = reg->options; option 190 ext/mbstring/oniguruma/regparse.h OnigOptionType option; option 279 ext/mbstring/oniguruma/regparse.h OnigOptionType option; option 132 ext/mbstring/oniguruma/testu.c ci.option = ONIG_OPTION_DEFAULT; option 472 ext/mbstring/php_mbregex.c static size_t _php_mb_regex_get_option_string(char *str, size_t len, OnigOptionType option, OnigSyntaxType *syntax) option 479 ext/mbstring/php_mbregex.c if ((option & ONIG_OPTION_IGNORECASE) != 0) { option 487 ext/mbstring/php_mbregex.c if ((option & ONIG_OPTION_EXTEND) != 0) { option 495 ext/mbstring/php_mbregex.c if ((option & (ONIG_OPTION_MULTILINE | ONIG_OPTION_SINGLELINE)) == option 503 ext/mbstring/php_mbregex.c if ((option & ONIG_OPTION_MULTILINE) != 0) { option 511 ext/mbstring/php_mbregex.c if ((option & ONIG_OPTION_SINGLELINE) != 0) { option 519 ext/mbstring/php_mbregex.c if ((option & ONIG_OPTION_FIND_LONGEST) != 0) { option 526 ext/mbstring/php_mbregex.c if ((option & ONIG_OPTION_FIND_NOT_EMPTY) != 0) { option 578 ext/mbstring/php_mbregex.c _php_mb_regex_init_options(const char *parg, int narg, OnigOptionType *option, OnigSyntaxType **syntax, int *eval) option 643 ext/mbstring/php_mbregex.c if (option != NULL) *option|=optm; option 1140 ext/mbstring/php_mbregex.c OnigOptionType option = 0; option 1154 ext/mbstring/php_mbregex.c _php_mb_regex_init_options(option_str, option_str_len, &option, &syntax, NULL); option 1156 ext/mbstring/php_mbregex.c option |= MBREX(regex_default_options); option 1161 ext/mbstring/php_mbregex.c if ((re = php_mbregex_compile_pattern(arg_pattern, arg_pattern_len, option, MBREX(current_mbctype), syntax)) == NULL) { option 1183 ext/mbstring/php_mbregex.c OnigOptionType option; option 1191 ext/mbstring/php_mbregex.c option = MBREX(regex_default_options); option 1194 ext/mbstring/php_mbregex.c option = 0; option 1195 ext/mbstring/php_mbregex.c _php_mb_regex_init_options(arg_options, arg_options_len, &option, &syntax, NULL); option 1200 ext/mbstring/php_mbregex.c if ((MBREX(search_re) = php_mbregex_compile_pattern(arg_pattern, arg_pattern_len, option, MBREX(current_mbctype), MBREX(regex_default_syntax))) == NULL) { option 1314 ext/mbstring/php_mbregex.c OnigOptionType option; option 1325 ext/mbstring/php_mbregex.c option = MBREX(regex_default_options); option 1329 ext/mbstring/php_mbregex.c option = 0; option 1330 ext/mbstring/php_mbregex.c _php_mb_regex_init_options(arg_options, arg_options_len, &option, &syntax, NULL); option 1335 ext/mbstring/php_mbregex.c if ((MBREX(search_re) = php_mbregex_compile_pattern(arg_pattern, arg_pattern_len, option, MBREX(current_mbctype), syntax)) == NULL) { option 1692 ext/mysqli/mysqli_api.c static int mysqli_options_get_option_zval_type(int option) option 1694 ext/mysqli/mysqli_api.c switch (option) { option 290 ext/mysqli/mysqli_fe.c ZEND_ARG_INFO(0, option) option 295 ext/mysqli/mysqli_fe.c ZEND_ARG_INFO(0, option) option 393 ext/mysqlnd/mysqlnd.c MYSQLND_METHOD(mysqlnd_conn_data, set_server_option)(MYSQLND_CONN_DATA * const conn, enum_mysqlnd_server_option option) option 401 ext/mysqlnd/mysqlnd.c int2store(buffer, (unsigned int) option); option 2319 ext/mysqlnd/mysqlnd.c enum mysqlnd_option option, option 2326 ext/mysqlnd/mysqlnd.c DBG_INF_FMT("conn=%llu option=%u", conn->thread_id, option); option 2331 ext/mysqlnd/mysqlnd.c switch (option) { option 2347 ext/mysqlnd/mysqlnd.c ret = conn->net->data->m.set_client_option(conn->net, option, value); option 2489 ext/mysqlnd/mysqlnd.c enum mysqlnd_option option, option 2497 ext/mysqlnd/mysqlnd.c DBG_INF_FMT("conn=%llu option=%u", conn->thread_id, option); option 2502 ext/mysqlnd/mysqlnd.c switch (option) { option 727 ext/mysqlnd/mysqlnd_net.c MYSQLND_METHOD(mysqlnd_net, set_client_option)(MYSQLND_NET * const net, enum mysqlnd_option option, const char * const value) option 730 ext/mysqlnd/mysqlnd_net.c DBG_INF_FMT("option=%u", option); option 731 ext/mysqlnd/mysqlnd_net.c switch (option) { option 289 ext/mysqlnd/mysqlnd_structs.h typedef enum_func_status (*func_mysqlnd_net__set_client_option)(MYSQLND_NET * const net, enum_mysqlnd_option option, const char * const value); option 468 ext/mysqlnd/mysqlnd_structs.h typedef enum_func_status (*func_mysqlnd_conn_data__set_server_option)(MYSQLND_CONN_DATA * const conn, enum_mysqlnd_server_option option); option 469 ext/mysqlnd/mysqlnd_structs.h typedef enum_func_status (*func_mysqlnd_conn_data__set_client_option)(MYSQLND_CONN_DATA * const conn, enum_mysqlnd_option option, const char * const value); option 228 ext/odbc/php_odbc.c ZEND_ARG_INFO(0, option) option 2261 ext/openssl/xp_ssl.c static int php_openssl_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam) option 2267 ext/openssl/xp_ssl.c switch (option) { option 2403 ext/openssl/xp_ssl.c php_stream_socket_ops.set_option(stream, option, value, ptrparam); option 2432 ext/openssl/xp_ssl.c return php_stream_socket_ops.set_option(stream, option, value, ptrparam); option 5365 ext/pgsql/pgsql.c static int php_pgsql_fd_set_option(php_stream *stream, int option, int value, void *ptrparam) /* {{{ */ option 5368 ext/pgsql/pgsql.c switch (option) { option 6449 ext/pgsql/pgsql.c zend_ulong option = 0; option 6453 ext/pgsql/pgsql.c "rsa|l", &pgsql_link, &table_name, &table_name_len, &values, &option) == FAILURE) { option 6456 ext/pgsql/pgsql.c if (option & ~PGSQL_CONV_OPTS) { option 6473 ext/pgsql/pgsql.c if (php_pgsql_convert(pg_link, table_name, values, return_value, option) == FAILURE) { option 6664 ext/pgsql/pgsql.c zend_ulong option = PGSQL_DML_EXEC, return_sql; option 6673 ext/pgsql/pgsql.c &pgsql_link, &table, &table_len, &values, &option) == FAILURE) { option 6676 ext/pgsql/pgsql.c if (option & ~(PGSQL_CONV_OPTS|PGSQL_DML_NO_CONV|PGSQL_DML_EXEC|PGSQL_DML_ASYNC|PGSQL_DML_STRING|PGSQL_DML_ESCAPE)) { option 6688 ext/pgsql/pgsql.c return_sql = option & PGSQL_DML_STRING; option 6689 ext/pgsql/pgsql.c if (option & PGSQL_DML_EXEC) { option 6691 ext/pgsql/pgsql.c option = option & ~PGSQL_DML_EXEC; option 6692 ext/pgsql/pgsql.c if (php_pgsql_insert(pg_link, table, values, option|PGSQL_DML_STRING, &sql) == FAILURE) { option 6732 ext/pgsql/pgsql.c } else if (php_pgsql_insert(pg_link, table, values, option, &sql) == FAILURE) { option 6880 ext/pgsql/pgsql.c zend_ulong option = PGSQL_DML_EXEC; option 6886 ext/pgsql/pgsql.c &pgsql_link, &table, &table_len, &values, &ids, &option) == FAILURE) { option 6889 ext/pgsql/pgsql.c if (option & ~(PGSQL_CONV_OPTS|PGSQL_DML_NO_CONV|PGSQL_DML_EXEC|PGSQL_DML_STRING|PGSQL_DML_ESCAPE)) { option 6901 ext/pgsql/pgsql.c if (php_pgsql_update(pg_link, table, values, ids, option, &sql) == FAILURE) { option 6904 ext/pgsql/pgsql.c if (option & PGSQL_DML_STRING) { option 6972 ext/pgsql/pgsql.c zend_ulong option = PGSQL_DML_EXEC; option 6978 ext/pgsql/pgsql.c &pgsql_link, &table, &table_len, &ids, &option) == FAILURE) { option 6981 ext/pgsql/pgsql.c if (option & ~(PGSQL_CONV_FORCE_NULL|PGSQL_DML_NO_CONV|PGSQL_DML_EXEC|PGSQL_DML_STRING|PGSQL_DML_ESCAPE)) { option 6993 ext/pgsql/pgsql.c if (php_pgsql_delete(pg_link, table, ids, option, &sql) == FAILURE) { option 6996 ext/pgsql/pgsql.c if (option & PGSQL_DML_STRING) { option 7104 ext/pgsql/pgsql.c zend_ulong option = PGSQL_DML_EXEC; option 7110 ext/pgsql/pgsql.c &pgsql_link, &table, &table_len, &ids, &option) == FAILURE) { option 7113 ext/pgsql/pgsql.c if (option & ~(PGSQL_CONV_FORCE_NULL|PGSQL_DML_NO_CONV|PGSQL_DML_EXEC|PGSQL_DML_ASYNC|PGSQL_DML_STRING|PGSQL_DML_ESCAPE)) { option 7126 ext/pgsql/pgsql.c if (php_pgsql_select(pg_link, table, ids, return_value, option, &sql) == FAILURE) { option 7130 ext/pgsql/pgsql.c if (option & PGSQL_DML_STRING) { option 237 ext/pgsql/php_pgsql.h static int php_pgsql_fd_set_option(php_stream *stream, int option, int value, void *ptrparam); option 818 ext/pspell/pspell.c static void pspell_config_path(INTERNAL_FUNCTION_PARAMETERS, char *option) option 835 ext/pspell/pspell.c pspell_config_replace(config, option, value); option 2482 ext/standard/basic_functions.c ZEND_ARG_INFO(0, option) option 5269 ext/standard/basic_functions.c zval option; option 5279 ext/standard/basic_functions.c array_init(&option); option 5282 ext/standard/basic_functions.c add_assoc_str(&option, "global_value", zend_string_copy(ini_entry->orig_value)); option 5284 ext/standard/basic_functions.c add_assoc_str(&option, "global_value", zend_string_copy(ini_entry->value)); option 5286 ext/standard/basic_functions.c add_assoc_null(&option, "global_value"); option 5290 ext/standard/basic_functions.c add_assoc_str(&option, "local_value", zend_string_copy(ini_entry->value)); option 5292 ext/standard/basic_functions.c add_assoc_null(&option, "local_value"); option 5295 ext/standard/basic_functions.c add_assoc_long(&option, "access", ini_entry->modifiable); option 5297 ext/standard/basic_functions.c zend_symtable_update(Z_ARRVAL_P(ini_array), ini_entry->name, &option); option 426 ext/standard/filestat.c int option; option 429 ext/standard/filestat.c option = PHP_STREAM_META_GROUP; option 432 ext/standard/filestat.c option = PHP_STREAM_META_GROUP_NAME; option 438 ext/standard/filestat.c if(wrapper->wops->stream_metadata(wrapper, filename, option, value, NULL)) { option 563 ext/standard/filestat.c int option; option 566 ext/standard/filestat.c option = PHP_STREAM_META_OWNER; option 569 ext/standard/filestat.c option = PHP_STREAM_META_OWNER_NAME; option 575 ext/standard/filestat.c if(wrapper->wops->stream_metadata(wrapper, filename, option, value, NULL)) { option 138 ext/standard/syslog.c zend_long option, facility; option 142 ext/standard/syslog.c &ident_len, &option, &facility) == FAILURE) { option 152 ext/standard/syslog.c openlog(BG(syslog_device), option, facility); option 359 ext/tidy/tidy.c ZEND_ARG_INFO(0, option) option 202 ext/xml/xml.c ZEND_ARG_INFO(0, option) option 208 ext/xml/xml.c ZEND_ARG_INFO(0, option) option 315 ext/zip/php_zip.c zval *option; option 316 ext/zip/php_zip.c if ((option = zend_hash_str_find(Z_ARRVAL_P(options), "remove_all_path", sizeof("remove_all_path") - 1)) != NULL) { option 317 ext/zip/php_zip.c *remove_all_path = zval_get_long(option); option 321 ext/zip/php_zip.c if ((option = zend_hash_str_find(Z_ARRVAL_P(options), "remove_path", sizeof("remove_path") - 1)) != NULL) { option 322 ext/zip/php_zip.c if (Z_TYPE_P(option) != IS_STRING) { option 327 ext/zip/php_zip.c if (Z_STRLEN_P(option) < 1) { option 332 ext/zip/php_zip.c if (Z_STRLEN_P(option) >= MAXPATHLEN) { option 334 ext/zip/php_zip.c MAXPATHLEN - 1, Z_STRLEN_P(option)); option 337 ext/zip/php_zip.c *remove_path_len = Z_STRLEN_P(option); option 338 ext/zip/php_zip.c *remove_path = Z_STRVAL_P(option); option 341 ext/zip/php_zip.c if ((option = zend_hash_str_find(Z_ARRVAL_P(options), "add_path", sizeof("add_path") - 1)) != NULL) { option 342 ext/zip/php_zip.c if (Z_TYPE_P(option) != IS_STRING) { option 347 ext/zip/php_zip.c if (Z_STRLEN_P(option) < 1) { option 352 ext/zip/php_zip.c if (Z_STRLEN_P(option) >= MAXPATHLEN) { option 354 ext/zip/php_zip.c MAXPATHLEN - 1, Z_STRLEN_P(option)); option 357 ext/zip/php_zip.c *add_path_len = Z_STRLEN_P(option); option 358 ext/zip/php_zip.c *add_path = Z_STRVAL_P(option); option 131 main/php_streams.h int (*set_option)(php_stream *stream, int option, int value, void *ptrparam); option 370 main/php_streams.h PHPAPI int _php_stream_set_option(php_stream *stream, int option, int value, void *ptrparam); option 371 main/php_streams.h #define php_stream_set_option(stream, option, value, ptrvalue) _php_stream_set_option((stream), (option), (value), (ptrvalue)) option 247 main/streams/memory.c static int php_stream_memory_set_option(php_stream *stream, int option, int value, void *ptrparam) /* {{{ */ option 252 main/streams/memory.c switch(option) { option 530 main/streams/memory.c static int php_stream_temp_set_option(php_stream *stream, int option, int value, void *ptrparam) /* {{{ */ option 534 main/streams/memory.c switch(option) { option 542 main/streams/memory.c return php_stream_set_option(ts->innerstream, option, value, ptrparam); option 601 main/streams/plain_wrapper.c static int php_stdiop_set_option(php_stream *stream, int option, int value, void *ptrparam) option 614 main/streams/plain_wrapper.c switch(option) { option 1305 main/streams/plain_wrapper.c static int php_plain_files_metadata(php_stream_wrapper *wrapper, const char *url, int option, void *value, php_stream_context *context) option 1333 main/streams/plain_wrapper.c switch(option) { option 1350 main/streams/plain_wrapper.c if(option == PHP_STREAM_META_OWNER_NAME) { option 1362 main/streams/plain_wrapper.c if(option == PHP_STREAM_META_GROUP_NAME) { option 1378 main/streams/plain_wrapper.c php_error_docref1(NULL, url, E_WARNING, "Unknown option %d for stream_metadata", option); option 1345 main/streams/streams.c PHPAPI int _php_stream_set_option(php_stream *stream, int option, int value, void *ptrparam) option 1350 main/streams/streams.c ret = stream->ops->set_option(stream, option, value, ptrparam); option 1354 main/streams/streams.c switch(option) { option 54 main/streams/userspace.c static int user_wrapper_metadata(php_stream_wrapper *wrapper, const char *url, int option, void *value, php_stream_context *context); option 913 main/streams/userspace.c static int php_userstreamop_set_option(php_stream *stream, int option, int value, void *ptrparam) { option 921 main/streams/userspace.c switch (option) { option 1036 main/streams/userspace.c ZVAL_LONG(&args[0], option); option 1040 main/streams/userspace.c switch(option) { option 1276 main/streams/userspace.c static int user_wrapper_metadata(php_stream_wrapper *wrapper, const char *url, int option, option 1286 main/streams/userspace.c switch(option) { option 1305 main/streams/userspace.c php_error_docref(NULL, E_WARNING, "Unknown option %d for " USERSTREAM_METADATA, option); option 1319 main/streams/userspace.c ZVAL_LONG(&args[1], option); option 58 main/streams/xp_socket.c static int php_tcp_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam); option 287 main/streams/xp_socket.c static int php_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam) option 297 main/streams/xp_socket.c switch(option) { option 823 main/streams/xp_socket.c static int php_tcp_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam) option 828 main/streams/xp_socket.c switch(option) { option 851 main/streams/xp_socket.c return php_sockop_set_option(stream, option, value, ptrparam);