options 245 bz2/bz2.c stream = php_stream_open_wrapper(path, mode, options | STREAM_WILL_CAST, opened_path); options 54 bz2/php_bz2.h #define php_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper), (path), (mode), (options), (opened_path), NULL STREAMS_CC TSRMLS_CC) options 2249 curl/interface.c long options; options 2252 curl/interface.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rlZ", &zid, &options, &zvalue) == FAILURE) { options 2258 curl/interface.c if (options <= 0) { options 2263 curl/interface.c if (!_php_curl_setopt(ch, options, zvalue, return_value TSRMLS_CC)) { options 292 curl/streams.c if (options & STREAM_WILL_CAST) { options 457 curl/streams.c if (options & STREAM_WILL_CAST) { options 25119 date/lib/parse_date.c if (!(options & TIMELIB_OVERRIDE_TIME) && parsed->have_date && !parsed->have_time) { options 25139 date/lib/parse_date.c parsed->tz_info = now->tz_info ? (!(options & TIMELIB_NO_CLONE) ? timelib_tzinfo_clone(now->tz_info) : now->tz_info) : NULL; options 204 date/lib/timelib.c if ((options & 2) == 2) { options 235 date/lib/timelib.c if ((options & 1) == 1) { options 3794 date/php_date.c long recurrences = 0, options = 0; options 3801 date/php_date.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "OOl|l", &start, date_ce_date, &interval, date_ce_interval, &recurrences, &options) == FAILURE) { options 3802 date/php_date.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "OOO|l", &start, date_ce_date, &interval, date_ce_interval, &end, date_ce_date, &options) == FAILURE) { options 3803 date/php_date.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "s|l", &isostr, &isostr_len, &options) == FAILURE) { options 3860 date/php_date.c dpobj->include_start_date = !(options & PHP_DATE_PERIOD_EXCLUDE_START_DATE); options 1618 dom/document.c if (validate && ! (options & XML_PARSE_DTDVALID)) { options 1619 dom/document.c options |= XML_PARSE_DTDVALID; options 1621 dom/document.c if (resolve_externals && ! (options & XML_PARSE_DTDATTR)) { options 1622 dom/document.c options |= XML_PARSE_DTDATTR; options 1624 dom/document.c if (substitute_ent && ! (options & XML_PARSE_NOENT)) { options 1625 dom/document.c options |= XML_PARSE_NOENT; options 1627 dom/document.c if (keep_blanks == 0 && ! (options & XML_PARSE_NOBLANKS)) { options 1628 dom/document.c options |= XML_PARSE_NOBLANKS; options 1631 dom/document.c xmlCtxtUseOptions(ctxt, options); options 1670 dom/document.c long options = 0; options 1677 dom/document.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|l", &source, &source_len, &options) == FAILURE) { options 1686 dom/document.c newdoc = dom_document_parser(id, mode, source, source_len, options TSRMLS_CC); options 1752 dom/document.c long options = 0; options 1754 dom/document.c if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os|l", &id, dom_document_class_entry, &file, &file_len, &options) == FAILURE) { options 1769 dom/document.c if (options & LIBXML_SAVE_NOEMPTYTAG) { options 1774 dom/document.c if (options & LIBXML_SAVE_NOEMPTYTAG) { options 1798 dom/document.c long options = 0; options 1800 dom/document.c if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O|O!l", &id, dom_document_class_entry, &nodep, dom_node_class_entry, &options) == FAILURE) { options 1821 dom/document.c if (options & LIBXML_SAVE_NOEMPTYTAG) { options 1826 dom/document.c if (options & LIBXML_SAVE_NOEMPTYTAG) { options 1837 dom/document.c if (options & LIBXML_SAVE_NOEMPTYTAG) { options 1843 dom/document.c if (options & LIBXML_SAVE_NOEMPTYTAG) { options 2160 dom/document.c long options = 0; options 2165 dom/document.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|l", &source, &source_len, &options) == FAILURE) { options 2185 dom/document.c if (options) { options 2186 dom/document.c htmlCtxtUseOptions(ctxt, options); options 48 ereg/regex/main.c copts = options('c', optarg); options 51 ereg/regex/main.c eopts = options('e', optarg); options 161 ereg/regex/main.c try(f[0], f[1], f[2], f[3], f[4], options('c', f[1])); options 164 ereg/regex/main.c options('c', f[1]) &~ REG_EXTENDED); options 254 ereg/regex/main.c if (options('e', f1)®_STARTEND) { options 260 ereg/regex/main.c err = regexec(&re, f2copy, NSUBS, subs, options('e', f1)); options 47 fileinfo/fileinfo.c long options; options 180 fileinfo/fileinfo.c if (magic_setflags(magic, options) == -1) { \ options 182 fileinfo/fileinfo.c options, magic_errno(magic), magic_error(magic)); \ options 292 fileinfo/fileinfo.c long options = MAGIC_NONE; options 299 fileinfo/fileinfo.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|lp", &options, &file, &file_len) == FAILURE) { options 335 fileinfo/fileinfo.c finfo->options = options; options 336 fileinfo/fileinfo.c finfo->magic = magic_open(options); options 340 fileinfo/fileinfo.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid mode '%ld'.", options); options 383 fileinfo/fileinfo.c long options; options 389 fileinfo/fileinfo.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &options) == FAILURE) { options 394 fileinfo/fileinfo.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rl", &zfinfo, &options) == FAILURE) { options 400 fileinfo/fileinfo.c FINFO_SET_OPTION(finfo->magic, options) options 401 fileinfo/fileinfo.c finfo->options = options; options 413 fileinfo/fileinfo.c long options = 0; options 453 fileinfo/fileinfo.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|lr", &buffer, &buffer_len, &options, &zcontext) == FAILURE) { options 459 fileinfo/fileinfo.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs|lr", &zfinfo, &buffer, &buffer_len, &options, &zcontext) == FAILURE) { options 467 fileinfo/fileinfo.c if (options) { options 468 fileinfo/fileinfo.c FINFO_SET_OPTION(magic, options) options 567 fileinfo/fileinfo.c if (options) { options 568 fileinfo/fileinfo.c FINFO_SET_OPTION(magic, finfo->options) options 1668 fileinfo/libmagic/softmagic.c if (options & PCRE_CASELESS) options 1671 fileinfo/libmagic/softmagic.c if (options & PCRE_MULTILINE) options 1838 fileinfo/libmagic/softmagic.c int options = 0; options 1845 fileinfo/libmagic/softmagic.c options |= PCRE_MULTILINE; options 1848 fileinfo/libmagic/softmagic.c options |= PCRE_CASELESS; options 1851 fileinfo/libmagic/softmagic.c convert_libmagic_pattern(pattern, options); options 389 filter/filter.c filter_func.function(*value, flags, options, charset TSRMLS_CC); options 392 filter/filter.c options && (Z_TYPE_P(options) == IS_ARRAY || Z_TYPE_P(options) == IS_OBJECT) && options 395 filter/filter.c zend_hash_exists(HASH_OF(options), "default", sizeof("default")) options 398 filter/filter.c if (zend_hash_find(HASH_OF(options), "default", sizeof("default"), (void **)&tmp) == SUCCESS) { options 512 filter/filter.c php_zval_filter_recursive(element, filter, flags, options, charset, copy TSRMLS_CC); options 515 filter/filter.c php_zval_filter(element, filter, flags, options, charset, copy TSRMLS_CC); options 519 filter/filter.c php_zval_filter(value, filter, flags, options, charset, copy TSRMLS_CC); options 591 filter/filter.c zval *options = NULL; options 626 filter/filter.c options = *option; options 629 filter/filter.c options = *option; options 648 filter/filter.c php_zval_filter_recursive(filtered, filter, filter_flags, options, charset, copy TSRMLS_CC); options 664 filter/filter.c php_zval_filter(filtered, filter, filter_flags, options, charset, copy TSRMLS_CC); options 324 hash/hash.c long options = 0; options 329 hash/hash.c if (zend_parse_parameters(argc TSRMLS_CC, "s|ls", &algo, &algo_len, &options, &key, &key_len) == FAILURE) { options 339 hash/hash.c if (options & PHP_HASH_HMAC && options 352 hash/hash.c hash->options = options; options 355 hash/hash.c if (options & PHP_HASH_HMAC) { options 494 hash/hash.c if (hash->options & PHP_HASH_HMAC) { options 566 hash/hash.c copy_hash->options = hash->options; options 53 hash/php_hash.h long options; options 1271 imap/php_imap.c long options = 0, retries = 0; options 1277 imap/php_imap.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs|ll", &streamind, &mailbox, &mailbox_len, &options, &retries) == FAILURE) { options 1283 imap/php_imap.c if (options) { options 1284 imap/php_imap.c flags = options; options 1594 imap/php_imap.c long options = 0, flags = NIL; options 1597 imap/php_imap.c if (zend_parse_parameters(argc TSRMLS_CC, "r|l", &streamind, &options) == FAILURE) { options 1604 imap/php_imap.c flags = options; options 1725 imap/php_imap.c long options = 0; options 1730 imap/php_imap.c if (zend_parse_parameters(argc TSRMLS_CC, "rss|l", &streamind, &seq, &seq_len, &folder, &folder_len, &options) == FAILURE) { options 1736 imap/php_imap.c if (mail_copy_full(imap_le_struct->imap_stream, seq, folder, (argc == 4 ? options : NIL)) == T) { options 1751 imap/php_imap.c long options = 0; options 1755 imap/php_imap.c if (zend_parse_parameters(argc TSRMLS_CC, "rss|l", &streamind, &seq, &seq_len, &folder, &folder_len, &options) == FAILURE) { options 1761 imap/php_imap.c if (mail_copy_full(imap_le_struct->imap_stream, seq, folder, (argc == 4 ? (options | CP_MOVE) : CP_MOVE)) == T) { options 320 json/JSON_parser.c if (options & PHP_JSON_BIGINT_AS_STRING) { options 445 json/JSON_parser.c int assoc = options & PHP_JSON_OBJECT_AS_ARRAY; options 550 json/JSON_parser.c json_create_zval(&mval, &buf, type, options); options 578 json/JSON_parser.c json_create_zval(&mval, &buf, type, options); options 690 json/JSON_parser.c json_create_zval(&mval, &buf, type, options); options 200 json/json.c if (options & PHP_JSON_PRETTY_PRINT) { options 210 json/json.c if (options & PHP_JSON_PRETTY_PRINT) { options 227 json/json.c r = (options & PHP_JSON_FORCE_OBJECT) ? PHP_JSON_OUTPUT_OBJECT : json_determine_array_type(val TSRMLS_CC); options 245 json/json.c json_pretty_print_char(buf, options, '\n' TSRMLS_CC); options 275 json/json.c json_pretty_print_char(buf, options, '\n' TSRMLS_CC); options 280 json/json.c json_pretty_print_indent(buf, options TSRMLS_CC); options 281 json/json.c php_json_encode(buf, *data, options TSRMLS_CC); options 294 json/json.c json_pretty_print_char(buf, options, '\n' TSRMLS_CC); options 299 json/json.c json_pretty_print_indent(buf, options TSRMLS_CC); options 301 json/json.c json_escape_string(buf, key, key_len - 1, options & ~PHP_JSON_NUMERIC_CHECK TSRMLS_CC); options 304 json/json.c json_pretty_print_char(buf, options, ' ' TSRMLS_CC); options 306 json/json.c php_json_encode(buf, *data, options TSRMLS_CC); options 310 json/json.c json_pretty_print_char(buf, options, '\n' TSRMLS_CC); options 315 json/json.c json_pretty_print_indent(buf, options TSRMLS_CC); options 322 json/json.c json_pretty_print_char(buf, options, ' ' TSRMLS_CC); options 324 json/json.c php_json_encode(buf, *data, options TSRMLS_CC); options 336 json/json.c json_pretty_print_char(buf, options, '\n' TSRMLS_CC); options 337 json/json.c json_pretty_print_indent(buf, options TSRMLS_CC); options 397 json/json.c if (options & PHP_JSON_NUMERIC_CHECK) { options 421 json/json.c utf16 = (options & PHP_JSON_UNESCAPED_UNICODE) ? NULL : (unsigned short *) safe_emalloc(len, sizeof(unsigned short), 0); options 438 json/json.c if (!(options & PHP_JSON_UNESCAPED_UNICODE)) { options 448 json/json.c us = (options & PHP_JSON_UNESCAPED_UNICODE) ? s[pos++] : utf16[pos++]; options 453 json/json.c if (options & PHP_JSON_HEX_QUOT) { options 465 json/json.c if (options & PHP_JSON_UNESCAPED_SLASHES) { options 493 json/json.c if (options & PHP_JSON_HEX_TAG) { options 501 json/json.c if (options & PHP_JSON_HEX_TAG) { options 509 json/json.c if (options & PHP_JSON_HEX_AMP) { options 517 json/json.c if (options & PHP_JSON_HEX_APOS) { options 525 json/json.c if (us >= ' ' && ((options & PHP_JSON_UNESCAPED_UNICODE) || (us & 127) == us)) { options 582 json/json.c json_encode_array(buf, &retval, options TSRMLS_CC); options 585 json/json.c php_json_encode(buf, retval, options TSRMLS_CC); options 630 json/json.c json_escape_string(buf, Z_STRVAL_P(val), Z_STRLEN_P(val), options TSRMLS_CC); options 635 json/json.c json_encode_serializable_object(buf, val, options TSRMLS_CC); options 640 json/json.c json_encode_array(buf, &val, options TSRMLS_CC); options 679 json/json.c if (parse_JSON_ex(jp, z, utf16, utf16_len, options TSRMLS_CC)) { options 705 json/json.c if (options & PHP_JSON_BIGINT_AS_STRING && overflow_info) { options 754 json/json.c long options = 0; options 756 json/json.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z|l", ¶meter, &options) == FAILURE) { options 762 json/json.c php_json_encode(&buf, parameter, options TSRMLS_CC); options 778 json/json.c long options = 0; options 780 json/json.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|bll", &str, &str_len, &assoc, &depth, &options) == FAILURE) { options 792 json/json.c options |= PHP_JSON_OBJECT_AS_ARRAY; options 794 json/json.c options &= ~PHP_JSON_OBJECT_AS_ARRAY; options 797 json/json.c php_json_decode_ex(return_value, str, str_len, options, depth TSRMLS_CC); options 120 mbstring/oniguruma/onigposix.h OnigOptionType options; /* default option */ options 154 mbstring/oniguruma/onigposix.h ONIG_EXTERN int regcomp P_((regex_t* reg, const char* pat, int options)); options 155 mbstring/oniguruma/onigposix.h ONIG_EXTERN int regexec P_((regex_t* reg, const char* str, size_t nmatch, regmatch_t* matches, int options)); options 479 mbstring/oniguruma/oniguruma.h #define ONIG_OPTION_ON(options,regopt) ((options) |= (regopt)) options 480 mbstring/oniguruma/oniguruma.h #define ONIG_OPTION_OFF(options,regopt) ((options) &= ~(regopt)) options 481 mbstring/oniguruma/oniguruma.h #define ONIG_IS_OPTION_ON(options,option) ((options) & (option)) options 488 mbstring/oniguruma/oniguruma.h OnigOptionType options; /* default option */ options 759 mbstring/oniguruma/oniguruma.h OnigOptionType options; options 881 mbstring/oniguruma/oniguruma.h void onig_set_syntax_options P_((OnigSyntaxType* syntax, OnigOptionType options)); options 808 mbstring/oniguruma/regcomp.c if (IS_MULTILINE(reg->options)) options 821 mbstring/oniguruma/regcomp.c if (IS_MULTILINE(reg->options)) { options 1024 mbstring/oniguruma/regcomp.c if (IS_MULTILINE(reg->options)) options 1032 mbstring/oniguruma/regcomp.c if (IS_MULTILINE(reg->options)) options 1142 mbstring/oniguruma/regcomp.c OnigOptionType prev = reg->options; options 1144 mbstring/oniguruma/regcomp.c reg->options = node->option; options 1146 mbstring/oniguruma/regcomp.c reg->options = prev; options 1162 mbstring/oniguruma/regcomp.c OnigOptionType prev = reg->options; options 1173 mbstring/oniguruma/regcomp.c reg->options = node->option; options 1175 mbstring/oniguruma/regcomp.c reg->options = prev; options 1526 mbstring/oniguruma/regcomp.c r = ((!IS_IGNORECASE(reg->options) && br->back_static[0] <= 2) options 1630 mbstring/oniguruma/regcomp.c if (IS_MULTILINE(reg->options)) options 1644 mbstring/oniguruma/regcomp.c r = add_option(reg, (reg->options & ONIG_OPTION_IGNORECASE)); options 1655 mbstring/oniguruma/regcomp.c if (IS_IGNORECASE(reg->options)) { options 1676 mbstring/oniguruma/regcomp.c if (IS_IGNORECASE(reg->options)) { options 2610 mbstring/oniguruma/regcomp.c !NSTRING_IS_RAW(node) && IS_IGNORECASE(reg->options)) { options 2642 mbstring/oniguruma/regcomp.c OnigOptionType options = reg->options; options 2644 mbstring/oniguruma/regcomp.c reg->options = NEFFECT(node).option; options 2646 mbstring/oniguruma/regcomp.c reg->options = options; options 3475 mbstring/oniguruma/regcomp.c if (IS_IGNORECASE(reg->options) && !NSTRING_IS_RAW(node)) { options 3597 mbstring/oniguruma/regcomp.c OnigOptionType options = reg->options; options 3598 mbstring/oniguruma/regcomp.c reg->options = NEFFECT(node).option; options 3600 mbstring/oniguruma/regcomp.c reg->options = options; options 3727 mbstring/oniguruma/regcomp.c OnigOptionType options; options 4556 mbstring/oniguruma/regcomp.c OnigOptionType save = env->options; options 4557 mbstring/oniguruma/regcomp.c env->options = NEFFECT(NCALL(node).target).option; options 4559 mbstring/oniguruma/regcomp.c env->options = save; options 4577 mbstring/oniguruma/regcomp.c if (IS_MULTILINE(env->options)) options 4624 mbstring/oniguruma/regcomp.c OnigOptionType save = env->options; options 4626 mbstring/oniguruma/regcomp.c env->options = en->option; options 4628 mbstring/oniguruma/regcomp.c env->options = save; options 4759 mbstring/oniguruma/regcomp.c env.options = reg->options; options 5175 mbstring/oniguruma/regcomp.c !ONIG_IS_OPTION_ON(reg->options, ONIG_OPTION_CAPTURE_GROUP)) { options 5213 mbstring/oniguruma/regcomp.c if (IS_FIND_CONDITION(reg->options)) options 5360 mbstring/oniguruma/regcomp.c option |= syntax->options; options 5364 mbstring/oniguruma/regcomp.c option |= syntax->options; options 5367 mbstring/oniguruma/regcomp.c (*reg)->options = option; options 371 mbstring/oniguruma/regexec.c OnigOptionType options; options 387 mbstring/oniguruma/regexec.c (msa).options = (arg_option);\ options 395 mbstring/oniguruma/regexec.c (msa).options = (arg_option);\ options 1432 mbstring/oniguruma/regexec.c OnigOptionType option = reg->options; options 1516 mbstring/oniguruma/regexec.c if (IS_POSIX_REGION(msa->options)) { options 2183 mbstring/oniguruma/regexec.c if (IS_NOTBOL(msa->options)) goto fail; options 2199 mbstring/oniguruma/regexec.c if (IS_NOTEOL(msa->options)) goto fail; options 2224 mbstring/oniguruma/regexec.c if (IS_NOTEOL(msa->options)) goto fail; /* Is it needed? */ options 3585 mbstring/oniguruma/regexec.c if (! IS_FIND_LONGEST(reg->options)) {\ options 3852 mbstring/oniguruma/regexec.c if (IS_FIND_LONGEST(reg->options)) { options 3867 mbstring/oniguruma/regexec.c if (IS_FIND_NOT_EMPTY(reg->options) && region options 3906 mbstring/oniguruma/regexec.c return reg->options; options 110 mbstring/oniguruma/reggnu.c reg->options, enc, OnigDefaultSyntax, &einfo); options 905 mbstring/oniguruma/regparse.c if (ONIG_IS_OPTION_ON(reg->options, ONIG_OPTION_DONT_CAPTURE_GROUP)) options 911 mbstring/oniguruma/regparse.c !ONIG_IS_OPTION_ON(reg->options, ONIG_OPTION_CAPTURE_GROUP)) { options 5269 mbstring/oniguruma/regparse.c env->option = reg->options; options 138 mbstring/oniguruma/regposix.c OnigOptionType options; options 143 mbstring/oniguruma/regposix.c options = syntax->options; options 145 mbstring/oniguruma/regposix.c ONIG_OPTION_ON(options, ONIG_OPTION_IGNORECASE); options 147 mbstring/oniguruma/regposix.c ONIG_OPTION_ON( options, ONIG_OPTION_NEGATE_SINGLELINE); options 148 mbstring/oniguruma/regposix.c ONIG_OPTION_OFF(options, ONIG_OPTION_SINGLELINE); options 155 mbstring/oniguruma/regposix.c options, OnigEncDefaultCharEncoding, syntax, options 172 mbstring/oniguruma/regposix.c OnigOptionType options; options 174 mbstring/oniguruma/regposix.c options = ONIG_OPTION_POSIX_REGION; options 175 mbstring/oniguruma/regposix.c if ((posix_options & REG_NOTBOL) != 0) options |= ONIG_OPTION_NOTBOL; options 176 mbstring/oniguruma/regposix.c if ((posix_options & REG_NOTEOL) != 0) options |= ONIG_OPTION_NOTEOL; options 195 mbstring/oniguruma/regposix.c (OnigRegion* )pm, options); options 180 mbstring/oniguruma/regsyntax.c syntax->options = options; options 204 mbstring/oniguruma/regsyntax.c return syntax->options; options 457 mbstring/php_mbregex.c if (found == FAILURE || (*rc)->options != options || (*rc)->enc != enc || (*rc)->syntax != syntax) { options 458 mbstring/php_mbregex.c if ((err_code = onig_new(&retval, (OnigUChar *)pattern, (OnigUChar *)(pattern + patlen), options, enc, syntax, &err_info)) != ONIG_NORMAL) { options 698 mbstring/php_mbregex.c OnigOptionType options; options 707 mbstring/php_mbregex.c options = MBREX(regex_default_options); options 709 mbstring/php_mbregex.c options |= ONIG_OPTION_IGNORECASE; options 728 mbstring/php_mbregex.c re = php_mbregex_compile_pattern(Z_STRVAL_PP(arg_pattern), Z_STRLEN_PP(arg_pattern), options, MBREX(current_mbctype), MBREX(regex_default_syntax) TSRMLS_CC); options 851 mbstring/php_mbregex.c _php_mb_regex_init_options(option_str, option_str_len, &options, &syntax, &eval); options 853 mbstring/php_mbregex.c options |= MBREX(regex_default_options); options 870 mbstring/php_mbregex.c re = php_mbregex_compile_pattern(arg_pattern, arg_pattern_len, options, MBREX(current_mbctype), syntax TSRMLS_CC); options 1428 mbstring/php_mbregex.c MBREX(regex_default_options) = options; options 2227 mysqli/mysqli_api.c long options; options 2229 mysqli/mysqli_api.c if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ol", &mysql_link, mysqli_link_class_entry, &options) == FAILURE) { options 2234 mysqli/mysqli_api.c RETURN_BOOL(!mysql_refresh(mysql->mysql, (uint8_t) options)); options 2236 mysqli/mysqli_api.c RETURN_BOOL(!mysql_refresh(mysql->mysql, options)); options 501 mysqli/mysqli_fe.c PHP_FALIAS(options, mysqli_options, arginfo_class_mysqli_options) options 73 mysqlnd/mysqlnd.c if (conn->options->charset_name) { options 74 mysqlnd/mysqlnd.c mnd_pefree(conn->options->charset_name, pers); options 75 mysqlnd/mysqlnd.c conn->options->charset_name = NULL; options 77 mysqlnd/mysqlnd.c if (conn->options->auth_protocol) { options 78 mysqlnd/mysqlnd.c mnd_pefree(conn->options->auth_protocol, pers); options 79 mysqlnd/mysqlnd.c conn->options->auth_protocol = NULL; options 81 mysqlnd/mysqlnd.c if (conn->options->num_commands) { options 83 mysqlnd/mysqlnd.c for (i = 0; i < conn->options->num_commands; i++) { options 85 mysqlnd/mysqlnd.c mnd_pefree(conn->options->init_commands[i], pers); options 87 mysqlnd/mysqlnd.c mnd_pefree(conn->options->init_commands, pers); options 88 mysqlnd/mysqlnd.c conn->options->init_commands = NULL; options 90 mysqlnd/mysqlnd.c if (conn->options->cfg_file) { options 91 mysqlnd/mysqlnd.c mnd_pefree(conn->options->cfg_file, pers); options 92 mysqlnd/mysqlnd.c conn->options->cfg_file = NULL; options 94 mysqlnd/mysqlnd.c if (conn->options->cfg_section) { options 95 mysqlnd/mysqlnd.c mnd_pefree(conn->options->cfg_section, pers); options 96 mysqlnd/mysqlnd.c conn->options->cfg_section = NULL; options 440 mysqlnd/mysqlnd.c if (options->charset_name && (charset = mysqlnd_find_charset_name(options->charset_name))) { options 492 mysqlnd/mysqlnd.c ret = mysqlnd_switch_to_ssl_if_needed(conn, greet_packet, options, mysql_flags TSRMLS_CC); options 561 mysqlnd/mysqlnd.c plugin_data, plugin_data_len, options, mysql_flags TSRMLS_CC); options 564 mysqlnd/mysqlnd.c ret = mysqlnd_auth_handshake(conn, user, passwd, passwd_len, db, db_len, options, mysql_flags, options 790 mysqlnd/mysqlnd.c if (conn->net->options.flags & MYSQLND_NET_FLAG_USE_COMPRESSION) { options 799 mysqlnd/mysqlnd.c if (conn->net->options.ssl_key || conn->net->options.ssl_cert || options 800 mysqlnd/mysqlnd.c conn->net->options.ssl_ca || conn->net->options.ssl_capath || conn->net->options.ssl_cipher) options 807 mysqlnd/mysqlnd.c greet_packet, conn->options, mysql_flags TSRMLS_CC)) options 904 mysqlnd/mysqlnd.c if (conn->options->init_commands) { options 906 mysqlnd/mysqlnd.c for (; current_command < conn->options->num_commands; ++current_command) { options 907 mysqlnd/mysqlnd.c const char * const command = conn->options->init_commands[current_command]; options 1680 mysqlnd/mysqlnd.c MYSQLND_METHOD(mysqlnd_conn_data, refresh)(MYSQLND_CONN_DATA * const conn, uint8_t options TSRMLS_DC) options 1686 mysqlnd/mysqlnd.c DBG_INF_FMT("conn=%llu options=%lu", conn->thread_id, options); options 1689 mysqlnd/mysqlnd.c int1store(bits, options); options 2140 mysqlnd/mysqlnd.c requested_protocol = mnd_pestrdup(conn->options->auth_protocol? conn->options->auth_protocol:"mysql_native_password", FALSE); options 2278 mysqlnd/mysqlnd.c conn->options->numeric_and_datetime_as_unicode = *(unsigned int*) value; options 2283 mysqlnd/mysqlnd.c conn->options->int_and_float_native = *(unsigned int*) value; options 2288 mysqlnd/mysqlnd.c conn->options->flags |= CLIENT_LOCAL_FILES; options 2290 mysqlnd/mysqlnd.c conn->options->flags &= ~CLIENT_LOCAL_FILES; options 2299 mysqlnd/mysqlnd.c new_init_commands = mnd_perealloc(conn->options->init_commands, sizeof(char *) * (conn->options->num_commands + 1), conn->persistent); options 2303 mysqlnd/mysqlnd.c conn->options->init_commands = new_init_commands; options 2308 mysqlnd/mysqlnd.c conn->options->init_commands[conn->options->num_commands] = new_command; options 2309 mysqlnd/mysqlnd.c ++conn->options->num_commands; options 2326 mysqlnd/mysqlnd.c if (conn->options->charset_name) { options 2327 mysqlnd/mysqlnd.c mnd_pefree(conn->options->charset_name, conn->persistent); options 2329 mysqlnd/mysqlnd.c conn->options->charset_name = new_charset_name; options 2330 mysqlnd/mysqlnd.c DBG_INF_FMT("charset=%s", conn->options->charset_name); options 2334 mysqlnd/mysqlnd.c conn->options->protocol = MYSQL_PROTOCOL_PIPE; options 2338 mysqlnd/mysqlnd.c conn->options->protocol = *(unsigned int*) value; options 2355 mysqlnd/mysqlnd.c conn->options->max_allowed_packet = *(unsigned int*) value; options 2364 mysqlnd/mysqlnd.c if (conn->options->auth_protocol) { options 2365 mysqlnd/mysqlnd.c mnd_pefree(conn->options->auth_protocol, conn->persistent); options 2367 mysqlnd/mysqlnd.c conn->options->auth_protocol = new_auth_protocol; options 2368 mysqlnd/mysqlnd.c DBG_INF_FMT("auth_protocol=%s", conn->options->auth_protocol); options 205 mysqlnd/mysqlnd.h #define mysqlnd_refresh(conn, options) ((conn)->data)->m->refresh_server((conn)->data, (options) TSRMLS_CC) options 87 mysqlnd/mysqlnd_auth.c auth_packet->max_packet_size = options->max_allowed_packet; options 88 mysqlnd/mysqlnd_auth.c if (options->charset_name && (charset = mysqlnd_find_charset_name(options->charset_name))) { options 136 mysqlnd/mysqlnd_driver.c data->options = &(data->options_impl); options 76 mysqlnd/mysqlnd_libmysql_compat.h #define mysql_refresh(conn, options) mysqlnd_refresh((conn), (options)) options 172 mysqlnd/mysqlnd_loaddata.c if (!(conn->options->flags & CLIENT_LOCAL_FILES)) { options 77 mysqlnd/mysqlnd_net.c net->stream->chunk_size = MIN(to_read, net->options.net_read_buffer_size); options 166 mysqlnd/mysqlnd_net.c if (net->options.timeout_connect) { options 167 mysqlnd/mysqlnd_net.c tv.tv_sec = net->options.timeout_connect; options 173 mysqlnd/mysqlnd_net.c hashed_details, (net->options.timeout_connect) ? &tv : NULL, options 234 mysqlnd/mysqlnd_net.c if (net->options.timeout_read) { options 236 mysqlnd/mysqlnd_net.c DBG_INF_FMT("setting %u as PHP_STREAM_OPTION_READ_TIMEOUT", net->options.timeout_read); options 237 mysqlnd/mysqlnd_net.c tv.tv_sec = net->options.timeout_read; options 671 mysqlnd/mysqlnd_net.c net->options.net_read_buffer_size = *(unsigned int*) value; options 672 mysqlnd/mysqlnd_net.c DBG_INF_FMT("new_length=%u", net->options.net_read_buffer_size); options 676 mysqlnd/mysqlnd_net.c net->options.timeout_connect = *(unsigned int*) value; options 681 mysqlnd/mysqlnd_net.c if (net->options.ssl_key) { options 682 mysqlnd/mysqlnd_net.c mnd_pefree(net->options.ssl_key, pers); options 684 mysqlnd/mysqlnd_net.c net->options.ssl_key = value? mnd_pestrdup(value, pers) : NULL; options 690 mysqlnd/mysqlnd_net.c if (net->options.ssl_cert) { options 691 mysqlnd/mysqlnd_net.c mnd_pefree(net->options.ssl_cert, pers); options 693 mysqlnd/mysqlnd_net.c net->options.ssl_cert = value? mnd_pestrdup(value, pers) : NULL; options 699 mysqlnd/mysqlnd_net.c if (net->options.ssl_ca) { options 700 mysqlnd/mysqlnd_net.c mnd_pefree(net->options.ssl_ca, pers); options 702 mysqlnd/mysqlnd_net.c net->options.ssl_ca = value? mnd_pestrdup(value, pers) : NULL; options 708 mysqlnd/mysqlnd_net.c if (net->options.ssl_capath) { options 709 mysqlnd/mysqlnd_net.c mnd_pefree(net->options.ssl_capath, pers); options 711 mysqlnd/mysqlnd_net.c net->options.ssl_capath = value? mnd_pestrdup(value, pers) : NULL; options 717 mysqlnd/mysqlnd_net.c if (net->options.ssl_cipher) { options 718 mysqlnd/mysqlnd_net.c mnd_pefree(net->options.ssl_cipher, pers); options 720 mysqlnd/mysqlnd_net.c net->options.ssl_cipher = value? mnd_pestrdup(value, pers) : NULL; options 726 mysqlnd/mysqlnd_net.c if (net->options.ssl_passphrase) { options 727 mysqlnd/mysqlnd_net.c mnd_pefree(net->options.ssl_passphrase, pers); options 729 mysqlnd/mysqlnd_net.c net->options.ssl_passphrase = value? mnd_pestrdup(value, pers) : NULL; options 733 mysqlnd/mysqlnd_net.c net->options.ssl_verify_peer = value? ((*(zend_bool *)value)? TRUE:FALSE): FALSE; options 736 mysqlnd/mysqlnd_net.c net->options.timeout_read = *(unsigned int*) value; options 740 mysqlnd/mysqlnd_net.c net->options.timeout_write = *(unsigned int*) value; options 744 mysqlnd/mysqlnd_net.c net->options.flags |= MYSQLND_NET_FLAG_USE_COMPRESSION; options 815 mysqlnd/mysqlnd_net.c if (net->options.ssl_key) { options 817 mysqlnd/mysqlnd_net.c ZVAL_STRING(&key_zval, net->options.ssl_key, 0); options 820 mysqlnd/mysqlnd_net.c if (net->options.ssl_verify_peer) { options 825 mysqlnd/mysqlnd_net.c if (net->options.ssl_cert) { options 827 mysqlnd/mysqlnd_net.c ZVAL_STRING(&cert_zval, net->options.ssl_cert, 0); options 829 mysqlnd/mysqlnd_net.c if (!net->options.ssl_key) { options 833 mysqlnd/mysqlnd_net.c if (net->options.ssl_ca) { options 835 mysqlnd/mysqlnd_net.c ZVAL_STRING(&cafile_zval, net->options.ssl_ca, 0); options 838 mysqlnd/mysqlnd_net.c if (net->options.ssl_capath) { options 840 mysqlnd/mysqlnd_net.c ZVAL_STRING(&capath_zval, net->options.ssl_capath, 0); options 843 mysqlnd/mysqlnd_net.c if (net->options.ssl_passphrase) { options 845 mysqlnd/mysqlnd_net.c ZVAL_STRING(&passphrase_zval, net->options.ssl_passphrase, 0); options 848 mysqlnd/mysqlnd_net.c if (net->options.ssl_cipher) { options 850 mysqlnd/mysqlnd_net.c ZVAL_STRING(&cipher_zval, net->options.ssl_cipher, 0); options 870 mysqlnd/mysqlnd_net.c if (net->options.timeout_read) { options 872 mysqlnd/mysqlnd_net.c DBG_INF_FMT("setting %u as PHP_STREAM_OPTION_READ_TIMEOUT", net->options.timeout_read); options 873 mysqlnd/mysqlnd_net.c tv.tv_sec = net->options.timeout_read; options 909 mysqlnd/mysqlnd_net.c if (net->options.ssl_key) { options 910 mysqlnd/mysqlnd_net.c mnd_pefree(net->options.ssl_key, pers); options 911 mysqlnd/mysqlnd_net.c net->options.ssl_key = NULL; options 913 mysqlnd/mysqlnd_net.c if (net->options.ssl_cert) { options 914 mysqlnd/mysqlnd_net.c mnd_pefree(net->options.ssl_cert, pers); options 915 mysqlnd/mysqlnd_net.c net->options.ssl_cert = NULL; options 917 mysqlnd/mysqlnd_net.c if (net->options.ssl_ca) { options 918 mysqlnd/mysqlnd_net.c mnd_pefree(net->options.ssl_ca, pers); options 919 mysqlnd/mysqlnd_net.c net->options.ssl_ca = NULL; options 921 mysqlnd/mysqlnd_net.c if (net->options.ssl_capath) { options 922 mysqlnd/mysqlnd_net.c mnd_pefree(net->options.ssl_capath, pers); options 923 mysqlnd/mysqlnd_net.c net->options.ssl_capath = NULL; options 925 mysqlnd/mysqlnd_net.c if (net->options.ssl_cipher) { options 926 mysqlnd/mysqlnd_net.c mnd_pefree(net->options.ssl_cipher, pers); options 927 mysqlnd/mysqlnd_net.c net->options.ssl_cipher = NULL; options 737 mysqlnd/mysqlnd_ps.c result->conn->options->numeric_and_datetime_as_unicode, options 738 mysqlnd/mysqlnd_ps.c result->conn->options->int_and_float_native, options 856 mysqlnd/mysqlnd_ps.c result->conn->options->numeric_and_datetime_as_unicode, options 857 mysqlnd/mysqlnd_ps.c result->conn->options->int_and_float_native, options 1040 mysqlnd/mysqlnd_ps.c result->conn->options->numeric_and_datetime_as_unicode, options 1041 mysqlnd/mysqlnd_ps.c result->conn->options->int_and_float_native, options 58 mysqlnd/mysqlnd_result.c result->conn->options->numeric_and_datetime_as_unicode, options 59 mysqlnd/mysqlnd_result.c result->conn->options->int_and_float_native, options 672 mysqlnd/mysqlnd_result.c result->conn->options->numeric_and_datetime_as_unicode, options 673 mysqlnd/mysqlnd_result.c result->conn->options->int_and_float_native, options 787 mysqlnd/mysqlnd_result.c result->conn->options->numeric_and_datetime_as_unicode, options 788 mysqlnd/mysqlnd_result.c result->conn->options->int_and_float_native, options 953 mysqlnd/mysqlnd_result.c result->conn->options->numeric_and_datetime_as_unicode, options 954 mysqlnd/mysqlnd_result.c result->conn->options->int_and_float_native, options 1026 mysqlnd/mysqlnd_result.c result->conn->options->numeric_and_datetime_as_unicode, options 1027 mysqlnd/mysqlnd_result.c result->conn->options->int_and_float_native, options 791 mysqlnd/mysqlnd_structs.h MYSQLND_NET_OPTIONS options; options 874 mysqlnd/mysqlnd_structs.h MYSQLND_OPTIONS * options; options 4729 openssl/openssl.c long options = 0; options 4738 openssl/openssl.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sss|ls", &data, &data_len, &method, &method_len, &password, &password_len, &options, &iv, &iv_len) == FAILURE) { options 4770 openssl/openssl.c if (options & OPENSSL_ZERO_PADDING) { options 4779 openssl/openssl.c if (options & OPENSSL_RAW_DATA) { options 4808 openssl/openssl.c long options = 0; options 4819 openssl/openssl.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sss|ls", &data, &data_len, &method, &method_len, &password, &password_len, &options, &iv, &iv_len) == FAILURE) { options 4834 openssl/openssl.c if (!(options & OPENSSL_RAW_DATA)) { options 4863 openssl/openssl.c if (options & OPENSSL_ZERO_PADDING) { options 572 pcntl/pcntl.c long pid, options = 0; options 577 pcntl/pcntl.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "lz|l", &pid, &z_status, &options) == FAILURE) options 584 pcntl/pcntl.c child_id = waitpid((pid_t) pid, &status, options); options 600 pcntl/pcntl.c long options = 0; options 605 pcntl/pcntl.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z|l", &z_status, &options) == FAILURE) options 612 pcntl/pcntl.c if(options) { options 613 pcntl/pcntl.c child_id = wait3(&status, options, NULL); options 767 pcre/pcrelib/pcre_compile.c BOOL utf = (options & PCRE_UTF8) != 0; options 812 pcre/pcrelib/pcre_compile.c if ((options & PCRE_JAVASCRIPT_COMPAT) != 0) options 853 pcre/pcrelib/pcre_compile.c if ((options & PCRE_JAVASCRIPT_COMPAT) == 0) *errorcodeptr = ERR37; options 1024 pcre/pcrelib/pcre_compile.c if ((options & PCRE_JAVASCRIPT_COMPAT) != 0) options 1141 pcre/pcrelib/pcre_compile.c if ((options & PCRE_EXTRA) != 0) switch(c) options 1161 pcre/pcrelib/pcre_compile.c if ((options & PCRE_UCP) != 0 && c <= -ESC_D && c >= -ESC_w) options 3004 pcre/pcrelib/pcre_compile.c if ((options & PCRE_EXTENDED) != 0) options 3031 pcre/pcrelib/pcre_compile.c next = check_escape(&ptr, &temperrorcode, cd->bracount, options, FALSE); options 3046 pcre/pcrelib/pcre_compile.c if ((options & PCRE_EXTENDED) != 0) options 3316 pcre/pcrelib/pcre_compile.c next = check_escape(&ptr, &temperrorcode, 0, options, FALSE); options 3441 pcre/pcrelib/pcre_compile.c int options = *optionsptr; /* May change dynamically */ options 3465 pcre/pcrelib/pcre_compile.c BOOL utf = (options & PCRE_UTF8) != 0; options 3485 pcre/pcrelib/pcre_compile.c greedy_default = ((options & PCRE_UNGREEDY) != 0); options 3506 pcre/pcrelib/pcre_compile.c req_caseopt = ((options & PCRE_CASELESS) != 0)? REQ_CASELESS:0; options 3629 pcre/pcrelib/pcre_compile.c if ((options & PCRE_AUTO_CALLOUT) != 0) options 3655 pcre/pcrelib/pcre_compile.c if ((options & PCRE_EXTENDED) != 0) options 3678 pcre/pcrelib/pcre_compile.c if ((options & PCRE_AUTO_CALLOUT) != 0 && !is_quantifier) options 3713 pcre/pcrelib/pcre_compile.c if ((options & PCRE_MULTILINE) != 0) options 3723 pcre/pcrelib/pcre_compile.c *code++ = ((options & PCRE_MULTILINE) != 0)? OP_DOLLM : OP_DOLL; options 3734 pcre/pcrelib/pcre_compile.c *code++ = ((options & PCRE_DOTALL) != 0)? OP_ALLANY: OP_ANY; options 3919 pcre/pcrelib/pcre_compile.c if ((options & PCRE_CASELESS) != 0 && posix_class <= 2) options 3926 pcre/pcrelib/pcre_compile.c if ((options & PCRE_UCP) != 0) options 3996 pcre/pcrelib/pcre_compile.c c = check_escape(&ptr, errorcodeptr, cd->bracount, options, TRUE); options 4270 pcre/pcrelib/pcre_compile.c if ((options & PCRE_EXTRA) != 0) options 4346 pcre/pcrelib/pcre_compile.c d = check_escape(&ptr, errorcodeptr, cd->bracount, options, TRUE); options 4386 pcre/pcrelib/pcre_compile.c if ((d > 255) || (utf && ((options & PCRE_CASELESS) != 0 && d > 127))) options 4388 pcre/pcrelib/pcre_compile.c if (utf && (d > 255 || ((options & PCRE_CASELESS) != 0 && d > 127))) options 4402 pcre/pcrelib/pcre_compile.c if (utf && (options & PCRE_CASELESS) != 0) options 4404 pcre/pcrelib/pcre_compile.c if ((options & PCRE_CASELESS) != 0) options 4483 pcre/pcrelib/pcre_compile.c if ((options & PCRE_CASELESS) == 0 || c > 127) continue; options 4494 pcre/pcrelib/pcre_compile.c if ((options & PCRE_CASELESS) == 0 || c > 127) continue; options 4515 pcre/pcrelib/pcre_compile.c if ((options & PCRE_CASELESS) != 0) options 4554 pcre/pcrelib/pcre_compile.c *code++ = ((options & PCRE_CASELESS) != 0)? OP_NOTI: OP_NOT; options 4582 pcre/pcrelib/pcre_compile.c if ((c > 255) || (utf && ((options & PCRE_CASELESS) != 0 && c > 127))) options 4584 pcre/pcrelib/pcre_compile.c if (utf && (c > 255 || ((options & PCRE_CASELESS) != 0 && c > 127))) options 4607 pcre/pcrelib/pcre_compile.c if ((options & PCRE_CASELESS) != 0) options 4610 pcre/pcrelib/pcre_compile.c if (utf && (options & PCRE_CASELESS) != 0) options 4630 pcre/pcrelib/pcre_compile.c if ((options & PCRE_CASELESS) != 0) options 4672 pcre/pcrelib/pcre_compile.c if (xclass && (!should_flip_negation || (options & PCRE_UCP) != 0)) options 4868 pcre/pcrelib/pcre_compile.c check_auto_possessive(previous, utf, ptr + 1, options, cd)) options 4893 pcre/pcrelib/pcre_compile.c check_auto_possessive(previous, utf, ptr + 1, options, cd)) options 5586 pcre/pcrelib/pcre_compile.c newoptions = options; options 5874 pcre/pcrelib/pcre_compile.c (options & PCRE_EXTENDED) != 0, utf)) > 0) options 6102 pcre/pcrelib/pcre_compile.c (options & PCRE_DUPNAMES) == 0) options 6220 pcre/pcrelib/pcre_compile.c (options & PCRE_EXTENDED) != 0, utf); options 6247 pcre/pcrelib/pcre_compile.c (options & PCRE_EXTENDED) != 0, utf)) <= 0) options 6358 pcre/pcrelib/pcre_compile.c (options & PCRE_EXTENDED) != 0, utf) < 0) options 6443 pcre/pcrelib/pcre_compile.c newoptions = (options | set) & (~unset); options 6483 pcre/pcrelib/pcre_compile.c *optionsptr = options = newoptions; options 6502 pcre/pcrelib/pcre_compile.c else if ((options & PCRE_NO_AUTO_CAPTURE) != 0) options 6709 pcre/pcrelib/pcre_compile.c c = check_escape(&ptr, errorcodeptr, cd->bracount, options, FALSE); options 6825 pcre/pcrelib/pcre_compile.c *code++ = ((options & PCRE_CASELESS) != 0)? OP_REFI : OP_REF; options 6936 pcre/pcrelib/pcre_compile.c *code++ = ((options & PCRE_CASELESS) != 0)? OP_CHARI : OP_CHAR; options 7105 pcre/pcrelib/pcre_compile.c if (!compile_branch(&options, &code, &ptr, errorcodeptr, &branchfirstchar, options 7173 pcre/pcrelib/pcre_compile.c fixed_length = find_fixedlength(last_branch, (options & PCRE_UTF8) != 0, options 7614 pcre/pcrelib/pcre_compile.c return pcre_compile2(pattern, options, NULL, errorptr, erroroffset, tables); options 7616 pcre/pcrelib/pcre_compile.c return pcre16_compile2(pattern, options, NULL, errorptr, erroroffset, tables); options 7691 pcre/pcrelib/pcre_compile.c if ((options & ~PUBLIC_COMPILE_OPTIONS) != 0) options 7708 pcre/pcrelib/pcre_compile.c { skipatstart += 7; options |= PCRE_UTF8; continue; } options 7712 pcre/pcrelib/pcre_compile.c { skipatstart += 8; options |= PCRE_UTF16; continue; } options 7715 pcre/pcrelib/pcre_compile.c { skipatstart += 6; options |= PCRE_UCP; continue; } options 7717 pcre/pcrelib/pcre_compile.c { skipatstart += 15; options |= PCRE_NO_START_OPTIMIZE; continue; } options 7736 pcre/pcrelib/pcre_compile.c options = (options & ~PCRE_NEWLINE_BITS) | newnl; options 7738 pcre/pcrelib/pcre_compile.c options = (options & ~(PCRE_BSR_ANYCRLF|PCRE_BSR_UNICODE)) | newbsr; options 7743 pcre/pcrelib/pcre_compile.c utf = (options & PCRE_UTF8) != 0; options 7751 pcre/pcrelib/pcre_compile.c if (utf && (options & PCRE_NO_UTF8_CHECK) == 0 && options 7772 pcre/pcrelib/pcre_compile.c if ((options & PCRE_UCP) != 0) options 7781 pcre/pcrelib/pcre_compile.c if ((options & (PCRE_BSR_ANYCRLF|PCRE_BSR_UNICODE)) == options 7792 pcre/pcrelib/pcre_compile.c switch (options & PCRE_NEWLINE_BITS) options 7863 pcre/pcrelib/pcre_compile.c cd->external_options = options; options 7911 pcre/pcrelib/pcre_compile.c re->options = cd->external_options; options 7950 pcre/pcrelib/pcre_compile.c (void)compile_regex(re->options, &code, &ptr, &errorcode, FALSE, FALSE, 0, 0, options 8032 pcre/pcrelib/pcre_compile.c fixed_length = find_fixedlength(cc, (re->options & PCRE_UTF8) != 0, TRUE, options 8072 pcre/pcrelib/pcre_compile.c if ((re->options & PCRE_ANCHORED) == 0) options 8075 pcre/pcrelib/pcre_compile.c re->options |= PCRE_ANCHORED; options 8122 pcre/pcrelib/pcre_compile.c ((re->options & PCRE_ANCHORED) == 0 || (reqchar & REQ_VARY) != 0)) options 8161 pcre/pcrelib/pcre_compile.c printf("Options=%08x\n", re->options); options 6396 pcre/pcrelib/pcre_exec.c if ((options & ~PUBLIC_EXEC_OPTIONS) != 0) return PCRE_ERROR_BADOPTION; options 6418 pcre/pcrelib/pcre_exec.c utf = md->utf = (re->options & PCRE_UTF8) != 0; options 6419 pcre/pcrelib/pcre_exec.c md->partial = ((options & PCRE_PARTIAL_HARD) != 0)? 2 : options 6420 pcre/pcrelib/pcre_exec.c ((options & PCRE_PARTIAL_SOFT) != 0)? 1 : 0; options 6426 pcre/pcrelib/pcre_exec.c if (utf && (options & PCRE_NO_UTF8_CHECK) == 0) options 6463 pcre/pcrelib/pcre_exec.c && (options & ~(PCRE_NO_UTF8_CHECK | PCRE_NOTBOL | PCRE_NOTEOL | options 6468 pcre/pcrelib/pcre_exec.c start_offset, options, offsets, offsetcount); options 6518 pcre/pcrelib/pcre_exec.c anchored = ((re->options | options) & PCRE_ANCHORED) != 0; options 6520 pcre/pcrelib/pcre_exec.c firstline = (re->options & PCRE_FIRSTLINE) != 0; options 6532 pcre/pcrelib/pcre_exec.c md->endonly = (re->options & PCRE_DOLLAR_ENDONLY) != 0; options 6533 pcre/pcrelib/pcre_exec.c md->use_ucp = (re->options & PCRE_UCP) != 0; options 6534 pcre/pcrelib/pcre_exec.c md->jscript_compat = (re->options & PCRE_JAVASCRIPT_COMPAT) != 0; options 6540 pcre/pcrelib/pcre_exec.c md->notbol = (options & PCRE_NOTBOL) != 0; options 6541 pcre/pcrelib/pcre_exec.c md->noteol = (options & PCRE_NOTEOL) != 0; options 6542 pcre/pcrelib/pcre_exec.c md->notempty = (options & PCRE_NOTEMPTY) != 0; options 6543 pcre/pcrelib/pcre_exec.c md->notempty_atstart = (options & PCRE_NOTEMPTY_ATSTART) != 0; options 6557 pcre/pcrelib/pcre_exec.c switch (options & (PCRE_BSR_ANYCRLF|PCRE_BSR_UNICODE)) options 6560 pcre/pcrelib/pcre_exec.c if ((re->options & (PCRE_BSR_ANYCRLF|PCRE_BSR_UNICODE)) != 0) options 6561 pcre/pcrelib/pcre_exec.c md->bsr_anycrlf = (re->options & PCRE_BSR_ANYCRLF) != 0; options 6584 pcre/pcrelib/pcre_exec.c switch ((((options & PCRE_NEWLINE_BITS) == 0)? re->options : options 6585 pcre/pcrelib/pcre_exec.c (pcre_uint32)options) & PCRE_NEWLINE_BITS) options 6751 pcre/pcrelib/pcre_exec.c if (((options | re->options) & PCRE_NO_START_OPTIMIZE) == 0) options 6832 pcre/pcrelib/pcre_exec.c if (((options | re->options) & PCRE_NO_START_OPTIMIZE) == 0 && !md->partial) options 100 pcre/pcrelib/pcre_fullinfo.c *((unsigned long int *)where) = re->options & PUBLIC_COMPILE_OPTIONS; options 245 pcre/pcrelib/pcre_get.c if ((re->options & PCRE_DUPNAMES) == 0 && (re->flags & PCRE_JCHANGED) == 0) options 249 pcre/pcrelib/pcre_get.c if ((re->options & PCRE_DUPNAMES) == 0 && (re->flags & PCRE_JCHANGED) == 0) options 1982 pcre/pcrelib/pcre_internal.h pcre_uint32 options; /* Public options */ options 84 pcre/pcrelib/pcre_study.c BOOL utf = (options & PCRE_UTF8) != 0; options 130 pcre/pcrelib/pcre_study.c d = find_minlength(cc, startcode, options, recurse_depth); options 374 pcre/pcrelib/pcre_study.c if ((options & PCRE_JAVASCRIPT_COMPAT) == 0) options 386 pcre/pcrelib/pcre_study.c d = find_minlength(cs, startcode, options, recurse_depth); options 434 pcre/pcrelib/pcre_study.c branchlength += find_minlength(cs, startcode, options, recurse_depth + 1); options 1349 pcre/pcrelib/pcre_study.c if ((options & ~PUBLIC_STUDY_OPTIONS) != 0) options 1362 pcre/pcrelib/pcre_study.c if ((re->options & PCRE_ANCHORED) == 0 && options 1389 pcre/pcrelib/pcre_study.c rc = set_start_bits(code, start_bits, (re->options & PCRE_UTF8) != 0, options 1401 pcre/pcrelib/pcre_study.c switch(min = find_minlength(code, code, re->options, 0)) options 1419 pcre/pcrelib/pcre_study.c || (options & (PCRE_STUDY_JIT_COMPILE | PCRE_STUDY_JIT_PARTIAL_SOFT_COMPILE options 1480 pcre/pcrelib/pcre_study.c if ((options & PCRE_STUDY_JIT_COMPILE) != 0) options 1482 pcre/pcrelib/pcre_study.c if ((options & PCRE_STUDY_JIT_PARTIAL_SOFT_COMPILE) != 0) options 1484 pcre/pcrelib/pcre_study.c if ((options & PCRE_STUDY_JIT_PARTIAL_HARD_COMPILE) != 0) options 298 pcre/pcrelib/pcredemo.c int options = 0; /* Normally no options */ options 308 pcre/pcrelib/pcredemo.c options = PCRE_NOTEMPTY_ATSTART | PCRE_ANCHORED; options 319 pcre/pcrelib/pcredemo.c options, /* options */ options 338 pcre/pcrelib/pcredemo.c if (options == 0) break; /* All matches found */ options 259 pcre/pcrelib/pcreposix.c int options = 0; options 261 pcre/pcrelib/pcreposix.c if ((cflags & REG_ICASE) != 0) options |= PCRE_CASELESS; options 262 pcre/pcrelib/pcreposix.c if ((cflags & REG_NEWLINE) != 0) options |= PCRE_MULTILINE; options 263 pcre/pcrelib/pcreposix.c if ((cflags & REG_DOTALL) != 0) options |= PCRE_DOTALL; options 264 pcre/pcrelib/pcreposix.c if ((cflags & REG_NOSUB) != 0) options |= PCRE_NO_AUTO_CAPTURE; options 265 pcre/pcrelib/pcreposix.c if ((cflags & REG_UTF8) != 0) options |= PCRE_UTF8; options 266 pcre/pcrelib/pcreposix.c if ((cflags & REG_UCP) != 0) options |= PCRE_UCP; options 267 pcre/pcrelib/pcreposix.c if ((cflags & REG_UNGREEDY) != 0) options |= PCRE_UNGREEDY; options 269 pcre/pcrelib/pcreposix.c preg->re_pcre = pcre_compile2(pattern, options, &errorcode, &errorptr, options 310 pcre/pcrelib/pcreposix.c int options = 0; options 315 pcre/pcrelib/pcreposix.c (((const pcre *)preg->re_pcre)->options & PCRE_NO_AUTO_CAPTURE) != 0; options 317 pcre/pcrelib/pcreposix.c if ((eflags & REG_NOTBOL) != 0) options |= PCRE_NOTBOL; options 318 pcre/pcrelib/pcreposix.c if ((eflags & REG_NOTEOL) != 0) options |= PCRE_NOTEOL; options 319 pcre/pcrelib/pcreposix.c if ((eflags & REG_NOTEMPTY) != 0) options |= PCRE_NOTEMPTY; options 361 pcre/pcrelib/pcreposix.c 0, options, ovector, (int)(nmatch * 3)); options 212 pdo/pdo_dbh.c zval *options = NULL; options 217 pdo/pdo_dbh.c &username, &usernamelen, &password, &passwordlen, &options)) { options 276 pdo/pdo_dbh.c if (options) { options 283 pdo/pdo_dbh.c if (SUCCESS == zend_hash_index_find(Z_ARRVAL_P(options), PDO_ATTR_PERSISTENT, (void**)&v)) { options 369 pdo/pdo_dbh.c dbh->auto_commit = pdo_attr_lval(options, PDO_ATTR_AUTOCOMMIT, 1 TSRMLS_CC); options 377 pdo/pdo_dbh.c goto options; options 380 pdo/pdo_dbh.c if (driver->db_handle_factory(dbh, options TSRMLS_CC)) { options 401 pdo/pdo_dbh.c options: options 402 pdo/pdo_dbh.c if (options) { options 407 pdo/pdo_dbh.c zend_hash_internal_pointer_reset(Z_ARRVAL_P(options)); options 408 pdo/pdo_dbh.c while (SUCCESS == zend_hash_get_current_data(Z_ARRVAL_P(options), (void**)&attr_value) options 409 pdo/pdo_dbh.c && HASH_KEY_IS_LONG == zend_hash_get_current_key(Z_ARRVAL_P(options), &str_key, &long_key, 0)) { options 412 pdo/pdo_dbh.c zend_hash_move_forward(Z_ARRVAL_P(options)); options 514 pdo/pdo_dbh.c zval *options = NULL, **opt, **item, *ctor_args; options 518 pdo/pdo_dbh.c &statement_len, &options)) { options 525 pdo/pdo_dbh.c if (ZEND_NUM_ARGS() > 1 && SUCCESS == zend_hash_index_find(Z_ARRVAL_P(options), PDO_ATTR_STATEMENT_CLASS, (void**)&opt)) { options 589 pdo/pdo_dbh.c if (dbh->methods->preparer(dbh, statement, statement_len, stmt, options TSRMLS_CC)) { options 199 pdo/php_pdo_driver.h if (options && SUCCESS == zend_hash_index_find(Z_ARRVAL_P(options), option_name, (void**)&v)) { options 209 pdo/php_pdo_driver.h if (options && SUCCESS == zend_hash_index_find(Z_ARRVAL_P(options), option_name, (void**)&v)) { options 1096 pgsql/pgsql.c char *host=NULL,*port=NULL,*options=NULL,*tty=NULL,*dbname=NULL,*connstring=NULL; options 1144 pgsql/pgsql.c options = Z_STRVAL_PP(args[2]); options 1171 pgsql/pgsql.c pgsql=PQsetdb(host,port,options,tty,dbname); options 1206 pgsql/pgsql.c le->ptr=PQsetdb(host,port,options,tty,dbname); options 1265 pgsql/pgsql.c pgsql = PQsetdb(host,port,options,tty,dbname); options 334 phar/dirstream.c if ((resource = phar_parse_url(wrapper, path, mode, options TSRMLS_CC)) == NULL) { options 335 phar/dirstream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar url \"%s\" is unknown", path); options 342 phar/dirstream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: no directory in \"%s\", must have at least phar://%s/ for root directory (always use full path to a new phar)", path, resource->host); options 347 phar/dirstream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: invalid url \"%s\", must have at least phar://%s/", path, path); options 353 phar/dirstream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: not a phar url \"%s\"", path); options 363 phar/dirstream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "%s", error); options 366 phar/dirstream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar file \"%s\" is unknown", resource->host); options 395 phar/dirstream.c return php_stream_opendir(entry->tmp, options, context); options 446 phar/dirstream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: cannot create directory \"%s\", no phar archive specified", url_from); options 458 phar/dirstream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: cannot create directory \"%s\", write operations disabled", url_from); options 462 phar/dirstream.c if ((resource = phar_parse_url(wrapper, url_from, "w", options TSRMLS_CC)) == NULL) { options 469 phar/dirstream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: invalid url \"%s\"", url_from); options 475 phar/dirstream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: not a phar stream url \"%s\"", url_from); options 482 phar/dirstream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: cannot create directory \"%s\" in phar \"%s\", error retrieving phar information: %s", resource->path+1, resource->host, error); options 494 phar/dirstream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: cannot create directory \"%s\" in phar \"%s\", directory already exists", resource->path+1, resource->host); options 500 phar/dirstream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: cannot create directory \"%s\" in phar \"%s\", %s", resource->path+1, resource->host, error); options 508 phar/dirstream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: cannot create directory \"%s\" in phar \"%s\", file already exists", resource->path+1, resource->host); options 514 phar/dirstream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: cannot create directory \"%s\" in phar \"%s\", %s", resource->path+1, resource->host, error); options 544 phar/dirstream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: cannot create directory \"%s\" in phar \"%s\", adding to manifest failed", entry.filename, phar->fname); options 553 phar/dirstream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: cannot create directory \"%s\" in phar \"%s\", %s", entry.filename, phar->fname, error); options 583 phar/dirstream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: cannot remove directory \"%s\", no phar archive specified, or phar archive does not exist", url); options 595 phar/dirstream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: cannot rmdir directory \"%s\", write operations disabled", url); options 599 phar/dirstream.c if ((resource = phar_parse_url(wrapper, url, "w", options TSRMLS_CC)) == NULL) { options 606 phar/dirstream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: invalid url \"%s\"", url); options 612 phar/dirstream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: not a phar stream url \"%s\"", url); options 619 phar/dirstream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: cannot remove directory \"%s\" in phar \"%s\", error retrieving phar information: %s", resource->path+1, resource->host, error); options 629 phar/dirstream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: cannot remove directory \"%s\" in phar \"%s\", %s", resource->path+1, resource->host, error); options 632 phar/dirstream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: cannot remove directory \"%s\" in phar \"%s\", directory does not exist", resource->path+1, resource->host); options 649 phar/dirstream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: Directory not empty"); options 670 phar/dirstream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: Directory not empty"); options 692 phar/dirstream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: cannot remove directory \"%s\" in phar \"%s\", %s", entry->filename, phar->fname, error); options 589 phar/phar.c if (phar && error && !(options & REPORT_ERRORS)) { options 1274 phar/phar.c if (phar_open_parsed_phar(fname, fname_len, alias, alias_len, is_data, options, test, &my_error TSRMLS_CC) == SUCCESS) { options 1309 phar/phar.c return phar_open_or_create_zip(fname, fname_len, alias, alias_len, is_data, options, pphar, error TSRMLS_CC); options 1314 phar/phar.c return phar_open_or_create_tar(fname, fname_len, alias, alias_len, is_data, options, pphar, error TSRMLS_CC); options 1317 phar/phar.c return phar_create_or_parse_filename(fname, fname_len, alias, alias_len, is_data, options, pphar, error TSRMLS_CC); options 1348 phar/phar.c if (phar_open_from_fp(fp, fname, fname_len, alias, alias_len, options, pphar, is_data, error TSRMLS_CC) == SUCCESS) { options 1370 phar/phar.c if (options & REPORT_ERRORS) { options 1448 phar/phar.c if (options & REPORT_ERRORS) { options 1489 phar/phar.c if (phar_open_parsed_phar(fname, fname_len, alias, alias_len, is_data, options, pphar, error TSRMLS_CC) == SUCCESS) { options 1506 phar/phar.c if (options & REPORT_ERRORS) { options 1522 phar/phar.c ret = phar_open_from_fp(fp, fname, fname_len, alias, alias_len, options, pphar, is_data, error TSRMLS_CC); options 69 phar/stream.c if (!(options & PHP_STREAM_URL_STAT_QUIET)) { options 70 phar/stream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: open mode append not supported"); options 75 phar/stream.c if (!(options & PHP_STREAM_URL_STAT_QUIET)) { options 77 phar/stream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: no directory in \"%s\", must have at least phar://%s/ for root directory (always use full path to a new phar)", filename, arch); options 80 phar/stream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: invalid url or non-existent phar \"%s\"", filename); options 110 phar/stream.c if (!(options & PHP_STREAM_URL_STAT_QUIET)) { options 111 phar/stream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: write operations disabled by the php.ini setting phar.readonly"); options 116 phar/stream.c if (phar_open_or_create_filename(resource->host, arch_len, NULL, 0, 0, options, &phar, &error TSRMLS_CC) == FAILURE) options 119 phar/stream.c if (!(options & PHP_STREAM_URL_STAT_QUIET)) { options 120 phar/stream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "%s", error); options 130 phar/stream.c if (!(options & PHP_STREAM_URL_STAT_QUIET)) { options 131 phar/stream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "%s", error); options 139 phar/stream.c if (phar_open_from_filename(resource->host, arch_len, NULL, 0, options, NULL, &error TSRMLS_CC) == FAILURE) options 142 phar/stream.c if (!(options & PHP_STREAM_URL_STAT_QUIET)) { options 143 phar/stream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "%s", error); options 170 phar/stream.c if ((resource = phar_parse_url(wrapper, path, mode, options TSRMLS_CC)) == NULL) { options 177 phar/stream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: invalid url \"%s\"", path); options 183 phar/stream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: not a phar stream url \"%s\"", path); options 195 phar/stream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "%s", error); options 198 phar/stream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: file \"%s\" could not be created in phar \"%s\"", internal_file, resource->host); options 211 phar/stream.c if (context && context->options && zend_hash_find(HASH_OF(context->options), "phar", sizeof("phar"), (void**)&pzoption) == SUCCESS) { options 239 phar/stream.c if (!*internal_file && (options & STREAM_OPEN_FOR_INCLUDE)) { options 242 phar/stream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "file %s is not a valid phar archive", resource->host); options 289 phar/stream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "%s", error); options 292 phar/stream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: \"%s\" is not a file in phar \"%s\"", internal_file, resource->host); options 312 phar/stream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "%s", error); options 319 phar/stream.c if (!PHAR_G(cwd_init) && options & STREAM_OPEN_FOR_INCLUDE) { options 695 phar/stream.c if ((resource = phar_parse_url(wrapper, url, "rb", options TSRMLS_CC)) == NULL) { options 696 phar/stream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: unlink failed"); options 703 phar/stream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: invalid url \"%s\"", url); options 709 phar/stream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: not a phar stream url \"%s\"", url); options 721 phar/stream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: write operations disabled by the php.ini setting phar.readonly"); options 731 phar/stream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "unlink of \"%s\" failed: %s", url, error); options 734 phar/stream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "unlink of \"%s\" failed, file does not exist", url); options 745 phar/stream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: \"%s\" in phar \"%s\", has open file pointers, cannot unlink", internal_file, resource->host); options 755 phar/stream.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "%s", error); options 774 phar/stream.c if ((resource_from = phar_parse_url(wrapper, url_from, "wb", options|PHP_STREAM_URL_STAT_QUIET TSRMLS_CC)) == NULL) { options 790 phar/stream.c if ((resource_to = phar_parse_url(wrapper, url_to, "wb", options|PHP_STREAM_URL_STAT_QUIET TSRMLS_CC)) == NULL) { options 127 phar/tar.c int ret = phar_create_or_parse_filename(fname, fname_len, alias, alias_len, is_data, options, &phar, error TSRMLS_CC); options 733 phar/zip.c int ret = phar_create_or_parse_filename(fname, fname_len, alias, alias_len, is_data, options, &phar, error TSRMLS_CC); options 2163 simplexml/simplexml.c long options = 0; options 2167 simplexml/simplexml.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|C!lsb", &filename, &filename_len, &ce, &options, &ns, &ns_len, &isprefix) == FAILURE) { options 2171 simplexml/simplexml.c docp = xmlReadFile(filename, NULL, options); options 2201 simplexml/simplexml.c long options = 0; options 2205 simplexml/simplexml.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|C!lsb", &data, &data_len, &ce, &options, &ns, &ns_len, &isprefix) == FAILURE) { options 2209 simplexml/simplexml.c docp = xmlReadMemory(data, data_len, NULL, NULL, options); options 2237 simplexml/simplexml.c long options = 0; options 2242 simplexml/simplexml.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|lbsb", &data, &data_len, &options, &is_url, &ns, &ns_len, &isprefix) == FAILURE) { options 2249 simplexml/simplexml.c docp = is_url ? xmlReadFile(data, NULL, options) : xmlReadMemory(data, data_len, NULL, NULL, options); options 913 soap/php_http.c char *options = cookie + cookie_len+1; options 914 soap/php_http.c while (*options) { options 915 soap/php_http.c while (*options == ' ') {options++;} options 916 soap/php_http.c sempos = strstr(options, ";"); options 917 soap/php_http.c if (strstr(options,"path=") == options) { options 918 soap/php_http.c eqpos = options + sizeof("path=")-1; options 920 soap/php_http.c } else if (strstr(options,"domain=") == options) { options 921 soap/php_http.c eqpos = options + sizeof("domain=")-1; options 923 soap/php_http.c } else if (strstr(options,"secure") == options) { options 927 soap/php_http.c options = sempos+1; options 142 soap/php_xml.c ctxt->options |= XML_PARSE_HUGE; options 1067 soap/soap.c zval *wsdl = NULL, *options = NULL; options 1075 soap/soap.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "z|a", &wsdl, &options) == FAILURE) { options 1089 soap/soap.c if (options != NULL) { options 1090 soap/soap.c HashTable *ht = Z_ARRVAL_P(options); options 2286 soap/soap.c zval *wsdl, *options = NULL; options 2295 soap/soap.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "z|a", &wsdl, &options) == FAILURE) { options 2305 soap/soap.c if (options != NULL) { options 2306 soap/soap.c HashTable *ht = Z_ARRVAL_P(options); options 2799 soap/soap.c zval *options = NULL; options 2812 soap/soap.c &function, &function_len, &args, &options, &headers, &output_headers) == FAILURE) { options 2816 soap/soap.c if (options) { options 2817 soap/soap.c HashTable *hto = Z_ARRVAL_P(options); options 4190 standard/basic_functions.c char *options = NULL, **argv = NULL; options 4200 standard/basic_functions.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|a", &options, &options_len, &p_longopts) == FAILURE) { options 4251 standard/basic_functions.c len = parse_opts(options, &opts); options 152 standard/file.c if (context->options) { options 153 standard/file.c zval_ptr_dtor(&context->options); options 154 standard/file.c context->options = NULL; options 1292 standard/file.c if ((ret = VCWD_MKDIR(dir, (mode_t)mode)) < 0 && (options & REPORT_ERRORS)) { options 1340 standard/filters.c if (options != NULL) { options 1341 standard/filters.c GET_STR_PROP(options, lbchars, lbchars_len, "line-break-chars", 0); options 1342 standard/filters.c GET_UINT_PROP(options, line_len, "line-length"); options 1384 standard/filters.c if (options != NULL) { options 1388 standard/filters.c GET_STR_PROP(options, lbchars, lbchars_len, "line-break-chars", 0); options 1389 standard/filters.c GET_UINT_PROP(options, line_len, "line-length"); options 1390 standard/filters.c GET_BOOL_PROP(options, opt_binary, "binary"); options 1391 standard/filters.c GET_BOOL_PROP(options, opt_force_encode_first, "force-encode-first"); options 1425 standard/filters.c if (options != NULL) { options 1427 standard/filters.c GET_STR_PROP(options, lbchars, lbchars_len, "line-break-chars", 0); options 207 standard/ftp_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "Unable to activate SSL mode"); options 238 standard/ftp_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, err_msg, val); \ options 437 standard/ftp_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "FTP does not support simultaneous read/write connections"); options 448 standard/ftp_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "Unknown file open mode"); options 456 standard/ftp_fopen_wrapper.c return php_stream_url_wrap_http(wrapper, path, mode, options, opened_path, context STREAMS_CC TSRMLS_CC); options 459 standard/ftp_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "FTP proxy may only be used in read mode"); options 464 standard/ftp_fopen_wrapper.c stream = php_ftp_fopen_connect(wrapper, path, mode, options, opened_path, context, &reuseid, &resource, &use_ssl, &use_ssl_on_data TSRMLS_CC); options 511 standard/ftp_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "Remote file already exists and overwrite context option not specified"); options 535 standard/ftp_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "Unable to resume from offset %ld", Z_LVAL_PP(tmpzval)); options 579 standard/ftp_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "Unable to activate SSL mode"); options 600 standard/ftp_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "FTP server reports %s", tmp_line); options 706 standard/ftp_fopen_wrapper.c stream = php_ftp_fopen_connect(wrapper, path, mode, options, opened_path, context, &reuseid, &resource, &use_ssl, &use_ssl_on_data TSRMLS_CC); options 751 standard/ftp_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "Unable to activate SSL mode"); options 775 standard/ftp_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "FTP server reports %s", tmp_line); options 915 standard/ftp_fopen_wrapper.c if (options & REPORT_ERRORS) { options 922 standard/ftp_fopen_wrapper.c if (options & REPORT_ERRORS) { options 933 standard/ftp_fopen_wrapper.c if (options & REPORT_ERRORS) { options 986 standard/ftp_fopen_wrapper.c if (options & REPORT_ERRORS) { options 997 standard/ftp_fopen_wrapper.c if (options & REPORT_ERRORS) { options 1008 standard/ftp_fopen_wrapper.c if (options & REPORT_ERRORS) { options 1039 standard/ftp_fopen_wrapper.c int result, recursive = options & PHP_STREAM_MKDIR_RECURSIVE; options 1044 standard/ftp_fopen_wrapper.c if (options & REPORT_ERRORS) { options 1051 standard/ftp_fopen_wrapper.c if (options & REPORT_ERRORS) { options 1094 standard/ftp_fopen_wrapper.c if (options & REPORT_ERRORS) { options 1138 standard/ftp_fopen_wrapper.c if (options & REPORT_ERRORS) { options 1145 standard/ftp_fopen_wrapper.c if (options & REPORT_ERRORS) { options 1155 standard/ftp_fopen_wrapper.c if (options & REPORT_ERRORS) { options 120 standard/http_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "Redirection limit reached, aborting"); options 148 standard/http_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "HTTP wrapper does not support writeable connections"); options 182 standard/http_fopen_wrapper.c stream = php_stream_xport_create(transport_string, transport_len, options, options 191 standard/http_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "%s", errstr); options 270 standard/http_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "Cannot connect to HTTPS server through proxy"); options 293 standard/http_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "Cannot connect to HTTPS server through proxy"); options 304 standard/http_fopen_wrapper.c if (options & STREAM_WILL_CAST) options 671 standard/http_fopen_wrapper.c if ((options & STREAM_ONLY_GET_HEADERS) || ignore_errors) { options 705 standard/http_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "HTTP request failed, unexpected end of socket!"); options 720 standard/http_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "Failed to read HTTP headers"); options 748 standard/http_fopen_wrapper.c if (!(options & STREAM_ONLY_GET_HEADERS)) { options 783 standard/http_fopen_wrapper.c if (!follow_location || (((options & STREAM_ONLY_GET_HEADERS) || ignore_errors) && redirect_max <= 1)) { options 840 standard/http_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "Invalid redirect URL! %s", new_path); options 852 standard/http_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "Invalid redirect URL! %s", new_path); \ options 865 standard/http_fopen_wrapper.c stream = php_stream_url_wrap_http_ex(wrapper, new_path, mode, options, opened_path, context, --redirect_max, HTTP_WRAPPER_REDIRECTED STREAMS_CC TSRMLS_CC); options 867 standard/http_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "HTTP request failed! %s", tmp_line); options 895 standard/http_fopen_wrapper.c if (options & STREAM_WILL_CAST) options 921 standard/http_fopen_wrapper.c return php_stream_url_wrap_http_ex(wrapper, path, mode, options, opened_path, context, PHP_URL_REDIRECT_MAX, HTTP_WRAPPER_HEADER_INIT STREAMS_CC TSRMLS_CC); options 206 standard/php_fopen_wrapper.c if ((options & STREAM_OPEN_FOR_INCLUDE) && !PG(allow_url_include) ) { options 207 standard/php_fopen_wrapper.c if (options & REPORT_ERRORS) { options 216 standard/php_fopen_wrapper.c if ((options & STREAM_OPEN_FOR_INCLUDE) && !PG(allow_url_include) ) { options 217 standard/php_fopen_wrapper.c if (options & REPORT_ERRORS) { options 267 standard/php_fopen_wrapper.c if (options & REPORT_ERRORS) { options 273 standard/php_fopen_wrapper.c if ((options & STREAM_OPEN_FOR_INCLUDE) && !PG(allow_url_include) ) { options 274 standard/php_fopen_wrapper.c if (options & REPORT_ERRORS) { options 283 standard/php_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, options 295 standard/php_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, options 302 standard/php_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, options 322 standard/php_fopen_wrapper.c if (!(stream = php_stream_open_wrapper(p + 10, mode, options, opened_path))) { options 917 standard/streamsfuncs.c zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(options), &pos); options 918 standard/streamsfuncs.c while (SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_P(options), (void**)&wval, &pos)) { options 919 standard/streamsfuncs.c if (HASH_KEY_IS_STRING == zend_hash_get_current_key_ex(Z_ARRVAL_P(options), &wkey, &wkey_len, &num_key, 0, &pos) options 934 standard/streamsfuncs.c zend_hash_move_forward_ex(Z_ARRVAL_P(options), &pos); options 1014 standard/streamsfuncs.c RETURN_ZVAL(context->options, 1, 0); options 1022 standard/streamsfuncs.c zval *options = NULL, *zcontext = NULL, *zvalue = NULL; options 1031 standard/streamsfuncs.c "ra", &zcontext, &options) == FAILURE) { options 1044 standard/streamsfuncs.c if (options) { options 1046 standard/streamsfuncs.c RETVAL_BOOL(parse_context_options(context, options TSRMLS_CC) == SUCCESS); options 1079 standard/streamsfuncs.c zval *zcontext, *options; options 1097 standard/streamsfuncs.c ALLOC_INIT_ZVAL(options); options 1098 standard/streamsfuncs.c ZVAL_ZVAL(options, context->options, 1, 0); options 1099 standard/streamsfuncs.c add_assoc_zval_ex(return_value, ZEND_STRS("options"), options); options 1131 standard/streamsfuncs.c zval *options = NULL; options 1134 standard/streamsfuncs.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "a", &options) == FAILURE) { options 1143 standard/streamsfuncs.c parse_context_options(context, options TSRMLS_CC); options 1153 standard/streamsfuncs.c zval *options = NULL, *params = NULL; options 1156 standard/streamsfuncs.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|a!a!", &options, ¶ms) == FAILURE) { options 1162 standard/streamsfuncs.c if (options) { options 1163 standard/streamsfuncs.c parse_context_options(context, options TSRMLS_CC); options 1220 tidy/tidy.c zval **options = NULL; options 1223 tidy/tidy.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|Zs", &input, &input_len, &options, &enc, &enc_len) == FAILURE) { options 1230 tidy/tidy.c TIDY_APPLY_CONFIG_ZVAL(obj->ptdoc->doc, options); options 1277 tidy/tidy.c zval **options = NULL; options 1282 tidy/tidy.c &options, &enc, &enc_len, &use_include_path) == FAILURE) { options 1294 tidy/tidy.c TIDY_APPLY_CONFIG_ZVAL(obj->ptdoc->doc, options); options 1590 tidy/tidy.c zval **options = NULL; options 1596 tidy/tidy.c &options, &enc, &enc_len, &use_include_path) == FAILURE) { options 1608 tidy/tidy.c TIDY_APPLY_CONFIG_ZVAL(obj->ptdoc->doc, options); options 1622 tidy/tidy.c zval **options = NULL; options 1630 tidy/tidy.c &options, &enc, &enc_len, &use_include_path) == FAILURE) { options 1639 tidy/tidy.c TIDY_APPLY_CONFIG_ZVAL(obj->ptdoc->doc, options); options 1654 tidy/tidy.c zval **options = NULL; options 1659 tidy/tidy.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|Zs", &input, &input_len, &options, &enc, &enc_len) == FAILURE) { options 1665 tidy/tidy.c TIDY_APPLY_CONFIG_ZVAL(obj->ptdoc->doc, options); options 868 xmlreader/php_xmlreader.c long options = 0; options 875 xmlreader/php_xmlreader.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|s!l", &source, &source_len, &encoding, &encoding_len, &options) == FAILURE) { options 897 xmlreader/php_xmlreader.c reader = xmlReaderForFile(valid_file, encoding, options); options 1051 xmlreader/php_xmlreader.c long options = 0; options 1059 xmlreader/php_xmlreader.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|s!l", &source, &source_len, &encoding, &encoding_len, &options) == FAILURE) { options 1098 xmlreader/php_xmlreader.c ret = xmlTextReaderSetup(reader, NULL, uri, encoding, options); options 389 xmlrpc/libxmlrpc/xml_element.c if(!options) { options 390 xmlrpc/libxmlrpc/xml_element.c options = &default_opts; options 398 xmlrpc/libxmlrpc/xml_element.c if(options->encoding && *options->encoding) { options 403 xmlrpc/libxmlrpc/xml_element.c xml_elem_writefunc(fptr, options->encoding, data, 0); options 407 xmlrpc/libxmlrpc/xml_element.c if(options->verbosity != xml_elem_no_white_space) { options 412 xmlrpc/libxmlrpc/xml_element.c if(options->verbosity == xml_elem_pretty && depth > 2) { options 451 xmlrpc/libxmlrpc/xml_element.c if(options->escaping && options->escaping != xml_elem_cdata_escaping) { options 452 xmlrpc/libxmlrpc/xml_element.c escaped_str = xml_elem_entity_escape(el->text.str, buflen, &buflen, options->escaping ); options 458 xmlrpc/libxmlrpc/xml_element.c if(options->escaping & xml_elem_cdata_escaping) { options 468 xmlrpc/libxmlrpc/xml_element.c if(options->escaping & xml_elem_cdata_escaping) { options 478 xmlrpc/libxmlrpc/xml_element.c if(options->verbosity != xml_elem_no_white_space) { options 482 xmlrpc/libxmlrpc/xml_element.c xml_element_serialize(kids, fptr, data, options, depth); options 486 xmlrpc/libxmlrpc/xml_element.c if(options->verbosity == xml_elem_pretty && depth > 2) { options 496 xmlrpc/libxmlrpc/xml_element.c if(options->verbosity != xml_elem_no_white_space) { options 542 xmlrpc/libxmlrpc/xml_element.c xml_element_serialize(el, simplestring_out_fptr, (void *)&buf, options, 0); options 573 xmlrpc/libxmlrpc/xml_element.c xml_element_serialize(el, file_out_fptr, (void *)output, options, 0); options 693 xmlrpc/libxmlrpc/xml_element.c if(!options) { options 694 xmlrpc/libxmlrpc/xml_element.c options = &default_opts; options 705 xmlrpc/libxmlrpc/xml_element.c mydata.input_options = options; options 706 xmlrpc/libxmlrpc/xml_element.c mydata.needs_enc_conversion = options->encoding && strcmp(options->encoding, encoding_utf_8); options 162 xmlrpc/libxmlrpc/xml_element.h char* xml_elem_serialize_to_string(xml_element *el, XML_ELEM_OUTPUT_OPTIONS options, int *buf_len); options 163 xmlrpc/libxmlrpc/xml_element.h void xml_elem_serialize_to_stream(xml_element *el, FILE *output, XML_ELEM_OUTPUT_OPTIONS options); options 164 xmlrpc/libxmlrpc/xml_element.h xml_element* xml_elem_parse_buf(const char* in_buf, int len, XML_ELEM_INPUT_OPTIONS options, XML_ELEM_ERROR error); options 2603 xmlrpc/libxmlrpc/xmlrpc.c static STRUCT_XMLRPC_OPTIONS options = { options 2607 xmlrpc/libxmlrpc/xmlrpc.c return &options; options 2629 xmlrpc/libxmlrpc/xmlrpc.c XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); options 2630 xmlrpc/libxmlrpc/xmlrpc.c return options->id_case; options 2654 xmlrpc/libxmlrpc/xmlrpc.c XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); options 2655 xmlrpc/libxmlrpc/xmlrpc.c options->id_case = id_case; options 2656 xmlrpc/libxmlrpc/xmlrpc.c return options->id_case; options 2680 xmlrpc/libxmlrpc/xmlrpc.c XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); options 2681 xmlrpc/libxmlrpc/xmlrpc.c return options->id_case_compare; options 2705 xmlrpc/libxmlrpc/xmlrpc.c XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); options 2706 xmlrpc/libxmlrpc/xmlrpc.c options->id_case_compare = id_case_compare; options 2707 xmlrpc/libxmlrpc/xmlrpc.c return options->id_case_compare; options 371 xmlrpc/xmlrpc-epi-php.c if (options) { options 374 xmlrpc/xmlrpc-epi-php.c options->b_php_out = 0; options 375 xmlrpc/xmlrpc-epi-php.c options->b_auto_version = 1; options 376 xmlrpc/xmlrpc-epi-php.c options->xmlrpc_out.version = xmlrpc_version_1_0; options 377 xmlrpc/xmlrpc-epi-php.c options->xmlrpc_out.xml_elem_opts.encoding = ENCODING_DEFAULT; options 378 xmlrpc/xmlrpc-epi-php.c options->xmlrpc_out.xml_elem_opts.verbosity = xml_elem_pretty; options 379 xmlrpc/xmlrpc-epi-php.c options->xmlrpc_out.xml_elem_opts.escaping = xml_elem_markup_escaping | xml_elem_non_ascii_escaping | xml_elem_non_print_escaping; options 388 xmlrpc/xmlrpc-epi-php.c options->b_php_out = 1; options 390 xmlrpc/xmlrpc-epi-php.c options->b_php_out = 0; options 399 xmlrpc/xmlrpc-epi-php.c options->xmlrpc_out.xml_elem_opts.verbosity = xml_elem_no_white_space; options 401 xmlrpc/xmlrpc-epi-php.c options->xmlrpc_out.xml_elem_opts.verbosity = xml_elem_newlines_only; options 403 xmlrpc/xmlrpc-epi-php.c options->xmlrpc_out.xml_elem_opts.verbosity = xml_elem_pretty; options 411 xmlrpc/xmlrpc-epi-php.c options->b_auto_version = 0; options 413 xmlrpc/xmlrpc-epi-php.c options->xmlrpc_out.version = xmlrpc_version_1_0; options 415 xmlrpc/xmlrpc-epi-php.c options->xmlrpc_out.version = xmlrpc_version_simple; options 417 xmlrpc/xmlrpc-epi-php.c options->xmlrpc_out.version = xmlrpc_version_soap_1_1; options 419 xmlrpc/xmlrpc-epi-php.c options->b_auto_version = 1; options 427 xmlrpc/xmlrpc-epi-php.c options->xmlrpc_out.xml_elem_opts.encoding = estrdup(Z_STRVAL_PP(val)); options 438 xmlrpc/xmlrpc-epi-php.c options->xmlrpc_out.xml_elem_opts.escaping = xml_elem_no_escaping; options 444 xmlrpc/xmlrpc-epi-php.c options->xmlrpc_out.xml_elem_opts.escaping |= xml_elem_cdata_escaping; options 446 xmlrpc/xmlrpc-epi-php.c options->xmlrpc_out.xml_elem_opts.escaping |= xml_elem_non_ascii_escaping; options 448 xmlrpc/xmlrpc-epi-php.c options->xmlrpc_out.xml_elem_opts.escaping |= xml_elem_non_print_escaping; options 450 xmlrpc/xmlrpc-epi-php.c options->xmlrpc_out.xml_elem_opts.escaping |= xml_elem_markup_escaping; options 461 xmlrpc/xmlrpc-epi-php.c options->xmlrpc_out.xml_elem_opts.escaping = xml_elem_cdata_escaping; options 463 xmlrpc/xmlrpc-epi-php.c options->xmlrpc_out.xml_elem_opts.escaping = xml_elem_non_ascii_escaping; options 465 xmlrpc/xmlrpc-epi-php.c options->xmlrpc_out.xml_elem_opts.escaping = xml_elem_non_print_escaping; options 467 xmlrpc/xmlrpc-epi-php.c options->xmlrpc_out.xml_elem_opts.escaping = xml_elem_markup_escaping; options 345 zip/php_zip.c if (zend_hash_find(HASH_OF(options), "remove_all_path", sizeof("remove_all_path"), (void **)&option) == SUCCESS) { options 359 zip/php_zip.c if (zend_hash_find(HASH_OF(options), "remove_path", sizeof("remove_path"), (void **)&option) == SUCCESS) { options 379 zip/php_zip.c if (zend_hash_find(HASH_OF(options), "add_path", sizeof("add_path"), (void **)&option) == SUCCESS) { options 1653 zip/php_zip.c zval *options = NULL; options 1664 zip/php_zip.c &pattern, &pattern_len, &flags, &options) == FAILURE) { options 1669 zip/php_zip.c &pattern, &pattern_len, &path, &path_len, &options) == FAILURE) { options 1678 zip/php_zip.c if (options && (php_zip_parse_options(options, &remove_all_path, &remove_path, &remove_path_len, options 117 zlib/zlib_fopen_wrapper.c if (options & REPORT_ERRORS) { options 129 zlib/zlib_fopen_wrapper.c innerstream = php_stream_open_wrapper_ex(path, mode, STREAM_MUST_SEEK | options | STREAM_WILL_CAST, opened_path, context); options 150 zlib/zlib_fopen_wrapper.c if (options & REPORT_ERRORS) {