Home
last modified time | relevance | path

Searched refs:options (Results 26 – 50 of 490) sorted by path

12345678910>>...20

/PHP-7.2/ext/curl/tests/
H A Dcurl_basic_018.phpt30 $options = array(
35 curl_setopt_array($chs[0], $options); //set the options
36 curl_setopt_array($chs[1], $options); //set the options
37 curl_setopt_array($chs[2], $options); //set the options
H A Dcurl_copy_handle_basic.phpt17 // set URL and other appropriate options
H A Dcurl_copy_handle_variation1.phpt2 Test curl_copy_handle() change options in one handle
17 // set URL and other appropriate options
H A Dcurl_copy_handle_variation2.phpt2 Test curl_copy_handle() add options to the handles
12 but this can only check on a limited amount of options...
15 echo "*** Testing curl_copy_handle(): add options after copy ***\n";
39 *** Testing curl_copy_handle(): add options after copy ***
H A Dcurl_setopt_array_basic.phpt2 curl_setopt_array() function - tests setting multiple cURL options with curl_setopt_array()
11 * Prototype: bool curl_setopt_array(resource $ch, array $options)
12 * Description: Sets multiple options for a cURL session.
32 echo '== Starting test curl_setopt_array($ch, $options); ==' . "\n";
37 // options for the curl handler
38 $options = array (
45 curl_setopt_array($ch, $options);
54 == Starting test curl_setopt_array($ch, $options); ==
/PHP-7.2/ext/date/lib/
H A Dparse_date.c25349 void timelib_fill_holes(timelib_time *parsed, timelib_time *now, int options) in timelib_fill_holes() argument
25351 if (!(options & TIMELIB_OVERRIDE_TIME) && parsed->have_date && !parsed->have_time) { in timelib_fill_holes()
25378 …parsed->tz_info = now->tz_info ? (!(options & TIMELIB_NO_CLONE) ? timelib_tzinfo_clone(now->tz_inf… in timelib_fill_holes()
H A Dparse_date.re2243 void timelib_fill_holes(timelib_time *parsed, timelib_time *now, int options)
2245 if (!(options & TIMELIB_OVERRIDE_TIME) && parsed->have_date && !parsed->have_time) {
2272 …parsed->tz_info = now->tz_info ? (!(options & TIMELIB_NO_CLONE) ? timelib_tzinfo_clone(now->tz_inf…
H A Dtimelib.c280 void timelib_dump_date(timelib_time *d, int options) in timelib_dump_date() argument
282 if ((options & 2) == 2) { in timelib_dump_date()
313 if ((options & 1) == 1) { in timelib_dump_date()
H A Dtimelib.h439 void timelib_fill_holes(timelib_time *parsed, timelib_time *now, int options);
788 void timelib_dump_date(timelib_time *d, int options);
/PHP-7.2/ext/date/
H A Dphp_date.c4612 zend_long recurrences = 0, options = 0; in PHP_METHOD() local
4619 …l|l", &start, date_ce_interface, &interval, date_ce_interval, &recurrences, &options) == FAILURE) { in PHP_METHOD()
4620 …t, date_ce_interface, &interval, date_ce_interval, &end, date_ce_interface, &options) == FAILURE) { in PHP_METHOD()
4621 …s_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "s|l", &isostr, &isostr_len, &options) == FAILURE) { in PHP_METHOD()
4684 dpobj->include_start_date = !(options & PHP_DATE_PERIOD_EXCLUDE_START_DATE); in PHP_METHOD()
/PHP-7.2/ext/date/tests/
H A Dgmdate_variation10.phpt2 Test gmdate() function : usage variation - Passing Timezone format options to format argument.
H A Dgmdate_variation11.phpt2 Test gmdate() function : usage variation - Passing Full Date/Time format options to format argument.
H A Dgmdate_variation6.phpt2 Test gmdate() function : usage variation - Passing Month format options to format argument.
H A Dgmdate_variation7.phpt2 Test gmdate() function : usage variation - Passing Year format options to format argument.
H A Dgmdate_variation8.phpt2 Test gmdate() function : usage variation - Passing Year format options to format argument.
H A Dgmdate_variation9.phpt2 Test gmdate() function : usage variation - Passing Time format options to format argument.
/PHP-7.2/ext/dom/
H A Ddocument.c122 ZEND_ARG_INFO(0, options)
131 ZEND_ARG_INFO(0, options)
136 ZEND_ARG_INFO(0, options)
148 ZEND_ARG_INFO(0, options)
153 ZEND_ARG_INFO(0, options)
158 ZEND_ARG_INFO(0, options)
1481 zend_long options = 0; in dom_parse_document() local
1572 zend_long options = 0; in PHP_FUNCTION() local
1618 zend_long options = 0; in PHP_FUNCTION() local
2003 zend_long options = 0; in dom_load_html() local
[all …]
/PHP-7.2/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
H A Dbug74004.phpt2 … (DOMDocument->loadHTML and ->loadHTMLFile do not heed LIBXML_NOWARNING and LIBXML_NOERROR options)
/PHP-7.2/ext/fileinfo/
H A Dfileinfo.c44 zend_long options; member
115 ZEND_ARG_INFO(0, options)
125 ZEND_ARG_INFO(0, options)
129 ZEND_ARG_INFO(0, options)
135 ZEND_ARG_INFO(0, options)
343 finfo->options = options; in PHP_FUNCTION()
405 zend_long options; in PHP_FUNCTION() local
425 finfo->options = options; in PHP_FUNCTION()
437 zend_long options = 0; in _php_finfo_get_type() local
493 if (options) { in _php_finfo_get_type()
[all …]
H A Dlibmagic.patch618 + int options = 0;
621 + convert_libmagic_pattern(&pattern, m->value.s, strlen(m->value.s), options);
1558 +convert_libmagic_pattern(zval *pattern, char *val, int len, int options);
3367 +convert_libmagic_pattern(zval *pattern, char *val, int len, int options)
3389 + if (options & PCRE_CASELESS)
3392 + if (options & PCRE_MULTILINE)
3412 + int options = 0;
3417 + options |= PCRE_MULTILINE;
3427 + options |= PCRE_CASELESS;
3430 + convert_libmagic_pattern(&pattern, (char *)m->value.s, m->vallen, options);
/PHP-7.2/ext/fileinfo/libmagic/
H A Dapprentice.c2528 int options = 0; in getvalue() local
2531 convert_libmagic_pattern(&pattern, m->value.s, strlen(m->value.s), options); in getvalue()
H A Dfile.h492 convert_libmagic_pattern(zval *pattern, char *val, int len, int options);
H A Dsoftmagic.c1687 convert_libmagic_pattern(zval *pattern, char *val, int len, int options) in convert_libmagic_pattern() argument
1709 if (options & PCRE_CASELESS) in convert_libmagic_pattern()
1712 if (options & PCRE_MULTILINE) in convert_libmagic_pattern()
1882 int options = 0; in magiccheck() local
1885 options |= PCRE_MULTILINE; in magiccheck()
1888 options |= PCRE_CASELESS; in magiccheck()
1891 convert_libmagic_pattern(&pattern, (char *)m->value.s, m->vallen, options); in magiccheck()

Completed in 124 milliseconds

12345678910>>...20