Home
last modified time | relevance | path

Searched refs:options (Results 476 – 496 of 496) sorted by relevance

1...<<11121314151617181920

/PHP-8.2/ext/reflection/
H A Dphp_reflection_arginfo.h120 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, options, IS_LONG, 0, "DEBUG_BACKTRACE_PROVIDE_OBJECT")
613 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, options, IS_LONG, 0, "DEBUG_BACKTRACE_PROVIDE_OBJECT")
H A Dphp_reflection.c2243 zend_long options = DEBUG_BACKTRACE_PROVIDE_OBJECT; in ZEND_METHOD() local
2250 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|l", &options) == FAILURE) { in ZEND_METHOD()
2268 zend_fetch_debug_backtrace(return_value, 0, options, 0); in ZEND_METHOD()
7091 zend_long options = DEBUG_BACKTRACE_PROVIDE_OBJECT; in ZEND_METHOD() local
7096 Z_PARAM_LONG(options); in ZEND_METHOD()
7109 zend_fetch_debug_backtrace(return_value, 0, options, 0); in ZEND_METHOD()
/PHP-8.2/main/
H A Dmain.c2463 if (primary_file->filename && !(SG(options) & SAPI_OPTION_NO_CHDIR)) { in php_execute_script_ex()
2571 if (primary_file->filename && !(SG(options) & SAPI_OPTION_NO_CHDIR)) { in php_execute_simple_script()
/PHP-8.2/sapi/litespeed/
H A Dlsapi_main.c1242 SG(options) |= SAPI_OPTION_NO_CHDIR; in cli_main()
/PHP-8.2/ext/standard/tests/file/
H A Dfile.inc85 $file_handle = file handle, opened with write options,
/PHP-8.2/
H A DUPGRADING244 . Calling DatePeriod::__construct(string $isostr, int $options = 0) is
/PHP-8.2/ext/fileinfo/libmagic/
H A Dapprentice.c2802 int options = 0; in getvalue() local
2805 pattern = convert_libmagic_pattern(m->value.s, strlen(m->value.s), options); in getvalue()
/PHP-8.2/sapi/fpm/tests/
H A Dfcgi.inc223 * This transport is more low level than stream and supports some extra socket options like
/PHP-8.2/ext/curl/
H A Dcurl_arginfo.h108 ZEND_ARG_TYPE_INFO(0, options, IS_ARRAY, 0)
/PHP-8.2/ext/intl/uchar/
H A Duchar.stub.php1431 …public static function foldCase(int|string $codepoint, int $options = IntlChar::FOLD_CASE_DEFAULT)… argument
H A Duchar_arginfo.h57 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, options, IS_LONG, 0, "IntlChar::FOLD_CASE_DEFAULT")
/PHP-8.2/ext/date/lib/
H A Dparse_date.re2675 void timelib_fill_holes(timelib_time *parsed, timelib_time *now, int options)
2677 if (!(options & TIMELIB_OVERRIDE_TIME) && parsed->have_date && !parsed->have_time) {
2699 …parsed->tz_info = now->tz_info ? (!(options & TIMELIB_NO_CLONE) ? timelib_tzinfo_clone(now->tz_inf…
H A Dparse_date.c25525 void timelib_fill_holes(timelib_time *parsed, timelib_time *now, int options) in timelib_fill_holes() argument
25527 if (!(options & TIMELIB_OVERRIDE_TIME) && parsed->have_date && !parsed->have_time) { in timelib_fill_holes()
25549 …parsed->tz_info = now->tz_info ? (!(options & TIMELIB_NO_CLONE) ? timelib_tzinfo_clone(now->tz_inf… in timelib_fill_holes()
/PHP-8.2/ext/pgsql/
H A Dpgsql.c4460 uint32_t options = PCRE2_NO_AUTO_CAPTURE; in php_pgsql_convert_match() local
4474 options |= PCRE2_CASELESS; in php_pgsql_convert_match()
4477 …re = pcre2_compile((PCRE2_SPTR)regex, regex_len, options, &errnumber, &err_offset, php_pcre_cctx()… in php_pgsql_convert_match()
/PHP-8.2/build/
H A Dlibtool.m41131 # Check to see if options -c and -o are simultaneously supported by compiler
3650 # The compiler driver will combine and reorder linker options,
4029 # See if we are running on zsh, and set the options which allow our commands through
4156 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
4274 # Does compiler simultaneously support -c and -o options?
4787 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
5075 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
6075 # The compiler driver will combine and reorder linker options,
/PHP-8.2/sapi/cgi/
H A Dcgi_main.c2280 SG(options) |= SAPI_OPTION_NO_CHDIR;
/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_ps.c805 conn->options->int_and_float_native, in mysqlnd_fetch_stmt_row_cursor()
/PHP-8.2/ext/openssl/
H A Dxp_ssl.c2680 const char *persistent_id, int options, int flags, in php_openssl_ssl_socket_factory() argument
/PHP-8.2/docs/
H A Drelease-process.md1020 --export-options export-minimal \
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic1347 # channels/options
1382 # channels/options
1422 ## channels/options
1457 # channels/options
1492 # channels/options
1527 # channels/options
1562 # channels/options
10838 # index options like: 24h E0h E8h
10841 >14 ubyte x \b, index options (%#x
39462 >>&0 regex/c \^options]\r\n Microsoft HTML Help Project
[all …]
H A Dmagic私はガラスを食べられます1347 # channels/options
1382 # channels/options
1422 ## channels/options
1457 # channels/options
1492 # channels/options
1527 # channels/options
1562 # channels/options
10838 # index options like: 24h E0h E8h
10841 >14 ubyte x \b, index options (%#x
39462 >>&0 regex/c \^options]\r\n Microsoft HTML Help Project
[all …]

Completed in 493 milliseconds

1...<<11121314151617181920