Home
last modified time | relevance | path

Searched refs:options (Results 76 – 100 of 505) sorted by relevance

12345678910>>...21

/php-src/ext/curl/tests/
H A Dbug48203_multi.phpt14 $options = array(
22 $options[CURLOPT_VERBOSE] = 1;
26 $options[CURLOPT_UPLOAD] = 1;
29 curl_setopt_array($ch1, $options);
30 curl_setopt_array($ch2, $options);
/php-src/ext/soap/tests/bugs/
H A Dbug50762.phpt20 function __construct($wsdl, $options) {
21 parent::__construct($wsdl, $options);
22 $this->server = new SoapServer($wsdl, $options);
H A Dbug30928.phpt22 function __construct($wsdl, $options) {
23 parent::__construct($wsdl, $options);
24 $this->server = new SoapServer($wsdl, $options);
H A Dbug31695.phpt16 function __construct($wsdl, $options=array()) {
17 parent::__construct($wsdl, $options);
18 $this->server = new SoapServer($wsdl, $options);
/php-src/ext/soap/tests/
H A Dclassmap006.phpt36 function __construct($wsdl, $options) {
37 parent::__construct($wsdl, $options);
38 $this->server = new SoapServer($wsdl, $options);
H A Dclassmap004.phpt39 function __construct($wsdl, $options) {
40 parent::__construct($wsdl, $options);
41 $this->server = new SoapServer($wsdl, $options);
H A Dclassmap007.phpt36 function __construct($wsdl, $options) {
37 parent::__construct($wsdl, $options);
38 $this->server = new SoapServer($wsdl, $options);
/php-src/sapi/phpdbg/
H A Dphpdbg.stub.php45 function phpdbg_end_oplog(array $options = []): ?array {} argument
47 function phpdbg_get_executable(array $options = []): array {} argument
/php-src/ext/standard/tests/streams/
H A Dbug40459.phpt15 function stream_open($path, $mode, $options, &$opened_path)
37 function mkdir($dir, $mode, $options)
42 function rmdir($dir, $options)
47 function dir_opendir($url, $options)
/php-src/ext/standard/tests/http/
H A Dbug75981.phpt11 $options = [
18 $ctx = stream_context_create($options);
H A Dbug73297.phpt11 $options = [
18 $ctx = stream_context_create($options);
/php-src/ext/sodium/tests/
H A Dbug78516.phpt13 var_dump(password_get_info($pass)['options']['memory_cost']);
16 var_dump(password_get_info($pass)['options']['memory_cost']);
/php-src/ext/dom/tests/
H A Dxml_parsing_LIBXML_RECOVER.phpt9 $dom->loadXML('<root><child/>', options: LIBXML_RECOVER);
12 $dom = DOM\XMLDocument::createFromString('<root><child/>', options: LIBXML_RECOVER);
/php-src/main/streams/
H A Dplain_wrapper.c1070 if (options & STREAM_USE_GLOB_DIR_OPEN) { in php_plain_files_dir_opener()
1108 int persistent = options & STREAM_OPEN_PERSISTENT; in _php_stream_fopen()
1116 if (options & STREAM_ASSUME_REALPATH) { in _php_stream_fopen()
1146 if (options & STREAM_OPEN_FOR_INCLUDE) { in _php_stream_fopen()
1170 if (options & STREAM_OPEN_FOR_INCLUDE) { in _php_stream_fopen()
1189 if (options & STREAM_USE_BLOCKING_PIPE) { in _php_stream_fopen()
1214 return php_stream_fopen_rel(path, mode, opened_path, options); in php_plain_files_stream_opener()
1257 if (options & REPORT_ERRORS) { in php_plain_files_unlink()
1376 if (!(options & PHP_STREAM_MKDIR_RECURSIVE)) { in php_plain_files_mkdir()
1432 if (options & REPORT_ERRORS) { in php_plain_files_mkdir()
[all …]
H A Dstreams.c1966 if (options & IGNORE_URL) {
2016 if (options & REPORT_ERRORS) {
2055 if (options & REPORT_ERRORS) {
2069 if (options & REPORT_ERRORS) {
2201 if (options & USE_PATH) {
2211 options &= ~USE_PATH;
2273 (options & STREAM_WILL_CAST)
2292 if (options & REPORT_ERRORS) {
2299 options &= ~REPORT_ERRORS;
2362 ZVAL_UNDEF(&context->options);
[all …]
/php-src/ext/date/tests/
H A DDateTimePeriod_inherited_serialization.phpt13 int $options = 0,
16 parent::__construct($start, $interval, $recurrences, $options);
/php-src/ext/gmp/tests/
H A Dgmp_export.phpt10 // format is [output, size, options, expected]
68 // Invalid options
85 gmp_export(): Argument #3 ($flags) cannot use multiple word order options
86 gmp_export(): Argument #3 ($flags) cannot use multiple endian options
/php-src/ext/fileinfo/tests/
H A Dbug57547.phpt2 Bug #57547 Settings options on file doesn't give same result as constructor options
/php-src/ext/filter/tests/
H A D045.phpt7 $a = array("flags"=>(string)FILTER_FLAG_ALLOW_HEX, "options" => array("min_range"=>"0", "max_range"…
9 echo ($ret === 255 && $a["options"]["min_range"] === "0")?"ok\n":"bug\n";
10 echo ($ret === 255 && $a["options"]["max_range"] === "1024")?"ok\n":"bug\n";
/php-src/ext/pdo_mysql/tests/
H A Dbug_50323.phpt29 $options = $old_options;
31 $options[$k] = $v;
34 foreach ($options as $k => $v)
/php-src/ext/simplexml/
H A Dsimplexml.stub.php5 …le(string $filename, ?string $class_name = SimpleXMLElement::class, int $options = 0, string $name… argument
7 …string(string $data, ?string $class_name = SimpleXMLElement::class, int $options = 0, string $name… argument
41 …public function __construct(string $data, int $options = 0, bool $dataIsURL = false, string $names… argument
/php-src/ext/hash/tests/
H A Dxxhash_seed.phpt8 $ctx = hash_init($a, options: ["seed" => 42]);
16 …$h0 = hash($a, "Lorem ipsum dolor sit amet, consectetur adipiscing elit.", options: ["seed" => 42]…
/php-src/ext/opcache/tests/jit/
H A Dgh12585.phpt19 int $options = 0,
22 parent::__construct($start, $interval, $recurrences, $options);
/php-src/ext/openssl/tests/
H A Dbug72165.phpt8 $options = ['config' => __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf'];
9 $var2 = openssl_csr_new([0], $var0, $options, [0]);
/php-src/ext/filter/
H A Dfilter.c273 filter_func.function(value, flags, options, charset); in php_zval_filter()
276 if (options && Z_TYPE_P(options) == IS_ARRAY && in php_zval_filter()
280 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(options), "default", sizeof("default") - 1)) != NULL) { in php_zval_filter()
380 php_zval_filter_recursive(element, filter, flags, options, charset, copy); in php_zval_filter_recursive()
382 php_zval_filter(element, filter, flags, options, charset, copy); in php_zval_filter_recursive()
387 php_zval_filter(value, filter, flags, options, charset, copy); in php_zval_filter_recursive()
461 zval *options = NULL; in php_filter_call() local
484 options = option; in php_filter_call()
487 options = option; in php_filter_call()
511 php_zval_filter_recursive(filtered, filter, filter_flags, options, charset, copy); in php_filter_call()
[all …]

Completed in 60 milliseconds

12345678910>>...21