Home
last modified time | relevance | path

Searched refs:options (Results 201 – 225 of 427) sorted by relevance

12345678910>>...18

/PHP-7.4/ext/openssl/
H A Dphp_openssl.h101 size_t password_len, zend_long options, char *iv, size_t iv_len,
105 size_t password_len, zend_long options, char *iv, size_t iv_len,
/PHP-7.4/ext/standard/tests/http/
H A Dbug47021.phpt26 $options = [
33 $ctx = stream_context_create($options);
H A Dbug61548.phpt12 $options = [
20 $ctx = stream_context_create($options);
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c234 zval *options = NULL; in PHP_METHOD() local
244 Z_PARAM_ARRAY_EX(options, 1, 0) in PHP_METHOD()
295 if (options) { in PHP_METHOD()
381 goto options; in PHP_METHOD()
384 if (driver->db_handle_factory(dbh, options)) { in PHP_METHOD()
398 options: in PHP_METHOD()
399 if (options) { in PHP_METHOD()
492 zval *options = NULL, *opt, *item, ctor_args; in PHP_METHOD() local
500 Z_PARAM_ARRAY(options) in PHP_METHOD()
1206 ZEND_ARG_INFO(0, options) /* array */
[all …]
/PHP-7.4/ext/json/
H A Djson_scanner.re96 void php_json_scanner_init(php_json_scanner *s, char *str, size_t str_len, int options)
100 s->options = options;
188 } else if (s->options & PHP_JSON_BIGINT_AS_STRING) {
284 if (s->options & (PHP_JSON_INVALID_UTF8_IGNORE | PHP_JSON_INVALID_UTF8_SUBSTITUTE)) {
285 if (s->options & PHP_JSON_INVALID_UTF8_SUBSTITUTE) {
378 if (s->options & PHP_JSON_INVALID_UTF8_SUBSTITUTE) {
/PHP-7.4/ext/spl/tests/
H A DSplFileObject_ftruncate_error_001.phpt11 function stream_open($path, $mode, $options, &$opened_path)
H A DSplFileObject_fflush_basic_001.phpt19 function stream_open($path, $mode, $options, &$opened_path)
/PHP-7.4/ext/mysqli/tests/
H A Dbug73800.phpt19 $link->options(MYSQLI_OPT_INT_AND_FLOAT_NATIVE, 1);
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_convert.c787 convert_glob(uint32_t options, PCRE2_SPTR pattern, PCRE2_SIZE plength, in convert_glob() argument
797 BOOL no_wildsep = (options & PCRE2_CONVERT_GLOB_NO_WILD_SEPARATOR) != 0; in convert_glob()
798 BOOL no_starstar = (options & PCRE2_CONVERT_GLOB_NO_STARSTAR) != 0; in convert_glob()
1057 pcre2_pattern_convert(PCRE2_SPTR pattern, PCRE2_SIZE plength, uint32_t options, in pcre2_pattern_convert() argument
1065 BOOL utf = (options & PCRE2_CONVERT_UTF) != 0; in pcre2_pattern_convert()
1066 uint32_t pattype = options & TYPE_OPTIONS; in pcre2_pattern_convert()
1070 if ((options & ~ALL_OPTIONS) != 0 || /* Undefined bit set */ in pcre2_pattern_convert()
1091 if (utf && (options & PCRE2_CONVERT_NO_UTF_CHECK) == 0) in pcre2_pattern_convert()
1123 rc = convert_glob(options & ~PCRE2_CONVERT_GLOB, pattern, plength, utf, in pcre2_pattern_convert()
/PHP-7.4/ext/standard/tests/streams/
H A Duser-stream-error.phpt7 public function stream_open($path, $mode, $options, &$opened_path) {
H A Dbug60817.phpt7 function stream_open($path, $mode, $options, &$opened_path) {
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c2602 static STRUCT_XMLRPC_OPTIONS options = { in XMLRPC_GetDefaultOptions() local
2606 return &options; in XMLRPC_GetDefaultOptions()
2628 XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); in XMLRPC_GetDefaultIdCase() local
2629 return options->id_case; in XMLRPC_GetDefaultIdCase()
2653 XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); in XMLRPC_SetDefaultIdCase() local
2654 options->id_case = id_case; in XMLRPC_SetDefaultIdCase()
2655 return options->id_case; in XMLRPC_SetDefaultIdCase()
2679 XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); in XMLRPC_GetDefaultIdCaseComparison() local
2680 return options->id_case_compare; in XMLRPC_GetDefaultIdCaseComparison()
2705 options->id_case_compare = id_case_compare; in XMLRPC_SetDefaultIdCaseComparison()
[all …]
/PHP-7.4/sapi/phpdbg/tests/
H A Dphpdbg_get_executable_stream_wrapper.phpt31 int $options = 0,
77 * If we call phpdbg_get_executable() and pass no options, the realpath of the
/PHP-7.4/ext/standard/
H A Dstreamsfuncs.c983 ZVAL_COPY(return_value, &context->options); in PHP_FUNCTION()
995 zval *options; in PHP_FUNCTION() local
999 Z_PARAM_ARRAY(options) in PHP_FUNCTION()
1076 Z_TRY_ADDREF(context->options); in PHP_FUNCTION()
1110 zval *options = NULL; in PHP_FUNCTION() local
1114 Z_PARAM_ARRAY(options) in PHP_FUNCTION()
1122 parse_context_options(context, options); in PHP_FUNCTION()
1132 zval *options = NULL, *params = NULL; in PHP_FUNCTION() local
1137 Z_PARAM_ARRAY_EX(options, 1, 0) in PHP_FUNCTION()
1143 if (options) { in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/zlib/
H A Dphp_zlib.h67 …pen(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **op…
/PHP-7.4/ext/sqlite3/tests/
H A Dstream_test.inc9 public function stream_open($path, $mode, $options, &$opened_path)
/PHP-7.4/ext/standard/tests/file/
H A Duserdirstream.phpt8 function dir_opendir($path, $options) {
/PHP-7.4/ext/curl/tests/
H A Dcurl_copy_handle_basic.phpt17 // set URL and other appropriate options
/PHP-7.4/ext/phar/
H A Dphar_internal.h526 …e(char *fname, size_t fname_len, char *alias, size_t alias_len, uint32_t options, phar_archive_dat…
527 …_t fname_len, char *alias, size_t alias_len, zend_bool is_data, uint32_t options, phar_archive_dat…
528 …_t fname_len, char *alias, size_t alias_len, zend_bool is_data, uint32_t options, phar_archive_dat…
532 …_t fname_len, char *alias, size_t alias_len, zend_bool is_data, uint32_t options, phar_archive_dat…
562 …, size_t fname_len, char *alias, size_t alias_len, int is_data, uint32_t options, phar_archive_dat…
567 …, size_t fname_len, char *alias, size_t alias_len, int is_data, uint32_t options, phar_archive_dat…
571 …, char *fname, size_t fname_len, char *alias, size_t alias_len, uint32_t options, phar_archive_dat…
/PHP-7.4/ext/filter/tests/
H A D032.phpt19 'options' => array("min_range"=>1, "max_range"=>10)
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_loadXML_variation3.phpt2 Test DOMDocument::loadXML() with LIBXML_DTDVALID and LIBXML_NOERROR options
H A DDOMDocument_load_variation3.phpt2 Test DOMDocument::load() with LIBXML_DTDVALID and LIBXML_NOERROR options
/PHP-7.4/ext/mbstring/
H A Dphp_mbregex.c468 …if (!rc || onig_get_options(rc) != options || onig_get_encoding(rc) != enc || onig_get_syntax(rc) … in php_mbregex_compile_pattern()
469 …if ((err_code = onig_new(&retval, (OnigUChar *)pattern, (OnigUChar *)(pattern + patlen), options, … in php_mbregex_compile_pattern()
899 OnigOptionType options; in _php_mb_regex_ereg_exec() local
921 options = MBREX(regex_default_options); in _php_mb_regex_ereg_exec()
923 options |= ONIG_OPTION_IGNORECASE; in _php_mb_regex_ereg_exec()
944 …re = php_mbregex_compile_pattern(Z_STRVAL_P(arg_pattern), Z_STRLEN_P(arg_pattern), options, MBREX(… in _php_mb_regex_ereg_exec()
1007 static void _php_mb_regex_ereg_replace_exec(INTERNAL_FUNCTION_PARAMETERS, OnigOptionType options, i… in _php_mb_regex_ereg_replace_exec() argument
1078 _php_mb_regex_init_options(option_str, option_str_len, &options, &syntax, &eval); in _php_mb_regex_ereg_replace_exec()
1080 options |= MBREX(regex_default_options); in _php_mb_regex_ereg_replace_exec()
1108 …re = php_mbregex_compile_pattern(arg_pattern, arg_pattern_len, options, MBREX(current_mbctype), sy… in _php_mb_regex_ereg_replace_exec()
[all …]
/PHP-7.4/ext/soap/tests/
H A Dtypemap001.phpt48 $options=Array(
55 $server = new SoapServer(__DIR__."/classmap.wsdl",$options);
H A Dtypemap002.phpt43 $options=Array(
50 $server = new SoapServer(__DIR__."/classmap.wsdl",$options);

Completed in 74 milliseconds

12345678910>>...18