Home
last modified time | relevance | path

Searched refs:options (Results 176 – 200 of 437) sorted by relevance

12345678910>>...18

/PHP-5.5/
H A Dserver-tests.php246 public $options = array(); variable in HTTPRequest
271 function HTTPRequest($URL, $headers=array(), $options=array(), $postdata=NULL) argument
275 $this->options = $options;
285 if (isset($this->options['timeout']))
286 $this->timeout = (int)$this->options['timeout'];
336 if (isset($this->options['proxy_host'])) {
1293 $options = array();
1294 $options['method']=$method;
1295 if (isset($this->conf['timeout'])) $options['timeout'] = $this->conf['timeout'];
1296 if (isset($this->conf['proxy_host'])) $options['proxy_host'] = $this->conf['proxy_host'];
[all …]
/PHP-5.5/ext/standard/tests/streams/
H A Dbug53903.phpt8 public function stream_open($path, $mode, $options, &$opened_path) {
H A Dbug60455_04.phpt8 function stream_open($path, $mode, $options, &$opened_path) {
H A Dstream_context_set_option_error_001.phpt13 // Array of options
H A Dbug60817.phpt7 function stream_open($path, $mode, $options, &$opened_path) {
/PHP-5.5/ext/phar/
H A Dphar_internal.h585 int phar_open_from_filename(char *fname, int fname_len, char *alias, int alias_len, int options, ph…
586 …char *fname, int fname_len, char *alias, int alias_len, int is_data, int options, phar_archive_dat…
587 …char *fname, int fname_len, char *alias, int alias_len, int is_data, int options, phar_archive_dat…
591 …char *fname, int fname_len, char *alias, int alias_len, int is_data, int options, phar_archive_dat…
621 …char *fname, int fname_len, char *alias, int alias_len, int is_data, int options, phar_archive_dat…
626 …char *fname, int fname_len, char *alias, int alias_len, int is_data, int options, phar_archive_dat…
630 …_stream* fp, char *fname, int fname_len, char *alias, int alias_len, int options, phar_archive_dat…
/PHP-5.5/ext/json/tests/
H A Dbug63737.phpt2 Bug #63737 (json_decode does not properly decode with options parameter)
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput22-169 In 16-bit mode with options: S8>testdata/saved16LE-2
11 In 32-bit mode with options: S8>testdata/saved32LE-2
H A Dtestoutput22-329 In 16-bit mode with options: S8>testdata/saved16LE-2
11 In 32-bit mode with options: S8>testdata/saved32LE-2
H A Dtestoutput1691 No options
99 No options
107 No options
/PHP-5.5/ext/mbstring/oniguruma/
H A Doniguruma.h394 #define ONIG_OPTION_ON(options,regopt) ((options) |= (regopt)) argument
395 #define ONIG_OPTION_OFF(options,regopt) ((options) &= ~(regopt)) argument
396 #define ONIG_IS_OPTION_ON(options,option) ((options) & (option)) argument
403 OnigOptionType options; /* default option */ member
676 OnigOptionType options; member
803 void onig_set_syntax_options P_((OnigSyntaxType* syntax, OnigOptionType options));
/PHP-5.5/ext/spl/tests/
H A DSplFileObject_ftruncate_error_001.phpt11 function stream_open($path, $mode, $options, &$opened_path)
H A DSplFileObject_fflush_basic_001.phpt19 function stream_open($path, $mode, $options, &$opened_path)
/PHP-5.5/ext/ereg/regex/
H A Dmain.ih9 int options(int type, char *s);
/PHP-5.5/ext/zlib/
H A Dphp_zlib.h61 php_stream *php_stream_gzopen(php_stream_wrapper *wrapper, char *path, char *mode, int options, cha…
/PHP-5.5/ext/soap/tests/
H A Dtypemap001.phpt48 $options=Array(
55 $server = new SoapServer(dirname(__FILE__)."/classmap.wsdl",$options);
H A Dtypemap002.phpt43 $options=Array(
50 $server = new SoapServer(dirname(__FILE__)."/classmap.wsdl",$options);
/PHP-5.5/ext/sqlite3/tests/
H A Dstream_test.inc9 public function stream_open($path, $mode, $options, &$opened_path)
/PHP-5.5/ext/standard/tests/file/
H A Dpathinfo_error.phpt5 /* Prototype: mixed pathinfo ( string $path [, int $options] );
H A Duserdirstream.phpt8 function dir_opendir($path, $options) {
/PHP-5.5/ext/curl/tests/
H A Dcurl_copy_handle_basic.phpt17 // set URL and other appropriate options
/PHP-5.5/main/streams/
H A Dmemory.c609 …rl_wrap_rfc2397(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_pa… in php_stream_url_wrap_rfc2397() argument
632 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "rfc2397: no comma in URL"); in php_stream_url_wrap_rfc2397()
644 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "rfc2397: illegal media type"); in php_stream_url_wrap_rfc2397()
660 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "rfc2397: illegal media type"); in php_stream_url_wrap_rfc2397()
673 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "rfc2397: illegal parameter"); in php_stream_url_wrap_rfc2397()
695 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "rfc2397: illegal URL"); in php_stream_url_wrap_rfc2397()
712 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "rfc2397: unable to decode"); in php_stream_url_wrap_rfc2397()
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_loadXML_variation3.phpt2 Test DOMDocument::loadXML() with LIBXML_DTDVALID and LIBXML_NOERROR options
H A DDOMDocument_load_variation3.phpt2 Test DOMDocument::load() with LIBXML_DTDVALID and LIBXML_NOERROR options
/PHP-5.5/ext/filter/tests/
H A D032.phpt19 'options' => array("min_range"=>1, "max_range"=>10)

Completed in 53 milliseconds

12345678910>>...18