/PHP-5.5/ |
H A D | server-tests.php | 246 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 D | bug53903.phpt | 8 public function stream_open($path, $mode, $options, &$opened_path) {
|
H A D | bug60455_04.phpt | 8 function stream_open($path, $mode, $options, &$opened_path) {
|
H A D | stream_context_set_option_error_001.phpt | 13 // Array of options
|
H A D | bug60817.phpt | 7 function stream_open($path, $mode, $options, &$opened_path) {
|
/PHP-5.5/ext/phar/ |
H A D | phar_internal.h | 585 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 D | bug63737.phpt | 2 Bug #63737 (json_decode does not properly decode with options parameter)
|
/PHP-5.5/ext/pcre/pcrelib/testdata/ |
H A D | testoutput22-16 | 9 In 16-bit mode with options: S8>testdata/saved16LE-2 11 In 32-bit mode with options: S8>testdata/saved32LE-2
|
H A D | testoutput22-32 | 9 In 16-bit mode with options: S8>testdata/saved16LE-2 11 In 32-bit mode with options: S8>testdata/saved32LE-2
|
H A D | testoutput16 | 91 No options 99 No options 107 No options
|
/PHP-5.5/ext/mbstring/oniguruma/ |
H A D | oniguruma.h | 394 #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 D | SplFileObject_ftruncate_error_001.phpt | 11 function stream_open($path, $mode, $options, &$opened_path)
|
H A D | SplFileObject_fflush_basic_001.phpt | 19 function stream_open($path, $mode, $options, &$opened_path)
|
/PHP-5.5/ext/ereg/regex/ |
H A D | main.ih | 9 int options(int type, char *s);
|
/PHP-5.5/ext/zlib/ |
H A D | php_zlib.h | 61 php_stream *php_stream_gzopen(php_stream_wrapper *wrapper, char *path, char *mode, int options, cha…
|
/PHP-5.5/ext/soap/tests/ |
H A D | typemap001.phpt | 48 $options=Array( 55 $server = new SoapServer(dirname(__FILE__)."/classmap.wsdl",$options);
|
H A D | typemap002.phpt | 43 $options=Array( 50 $server = new SoapServer(dirname(__FILE__)."/classmap.wsdl",$options);
|
/PHP-5.5/ext/sqlite3/tests/ |
H A D | stream_test.inc | 9 public function stream_open($path, $mode, $options, &$opened_path)
|
/PHP-5.5/ext/standard/tests/file/ |
H A D | pathinfo_error.phpt | 5 /* Prototype: mixed pathinfo ( string $path [, int $options] );
|
H A D | userdirstream.phpt | 8 function dir_opendir($path, $options) {
|
/PHP-5.5/ext/curl/tests/ |
H A D | curl_copy_handle_basic.phpt | 17 // set URL and other appropriate options
|
/PHP-5.5/main/streams/ |
H A D | memory.c | 609 …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 D | DOMDocument_loadXML_variation3.phpt | 2 Test DOMDocument::loadXML() with LIBXML_DTDVALID and LIBXML_NOERROR options
|
H A D | DOMDocument_load_variation3.phpt | 2 Test DOMDocument::load() with LIBXML_DTDVALID and LIBXML_NOERROR options
|
/PHP-5.5/ext/filter/tests/ |
H A D | 032.phpt | 19 'options' => array("min_range"=>1, "max_range"=>10)
|