Home
last modified time | relevance | path

Searched refs:options (Results 51 – 75 of 480) sorted by relevance

12345678910>>...20

/PHP-8.3/ext/bz2/
H A Dphp_bz2.h49 …pen(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **op…
53 …p_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper), (path),… argument
/PHP-8.3/ext/soap/tests/bugs/
H A Dbug28969.phpt15 function __construct($wsdl, $options) {
16 parent::__construct($wsdl, $options);
17 $this->server = new SoapServer($wsdl, $options);
H A Dbug29844.phpt19 function __construct($wsdl, $options) {
20 parent::__construct($wsdl, $options);
21 $this->server = new SoapServer($wsdl, $options);
H A Dbug42692.phpt16 function __construct($wsdl, $options) {
17 parent::__construct($wsdl, $options);
18 $this->server = new SoapServer($wsdl, $options);
H A Dbug46419.phpt14 function __construct($wsdl, $options) {
15 parent::__construct($wsdl, $options);
16 $this->server = new SoapServer($wsdl, $options);
H A Dbug34643.phpt20 function __construct($wsdl, $options) {
21 parent::__construct($wsdl, $options);
22 $this->server = new SoapServer($wsdl, $options);
H A Dbug50762.phpt20 function __construct($wsdl, $options) {
21 parent::__construct($wsdl, $options);
22 $this->server = new SoapServer($wsdl, $options);
/PHP-8.3/ext/sockets/tests/
H A Dsocket_set_option_rcvtimeo.phpt24 $options = array("sec" => 1, "usec" => 0);
25 $retval_2 = socket_set_option( $socket, SOL_SOCKET, SO_RCVTIMEO, $options);
29 var_dump($retval_3 === $options);
H A Dsocket_set_option_sndtimeo.phpt24 $options = array("sec" => 1, "usec" => 0);
25 $retval_2 = socket_set_option( $socket, SOL_SOCKET, SO_SNDTIMEO, $options);
29 var_dump($retval_3 === $options);
/PHP-8.3/ext/curl/tests/
H A Dcurl_copy_handle_variation2.phpt2 Test curl_copy_handle() add options to the handles
10 but this can only check on a limited amount of options...
13 echo "*** Testing curl_copy_handle(): add options after copy ***\n";
36 *** Testing curl_copy_handle(): add options after copy ***
/PHP-8.3/ext/zip/tests/
H A Doo_addglob2.phpt26 $options = [
29 if (!$zip->addGlob($dirname . 'foo.*', GLOB_BRACE, $options)) {
33 $options = [
40 if (!$zip->addGlob($dirname . 'bar.*', GLOB_BRACE, $options)) {
/PHP-8.3/ext/filter/
H A Dfilter.stub.php299 function filter_input(int $type, string $var_name, int $filter = FILTER_DEFAULT, array|int $options argument
301 function filter_var(mixed $value, int $filter = FILTER_DEFAULT, array|int $options = 0): mixed {} argument
304 function filter_input_array(int $type, array|int $options = FILTER_DEFAULT, bool $add_empty = true)… argument
307 function filter_var_array(array $array, array|int $options = FILTER_DEFAULT, bool $add_empty = true… argument
/PHP-8.3/ext/filter/tests/
H A Dbug73054.phpt9 'options' => ['default' => 2],
12 'options' => ['default' => 2],
H A D039.phpt99 filter_var_array(): Argument #2 ($options) must be of type array|int, string given
107 filter_var_array(): Argument #2 ($options) must be of type array|int, string given
115 filter_var_array(): Argument #2 ($options) must be of type array|int, string given
117 filter_var_array(): Argument #2 ($options) must be of type array|int, stdClass given
133 filter_var_array(): Argument #2 ($options) cannot contain empty keys
134 filter_var_array(): Argument #2 ($options) cannot contain empty keys
151 filter_var_array(): Argument #2 ($options) must be of type array|int, string given
/PHP-8.3/ext/json/
H A Dphp_json_encoder.h36 zend_result php_json_encode_zval(smart_str *buf, zval *val, int options, php_json_encoder *encoder);
38 zend_result php_json_escape_string(smart_str *buf, const char *s, size_t len, int options, php_json…
H A Dphp_json_scanner.h36 int options; /* options */ member
43 void php_json_scanner_init(php_json_scanner *scanner, const char *str, size_t str_len, int options);
/PHP-8.3/ext/standard/tests/streams/
H A Dstream_context_set_options_basic.phpt7 $options = [
13 var_dump(stream_context_set_options($context, $options));
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-8.3/ext/soap/tests/
H A Dclassmap003.phpt31 function __construct($wsdl, $options) {
32 parent::__construct($wsdl, $options);
33 $this->server = new SoapServer($wsdl, $options);
/PHP-8.3/ext/standard/
H A Dphp_fopen_wrappers.h22 …ttp(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **op…
23 …ftp(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **op…
/PHP-8.3/ext/imap/tests/setup/
H A Dskipif.inc4 $options = OP_HALFOPEN; // this should be enough to verify server present
7 $mbox = @imap_open(IMAP_SERVER, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD, $options, $retries);
/PHP-8.3/ext/session/
H A Dmod_files.sh37 options="\"Delete directory contents\" \"Choose another directory\" \"Quit\""
38 eval set $options
/PHP-8.3/ext/mbstring/
H A Dmbstring.stub.php199 function mb_ereg_replace(string $pattern, string $replacement, string $string, ?string $options = n… argument
202 function mb_eregi_replace(string $pattern, string $replacement, string $string, ?string $options = … argument
205 …e_callback(string $pattern, callable $callback, string $string, ?string $options = null): string|f… argument
213 function mb_ereg_match(string $pattern, string $string, ?string $options = null): bool {} argument
215 function mb_ereg_search(?string $pattern = null, ?string $options = null): bool {} argument
221 function mb_ereg_search_pos(?string $pattern = null, ?string $options = null): array|false {} argument
227 function mb_ereg_search_regs(?string $pattern = null, ?string $options = null): array|false {} argument
229 function mb_ereg_search_init(string $string, ?string $pattern = null, ?string $options = null): boo… argument
242 function mb_regex_set_options(?string $options = null): string {} argument
/PHP-8.3/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-8.3/ext/standard/tests/http/
H A Dbug75981.phpt11 $options = [
18 $ctx = stream_context_create($options);

Completed in 27 milliseconds

12345678910>>...20