Home
last modified time | relevance | path

Searched refs:options (Results 1 – 25 of 505) sorted by path

12345678910>>...21

/php-src/
H A DREADME.md58 `./configure --help` for a full list of options.
H A DUPGRADING306 . Calling DatePeriod::__construct(string $isostr, int $options = 0) is
H A DUPGRADING.INTERNALS128 - Added php-config --lib-dir and --lib-embed options for PHP embed SAPI.
131 - The configure options --with-oci8-11g, --with-oci8-12c, --with-oci8-19 have
218 options (from modifiers used in the expression, for example), and calls
219 pcre2_set_compile_extra_options() with those options.
H A Dbuildconf30 is used to customize the PHP build based on the provided options and system. PHP
37 buildconf [<options>]
/php-src/Zend/tests/
H A Dbug38779.phpt10 public function stream_open($path, $mode, $options, &$opened_path) {
H A Dbug38779_1.phpt10 public function stream_open($path, $mode, $options, &$opened_path) {
H A Dbug55578.phpt5 $options = array();
13 function test($options, $queryPart) {
17 var_dump(test($options, new Foo()));
H A Dbug74657.phpt12 public $options = [self::FOO => "bar"];
16 var_dump((new C)->options);
19 var_dump((new C)->options);
H A Dbug78340.phpt12 function stream_open($path, $mode, $options, $opened_path) {
H A Ddebug_backtrace_options.phpt2 debug_backtrace options
H A Ddebug_backtrace_with_include_and_this.phpt7 function stream_open($path, $mode, $options, $opened_path) {
H A Dgh10072.phpt29 …public function stream_open(string $path, string $mode, int $options = 0, ?string &$openedPath = n…
H A Dgh11735_1.phpt7 public function stream_open($path, $mode, $options, &$opened_path) {
H A Dgh11735_2.phpt7 public function stream_open($path, $mode, $options, &$opened_path) {
H A Dgh8548.phpt10 public function stream_open(string $path, string $mode, int $options): bool
H A Dgh8548_2.phpt10 public function dir_opendir(string $path, int $options): bool
/php-src/Zend/
H A Dzend_builtin_functions.c1758 zend_long options = 0; in ZEND_FUNCTION() local
1762 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|ll", &options, &limit) == FAILURE) { in ZEND_FUNCTION()
1766 zend_fetch_debug_backtrace(&backtrace, 1, options, limit); in ZEND_FUNCTION()
1777 ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int options, int limit)… in zend_fetch_debug_backtrace() argument
1887 if ((options & DEBUG_BACKTRACE_IGNORE_ARGS) == 0) { in zend_fetch_debug_backtrace()
1979 if ((options & DEBUG_BACKTRACE_PROVIDE_OBJECT) != 0) { in zend_fetch_debug_backtrace()
1993 if ((options & DEBUG_BACKTRACE_IGNORE_ARGS) == 0 && in zend_fetch_debug_backtrace()
2080 zend_long options = DEBUG_BACKTRACE_PROVIDE_OBJECT; in ZEND_FUNCTION() local
2083 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|ll", &options, &limit) == FAILURE) { in ZEND_FUNCTION()
2087 zend_fetch_debug_backtrace(return_value, 1, options, limit); in ZEND_FUNCTION()
H A Dzend_builtin_functions.h26 ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int options, int limit);
H A Dzend_builtin_functions.stub.php177 function debug_backtrace(int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT, int $limit = 0): array {} argument
179 function debug_print_backtrace(int $options = 0, int $limit = 0): void {} argument
H A Dzend_builtin_functions_arginfo.h184 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, options, IS_LONG, 0, "DEBUG_BACKTRACE_PROVIDE_OBJECT")
189 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, options, IS_LONG, 0, "0")
/php-src/build/
H A Dconfig.guess1237 if test -f /usr/options/cb.name; then
1238 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
H A Dgen_stub.php5899 $options = getopt( variable
5910 $printParameterStats = isset($options["parameter-stats"]);
5911 $verify = isset($options["verify"]);
5912 $verifyManual = isset($options["verify-manual"]);
5914 $generateClassSynopses = isset($options["generate-classsynopses"]);
5915 $replaceClassSynopses = isset($options["replace-classsynopses"]);
5916 $generateMethodSynopses = isset($options["generate-methodsynopses"]);
5917 $replaceMethodSynopses = isset($options["replace-methodsynopses"]);
5918 $generateOptimizerInfo = isset($options["generate-optimizer-info"]);
5919 $context->forceRegeneration = isset($options["f"]) || isset($options["force-regeneration"]);
[all …]
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-src/docs-old/
H A Dstreams.md49 int options, char **opened_path);
56 * `options` is a combination of the following values:
/php-src/docs/
H A Drelease-process.md1050 --export-options export-minimal \

Completed in 83 milliseconds

12345678910>>...21