Home
last modified time | relevance | path

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

12345678910>>...18

/PHP-5.5/ext/curl/
H A Dshare.c99 long options; in PHP_FUNCTION() local
102 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rlZ", &zid, &options, &zvalue) == FAILURE) { in PHP_FUNCTION()
108 if (!_php_curl_share_setopt(sh, options, zvalue, return_value TSRMLS_CC)) { in PHP_FUNCTION()
/PHP-5.5/main/streams/
H A Dplain_wrapper.c892 if (options & STREAM_USE_GLOB_DIR_OPEN) { in php_plain_files_dir_opener()
930 int persistent = options & STREAM_OPEN_PERSISTENT; in _php_stream_fopen()
934 if (options & REPORT_ERRORS) { in _php_stream_fopen()
940 if (options & STREAM_ASSUME_REALPATH) { in _php_stream_fopen()
971 if (options & STREAM_OPEN_FOR_INCLUDE) { in _php_stream_fopen()
994 if (options & STREAM_OPEN_FOR_INCLUDE) { in _php_stream_fopen()
1030 return php_stream_fopen_rel(path, mode, opened_path, options); in php_plain_files_stream_opener()
1073 if (options & REPORT_ERRORS) { in php_plain_files_unlink()
1171 int ret, recursive = options & PHP_STREAM_MKDIR_RECURSIVE; in php_plain_files_mkdir()
1237 if (options & REPORT_ERRORS) { in php_plain_files_mkdir()
[all …]
H A Dstreams.c1768 if (options & IGNORE_URL) {
1859 if (options & REPORT_ERRORS) {
1873 if (options & REPORT_ERRORS) {
2038 if (options & USE_PATH) {
2044 options &= ~USE_PATH;
2103 (options & STREAM_WILL_CAST)
2129 options ^= REPORT_ERRORS;
2190 if (context->options) {
2192 context->options = NULL;
2207 MAKE_STD_ZVAL(context->options);
[all …]
H A Dphp_stream_transport.h31 const char *persistent_id, int options, int flags,
49 PHPAPI php_stream *_php_stream_xport_create(const char *name, long namelen, int options,
57 #define php_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, est… argument
58 …_php_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, estr, eco…
/PHP-5.5/ext/curl/tests/
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-5.5/ext/session/
H A Dmod_files.sh36 options="\"Delete directory contents\" \"Choose another directory\" \"Quit\""
37 eval set $options
/PHP-5.5/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-5.5/ext/standard/tests/streams/
H A Dbug40459.phpt12 function stream_open($path, $mode, $options, &$opened_path)
34 function mkdir($dir, $mode, $options)
39 function rmdir($dir, $options)
44 function dir_opendir($url, $options)
/PHP-5.5/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-5.5/ext/soap/tests/
H A Dclassmap004.phpt38 function __construct($wsdl, $options) {
39 parent::__construct($wsdl, $options);
40 $this->server = new SoapServer($wsdl, $options);
/PHP-5.5/ext/soap/tests/bugs/
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);
H A Dbug31695.phpt14 function __construct($wsdl, $options=array()) {
15 parent::__construct($wsdl, $options);
16 $this->server = new SoapServer($wsdl, $options);
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c371 if (options) { in set_output_options()
374 options->b_php_out = 0; in set_output_options()
375 options->b_auto_version = 1; in set_output_options()
376 options->xmlrpc_out.version = xmlrpc_version_1_0; in set_output_options()
388 options->b_php_out = 1; in set_output_options()
390 options->b_php_out = 0; in set_output_options()
411 options->b_auto_version = 0; in set_output_options()
413 options->xmlrpc_out.version = xmlrpc_version_1_0; in set_output_options()
415 options->xmlrpc_out.version = xmlrpc_version_simple; in set_output_options()
417 options->xmlrpc_out.version = xmlrpc_version_soap_1_1; in set_output_options()
[all …]
/PHP-5.5/ext/standard/
H A Dhttp_fopen_wrapper.c145 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "Redirection limit reached, aborting"); in php_stream_url_wrap_http_ex()
207 stream = php_stream_xport_create(transport_string, transport_len, options, in php_stream_url_wrap_http_ex()
216 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "%s", errstr); in php_stream_url_wrap_http_ex()
329 if (options & STREAM_WILL_CAST) in php_stream_url_wrap_http_ex()
676 if ((options & STREAM_ONLY_GET_HEADERS) || ignore_errors) { in php_stream_url_wrap_http_ex()
725 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "Failed to read HTTP headers"); in php_stream_url_wrap_http_ex()
759 if (!(options & STREAM_ONLY_GET_HEADERS)) { in php_stream_url_wrap_http_ex()
851 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "Invalid redirect URL! %s", new_path); in php_stream_url_wrap_http_ex()
863 … php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "Invalid redirect URL! %s", new_path); \ in php_stream_url_wrap_http_ex()
878 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "HTTP request failed! %s", tmp_line); in php_stream_url_wrap_http_ex()
[all …]
/PHP-5.5/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);
H A Dimap_close_error.phpt9 /* Prototype : bool imap_close(resource $stream_id [, int $options])
28 $options = CL_EXPUNGE;
30 var_dump( imap_close($stream_id, $options, $extra_arg) );
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput229 In 16-bit mode with options: S8>testdata/saved16LE-2
11 In 32-bit mode with options: S8>testdata/saved32LE-2
H A Dtestoutput216 No options
22 No options
56 No options
62 No options
68 No options
74 No options
155 No options
161 No options
167 No options
177 No options
[all …]
/PHP-5.5/ext/zlib/
H A Dzlib_fopen_wrapper.c109 php_stream *php_stream_gzopen(php_stream_wrapper *wrapper, char *path, char *mode, int options, in php_stream_gzopen() argument
117 if (options & REPORT_ERRORS) { in php_stream_gzopen()
129 …innerstream = php_stream_open_wrapper_ex(path, mode, STREAM_MUST_SEEK | options | STREAM_WILL_CAST… in php_stream_gzopen()
150 if (options & REPORT_ERRORS) { in php_stream_gzopen()
/PHP-5.5/ext/fileinfo/tests/
H A Dfinfo_buffer_basic.phpt7 /* Prototype : string finfo_buffer(resource finfo, char *string [, int options [, resource context…
15 $options = array(
31 foreach( $options as $option ) {
H A Dfinfo_buffer_variation1.phpt7 /* Prototype : string finfo_buffer(resource finfo, char *string [, int options [, resource context…
15 $options = array(
31 foreach( $options as $option ) {
/PHP-5.5/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-5.5/ext/filter/
H A Dfilter.c88 ZEND_ARG_INFO(0, options)
94 ZEND_ARG_INFO(0, options)
391 filter_func.function(*value, flags, options, charset TSRMLS_CC); in php_zval_filter()
394 options && (Z_TYPE_P(options) == IS_ARRAY || Z_TYPE_P(options) == IS_OBJECT) && in php_zval_filter()
397 zend_hash_exists(HASH_OF(options), "default", sizeof("default")) in php_zval_filter()
517 php_zval_filter(element, filter, flags, options, charset, copy TSRMLS_CC); in php_zval_filter_recursive()
521 php_zval_filter(value, filter, flags, options, charset, copy TSRMLS_CC); in php_zval_filter_recursive()
593 zval *options = NULL; in php_filter_call() local
628 options = *option; in php_filter_call()
631 options = *option; in php_filter_call()
[all …]
/PHP-5.5/scripts/dev/generate-phpt/src/setup/
H A DgtOptionalSections.php17 $options = explode(':', $commandLineOptions->getOption('s'));
19 foreach($options as $option) {

Completed in 74 milliseconds

12345678910>>...18