Home
last modified time | relevance | path

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

12345678910>>...18

/PHP-7.4/ext/soap/tests/bugs/
H A Dbug46419.phpt13 function __construct($wsdl, $options) {
14 parent::__construct($wsdl, $options);
15 $this->server = new SoapServer($wsdl, $options);
H A Dbug34643.phpt19 function __construct($wsdl, $options) {
20 parent::__construct($wsdl, $options);
21 $this->server = new SoapServer($wsdl, $options);
H A Dbug50762.phpt19 function __construct($wsdl, $options) {
20 parent::__construct($wsdl, $options);
21 $this->server = new SoapServer($wsdl, $options);
H A Dbug30928.phpt21 function __construct($wsdl, $options) {
22 parent::__construct($wsdl, $options);
23 $this->server = new SoapServer($wsdl, $options);
/PHP-7.4/ext/curl/tests/
H A Dcurl_copy_handle_variation2.phpt2 Test curl_copy_handle() add options to the handles
12 but this can only check on a limited amount of options...
15 echo "*** Testing curl_copy_handle(): add options after copy ***\n";
39 *** Testing curl_copy_handle(): add options after copy ***
H A Dbug48203_multi.phpt16 $options = array(
24 $options[CURLOPT_VERBOSE] = 1;
28 $options[CURLOPT_UPLOAD] = 1;
31 curl_setopt_array($ch1, $options);
32 curl_setopt_array($ch2, $options);
/PHP-7.4/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-7.4/ext/standard/
H A Dphp_fopen_wrappers.h24 …ttp(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **op…
25 …ftp(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **op…
/PHP-7.4/ext/json/
H A Dphp_json_scanner.h38 int options; /* options */ member
45 void php_json_scanner_init(php_json_scanner *scanner, char *str, size_t str_len, int options);
H A Dphp_json.h101 PHP_JSON_API int php_json_encode_ex(smart_str *buf, zval *val, int options, zend_long depth);
102 PHP_JSON_API int php_json_encode(smart_str *buf, zval *val, int options);
103 …_json_decode_ex(zval *return_value, char *str, size_t str_len, zend_long options, zend_long depth);
/PHP-7.4/ext/soap/tests/
H A Dclassmap003.phpt30 function __construct($wsdl, $options) {
31 parent::__construct($wsdl, $options);
32 $this->server = new SoapServer($wsdl, $options);
H A Dbug77088.phpt2 Bug #77088 (Segfault when using SoapClient with null options)
12 $options = NULL;
13 $sClient = new SoapClient("test.wsdl", $options);
H A Dclassmap004.phpt38 function __construct($wsdl, $options) {
39 parent::__construct($wsdl, $options);
40 $this->server = new SoapServer($wsdl, $options);
/PHP-7.4/ext/filter/tests/
H A Dbug73054.phpt11 'options' => ['default' => 2],
14 'options' => ['default' => 2],
/PHP-7.4/ext/session/
H A Dmod_files.sh37 options="\"Delete directory contents\" \"Choose another directory\" \"Quit\""
38 eval set $options
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_connection.c226 if (conn->options->charset_name) { in MYSQLND_METHOD()
230 if (conn->options->auth_protocol) { in MYSQLND_METHOD()
234 if (conn->options->num_commands) { in MYSQLND_METHOD()
243 if (conn->options->cfg_file) { in MYSQLND_METHOD()
245 conn->options->cfg_file = NULL; in MYSQLND_METHOD()
247 if (conn->options->cfg_section) { in MYSQLND_METHOD()
251 if (conn->options->connect_attr) { in MYSQLND_METHOD()
506 vio->data->options.ssl_cert || in MYSQLND_METHOD()
507 vio->data->options.ssl_ca || in MYSQLND_METHOD()
515 if (conn->options->connect_attr && zend_hash_num_elements(conn->options->connect_attr)) { in MYSQLND_METHOD()
[all …]
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxml_element.h162 char* xml_elem_serialize_to_string(xml_element *el, XML_ELEM_OUTPUT_OPTIONS options, int *buf_len);
163 void xml_elem_serialize_to_stream(xml_element *el, FILE *output, XML_ELEM_OUTPUT_OPTIONS options);
164 xml_element* xml_elem_parse_buf(const char* in_buf, int len, XML_ELEM_INPUT_OPTIONS options, XML_EL…
/PHP-7.4/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-7.4/ext/standard/tests/streams/
H A Dbug40459.phpt14 function stream_open($path, $mode, $options, &$opened_path)
36 function mkdir($dir, $mode, $options)
41 function rmdir($dir, $options)
46 function dir_opendir($url, $options)
/PHP-7.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c360 if (options) { in set_output_options()
362 options->b_php_out = 0; in set_output_options()
363 options->b_auto_version = 1; in set_output_options()
364 options->xmlrpc_out.version = xmlrpc_version_1_0; in set_output_options()
376 options->b_php_out = 1; in set_output_options()
378 options->b_php_out = 0; in set_output_options()
399 options->b_auto_version = 0; in set_output_options()
401 options->xmlrpc_out.version = xmlrpc_version_1_0; in set_output_options()
403 options->xmlrpc_out.version = xmlrpc_version_simple; in set_output_options()
405 options->xmlrpc_out.version = xmlrpc_version_soap_1_1; in set_output_options()
[all …]
/PHP-7.4/ext/sodium/tests/
H A Dbug78516.phpt12 var_dump(password_get_info($pass)['options']['memory_cost']);
15 var_dump(password_get_info($pass)['options']['memory_cost']);
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options_libmysql.phpt2 MySQL PDO->__construct(), libmysql only options
9 die("skip libmysql only options")
24 printf("[%03d] Execting '%s'/%s got '%s'/%s' for options '%s'\n",
55 /* TODO getAttribute() is pretty poor in supporting the options, suppress errors */
82 [026] Execting '1'/boolean got ''/boolean' for options 'PDO::MYSQL_ATTR_READ_DEFAULT_FILE'
/PHP-7.4/ext/imap/tests/
H A Dskipif.inc8 $options = OP_HALFOPEN; // this should be enough to verify server present
11 $mbox = @imap_open($mailbox, $username, $password, $options, $retries);

Completed in 60 milliseconds

12345678910>>...18