Home
last modified time | relevance | path

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

12345678910>>...19

/PHP-7.3/ext/soap/tests/
H A Dclassmap001.phpt39 $options=Array(
44 $server = new SoapServer(dirname(__FILE__)."/classmap.wsdl",$options);
H A Dtypemap008.phpt26 $options=Array(
35 $client = new TestSoapClient(NULL, $options);
H A Dtypemap001.phpt48 $options=Array(
55 $server = new SoapServer(dirname(__FILE__)."/classmap.wsdl",$options);
H A Dtypemap002.phpt43 $options=Array(
50 $server = new SoapServer(dirname(__FILE__)."/classmap.wsdl",$options);
/PHP-7.3/sapi/phpdbg/tests/
H A Dphpdbg_get_executable_stream_wrapper.phpt31 int $options = 0,
76 * If we call phpdbg_get_executable() and pass no options, the realpath of the
/PHP-7.3/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.3/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.3/ext/json/tests/
H A Dbug63737.phpt2 Bug #63737 (json_decode does not properly decode with options parameter)
/PHP-7.3/ext/standard/tests/streams/
H A Dbug60455_04.phpt8 function stream_open($path, $mode, $options, &$opened_path) {
H A Dstream_context_set_option_error_001.phpt13 // Array of options
H A Duser-stream-error.phpt7 public function stream_open($path, $mode, $options, &$opened_path) {
/PHP-7.3/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c2605 static STRUCT_XMLRPC_OPTIONS options = { in XMLRPC_GetDefaultOptions() local
2609 return &options; in XMLRPC_GetDefaultOptions()
2631 XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); in XMLRPC_GetDefaultIdCase() local
2632 return options->id_case; in XMLRPC_GetDefaultIdCase()
2656 XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); in XMLRPC_SetDefaultIdCase() local
2657 options->id_case = id_case; in XMLRPC_SetDefaultIdCase()
2658 return options->id_case; in XMLRPC_SetDefaultIdCase()
2682 XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); in XMLRPC_GetDefaultIdCaseComparison() local
2683 return options->id_case_compare; in XMLRPC_GetDefaultIdCaseComparison()
2708 options->id_case_compare = id_case_compare; in XMLRPC_SetDefaultIdCaseComparison()
[all …]
/PHP-7.3/ext/standard/
H A Dstreamsfuncs.c1000 ZVAL_COPY(return_value, &context->options); in PHP_FUNCTION()
1012 zval *options; in PHP_FUNCTION() local
1016 Z_PARAM_ARRAY(options) in PHP_FUNCTION()
1093 Z_TRY_ADDREF(context->options); in PHP_FUNCTION()
1127 zval *options = NULL; in PHP_FUNCTION() local
1131 Z_PARAM_ARRAY(options) in PHP_FUNCTION()
1139 parse_context_options(context, options); in PHP_FUNCTION()
1149 zval *options = NULL, *params = NULL; in PHP_FUNCTION() local
1154 Z_PARAM_ARRAY_EX(options, 1, 0) in PHP_FUNCTION()
1160 if (options) { in PHP_FUNCTION()
[all …]
/PHP-7.3/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.3/ext/mysqli/tests/
H A Dbug73800.phpt19 $link->options(MYSQLI_OPT_INT_AND_FLOAT_NATIVE, 1);
/PHP-7.3/ext/phar/
H A Dphar_internal.h531 …e(char *fname, size_t fname_len, char *alias, size_t alias_len, 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…
533 …_t fname_len, char *alias, size_t alias_len, zend_bool is_data, uint32_t options, phar_archive_dat…
537 …_t fname_len, char *alias, size_t alias_len, zend_bool 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…
572 …, size_t fname_len, char *alias, size_t alias_len, int is_data, uint32_t options, phar_archive_dat…
576 …, char *fname, size_t fname_len, char *alias, size_t alias_len, uint32_t options, phar_archive_dat…
/PHP-7.3/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()
896 OnigOptionType options; in _php_mb_regex_ereg_exec() local
916 options = MBREX(regex_default_options); in _php_mb_regex_ereg_exec()
918 options |= ONIG_OPTION_IGNORECASE; in _php_mb_regex_ereg_exec()
937 …re = php_mbregex_compile_pattern(Z_STRVAL_P(arg_pattern), Z_STRLEN_P(arg_pattern), options, MBREX(… in _php_mb_regex_ereg_exec()
1000 static void _php_mb_regex_ereg_replace_exec(INTERNAL_FUNCTION_PARAMETERS, OnigOptionType options, i… in _php_mb_regex_ereg_replace_exec() argument
1071 _php_mb_regex_init_options(option_str, option_str_len, &options, &syntax, &eval); in _php_mb_regex_ereg_replace_exec()
1073 options |= MBREX(regex_default_options); in _php_mb_regex_ereg_replace_exec()
1097 …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.3/ext/sqlite3/tests/
H A Dstream_test.inc9 public function stream_open($path, $mode, $options, &$opened_path)
/PHP-7.3/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.3/ext/standard/tests/file/
H A Duserdirstream.phpt8 function dir_opendir($path, $options) {
H A Dpathinfo_error.phpt5 /* Prototype: mixed pathinfo ( string $path [, int $options] );
/PHP-7.3/ext/curl/tests/
H A Dcurl_copy_handle_basic.phpt17 // set URL and other appropriate options
/PHP-7.3/ext/dom/tests/
H A DDOMDocument_loadXML_variation3.phpt2 Test DOMDocument::loadXML() with LIBXML_DTDVALID and LIBXML_NOERROR options

Completed in 49 milliseconds

12345678910>>...19