Home
last modified time | relevance | path

Searched refs:options (Results 151 – 175 of 427) sorted by relevance

12345678910>>...18

/PHP-7.4/ext/filter/tests/
H A Dcallback_non_modified_var.phpt11 var_dump(filter_var($var, FILTER_CALLBACK, array('options'=>'callback')));
H A Dbug50632.phpt7 …ET, 'foo', FILTER_VALIDATE_INT, array('flags' => FILTER_REQUIRE_SCALAR, 'options' => array('defaul…
H A Dbug81708.phpt15 ["options" => ['min_range' => -1, 'max_range' => 1]]
/PHP-7.4/ext/tidy/tests/
H A D015.phpt2 Passing configuration options through tidy_parse_file().
H A D014.phpt2 Passing configuration options through tidy_parse_string().
/PHP-7.4/ext/standard/tests/streams/
H A Dbug71884.phpt10 Warning: stream_context_get_default(): options should have the form ["wrappername"]["optionname"] =…
H A Dstream_get_line_NUL_delimiter.phpt7 function stream_open($path, $mode, $options, &$opened_path) {
H A Dproc_open_bug64438.phpt16 $options = array_merge(array('suppress_errors' => true, 'bypass_shell' => false));
17 $process = proc_open($cmd, $descriptors, $pipes, getcwd(), array(), $options);
/PHP-7.4/ext/dom/tests/
H A Dbug74004.phpt2 … (DOMDocument->loadHTML and ->loadHTMLFile do not heed LIBXML_NOWARNING and LIBXML_NOERROR options)
/PHP-7.4/ext/soap/tests/
H A Dclassmap002.phpt29 $options=Array(
34 $client = new TestSoapClient(__DIR__."/classmap.wsdl",$options);
H A Dtypemap010.phpt43 $options=Array(
50 $server = new SoapServer(__DIR__."/classmap.wsdl",$options);
H A Dtypemap011.phpt33 $options=Array(
40 $client = new TestSoapClient(__DIR__."/classmap.wsdl",$options);
H A Dbug79536.phpt48 $options=Array(
55 $server = new SoapServer(__DIR__."/classmap.wsdl",$options);
/PHP-7.4/ext/zlib/
H A Dzlib.c757 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("dictionary"))) != NULL) { in zlib_create_dictionary_string()
837 HashTable *options = NULL; in PHP_FUNCTION() local
844 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("window"))) != NULL) { in PHP_FUNCTION()
852 if (!zlib_create_dictionary_string(options, &dict, &dictlen)) { in PHP_FUNCTION()
1073 HashTable *options = NULL; in PHP_FUNCTION() local
1080 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("level"))) != NULL) { in PHP_FUNCTION()
1088 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("memory"))) != NULL) { in PHP_FUNCTION()
1096 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("window"))) != NULL) { in PHP_FUNCTION()
1104 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("strategy"))) != NULL) { in PHP_FUNCTION()
1119 if (!zlib_create_dictionary_string(options, &dict, &dictlen)) { in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/imap/tests/
H A Dimap_close_variation4.phpt2 Test imap_close() function : usage variations - different ints as $options arg
9 /* Prototype : bool imap_close(resource $stream_id [, int $options])
15 * Pass different integers as $options arg to imap_close() to test which are
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug35142.phpt21 function __construct($wsdl, $options) {
22 parent::__construct($wsdl, $options);
23 $this->server = new SoapServer($wsdl, $options);
H A Dbug36226-2.phpt19 function __construct($wsdl, $options) {
20 parent::__construct($wsdl, $options);
21 $this->server = new SoapServer($wsdl, $options);
H A Dbug41477.phpt18 string(7) "options"
H A Dbug36226.phpt21 function __construct($wsdl, $options) {
22 parent::__construct($wsdl, $options);
23 $this->server = new SoapServer($wsdl, $options);
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c221 PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, in pcre2_substitute() argument
260 if ((options & (PCRE2_PARTIAL_HARD|PCRE2_PARTIAL_SOFT)) != 0) in pcre2_substitute()
266 use_existing_match = ((options & PCRE2_SUBSTITUTE_MATCHED) != 0); in pcre2_substitute()
267 replacement_only = ((options & PCRE2_SUBSTITUTE_REPLACEMENT_ONLY) != 0); in pcre2_substitute()
324 if (utf && (options & PCRE2_NO_UTF_CHECK) == 0) in pcre2_substitute()
337 suboptions = options & SUBSTITUTE_OPTIONS; in pcre2_substitute()
338 options &= ~SUBSTITUTE_OPTIONS; in pcre2_substitute()
367 else rc = pcre2_match(code, subject, length, start_offset, options|goptions, in pcre2_substitute()
371 if (utf) options |= PCRE2_NO_UTF_CHECK; /* Only need to check once */ in pcre2_substitute()
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c69 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter() argument
77 set_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
102 if (options & SLJIT_F64_ALIGNMENT) in sljit_emit_enter()
173 if (options & SLJIT_F64_ALIGNMENT) in sljit_emit_enter()
218 if (options & SLJIT_F64_ALIGNMENT) { in sljit_emit_enter()
248 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context() argument
253 set_set_context(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_set_context()
274 if (options & SLJIT_F64_ALIGNMENT) in sljit_set_context()
281 if (options & SLJIT_F64_ALIGNMENT) in sljit_set_context()
303 if (compiler->options & SLJIT_F64_ALIGNMENT) in sljit_emit_return()
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Dbug77135.phpt10 $options = [
20 foreach ($options as $name => $flags) {
/PHP-7.4/ext/standard/tests/file/
H A Dbug60120.phpt23 $options = array_merge(array('suppress_errors' => true, 'bypass_shell' => false));
24 $process = proc_open($cmd, $descriptors, $pipes, getcwd(), array(), $options);
/PHP-7.4/ext/pcre/tests/
H A Dbug77193.phpt18 filter_var('http', FILTER_VALIDATE_REGEXP, ['options' => ['regexp' => '/^http$/i']]);
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug48764.phpt52 function bug($db, $options = array()) {
54 $stmt = $db->prepare("SELECT ?", $options);

Completed in 103 milliseconds

12345678910>>...18