Home
last modified time | relevance | path

Searched refs:options (Results 76 – 100 of 473) sorted by relevance

12345678910>>...19

/PHP-7.0/ext/zlib/
H A Dzlib_fopen_wrapper.c113 …am *php_stream_gzopen(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, in php_stream_gzopen() argument
121 if (options & REPORT_ERRORS) { in php_stream_gzopen()
133 …innerstream = php_stream_open_wrapper_ex(path, mode, STREAM_MUST_SEEK | options | STREAM_WILL_CAST… in php_stream_gzopen()
154 if (options & REPORT_ERRORS) { in php_stream_gzopen()
/PHP-7.0/ext/standard/
H A Dhttp_fopen_wrapper.c113 const char *path, const char *mode, int options, zend_string **opened_path, in php_stream_url_wrap_http_ex() argument
152 php_stream_wrapper_log_error(wrapper, options, "Redirection limit reached, aborting"); in php_stream_url_wrap_http_ex()
222 stream = php_stream_xport_create(transport_string, transport_len, options, in php_stream_url_wrap_http_ex()
231 php_stream_wrapper_log_error(wrapper, options, "%s", ZSTR_VAL(errstr)); in php_stream_url_wrap_http_ex()
348 if (options & STREAM_WILL_CAST) in php_stream_url_wrap_http_ex()
696 if ((options & STREAM_ONLY_GET_HEADERS) || ignore_errors) { in php_stream_url_wrap_http_ex()
764 php_stream_wrapper_log_error(wrapper, options, "Failed to read HTTP headers"); in php_stream_url_wrap_http_ex()
828 if (!(options & STREAM_ONLY_GET_HEADERS)) { in php_stream_url_wrap_http_ex()
912 php_stream_wrapper_log_error(wrapper, options, "Invalid redirect URL! %s", new_path); in php_stream_url_wrap_http_ex()
939 php_stream_wrapper_log_error(wrapper, options, "HTTP request failed! %s", tmp_line); in php_stream_url_wrap_http_ex()
[all …]
/PHP-7.0/ext/fileinfo/tests/
H A Dbug57547.phpt2 Bug #57547 Settings options on file doesn't give same result as constructor options
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-7.0/scripts/dev/generate-phpt/src/setup/
H A DgtOptionalSections.php17 $options = explode(':', $commandLineOptions->getOption('s'));
19 foreach($options as $option) {
/PHP-7.0/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-7.0/ext/imap/tests/
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-7.0/ext/pdo_mysql/tests/
H A Dbug_50323.phpt29 $options = $old_options;
31 $options[$k] = $v;
34 foreach ($options as $k => $v)
/PHP-7.0/ext/soap/tests/bugs/
H A Dbug29839.phpt16 function __construct($wsdl, $options) {
17 parent::__construct($wsdl, $options);
18 $this->server = new SoapServer($wsdl, $options);
H A Dbug32776.phpt19 function __construct($wsdl, $options) {
20 parent::__construct($wsdl, $options);
21 $this->server = new SoapServer($wsdl, $options);
H A Dbug34453.phpt16 function __construct($wsdl, $options) {
17 parent::__construct($wsdl, $options);
18 $this->server = new SoapServer($wsdl, $options);
H A Dbug43045.phpt12 function __construct($wsdl, $options) {
13 parent::__construct($wsdl, $options);
14 $this->server = new SoapServer($wsdl, $options);
/PHP-7.0/ext/standard/tests/http/
H A Dbug65634.phpt12 $options = [
19 $options['http']['header'] = "Connection: $connection";
22 $ctx = stream_context_create($options);
/PHP-7.0/ext/pcre/pcrelib/testdata/
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 …]
H A Dtestoutput137 No options
17 No options
/PHP-7.0/ext/iconv/tests/
H A Dbug48289.phpt8 $options = array(
15 echo iconv_mime_encode('Subject', $text, $options);
/PHP-7.0/ext/mysqli/tests/
H A Dbug50772.phpt14 $db1->options(MYSQLI_OPT_CONNECT_TIMEOUT, 3);
24 $db2->options(MYSQLI_OPT_CONNECT_TIMEOUT, 3);
/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_study.c82 const pcre_uchar *startcode, int options, recurse_check *recurses, in find_minlength() argument
87 BOOL utf = (options & PCRE_UTF8) != 0; in find_minlength()
388 if ((options & PCRE_JAVASCRIPT_COMPAT) == 0) in find_minlength()
434 if ((options & PCRE_JAVASCRIPT_COMPAT) == 0) in find_minlength()
1491 if ((options & ~PUBLIC_STUDY_OPTIONS) != 0) in pcre_study()
1504 if ((re->options & PCRE_ANCHORED) == 0 && in pcre_study()
1563 if (bits_set || min > 0 || (options & ( in pcre_study()
1627 if ((options & PCRE_STUDY_JIT_COMPILE) != 0) in pcre_study()
1629 if ((options & PCRE_STUDY_JIT_PARTIAL_SOFT_COMPILE) != 0) in pcre_study()
1631 if ((options & PCRE_STUDY_JIT_PARTIAL_HARD_COMPILE) != 0) in pcre_study()
[all …]
H A Dpcredemo.c298 int options = 0; /* Normally no options */ in main() local
308 options = PCRE_NOTEMPTY_ATSTART | PCRE_ANCHORED; in main()
319 options, /* options */ in main()
338 if (options == 0) break; /* All matches found */ in main()
/PHP-7.0/main/streams/
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, size_t 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-7.0/ext/standard/tests/file/
H A Duserwrapper.phpt14 function mkdir($directory, $mode, $options) {
15 …printf("Making directory: %s as %o%s\n", $directory, $mode, $options & STREAM_MKDIR_RECURSIVE ? " …
18 function rmdir($directory, $options) {
22 function url_stat($path, $options) {
H A Dinclude_streams.phpt15 public $options;
28 function stream_open($path, $mode, $options, &$opened_path)
32 $this->options = $options;
/PHP-7.0/ext/dom/
H A Ddocument.c122 ZEND_ARG_INFO(0, options)
131 ZEND_ARG_INFO(0, options)
136 ZEND_ARG_INFO(0, options)
148 ZEND_ARG_INFO(0, options)
153 ZEND_ARG_INFO(0, options)
158 ZEND_ARG_INFO(0, options)
1481 zend_long options = 0; in dom_parse_document() local
1572 zend_long options = 0; in PHP_FUNCTION() local
1618 zend_long options = 0; in PHP_FUNCTION() local
2003 zend_long options = 0; in dom_load_html() local
[all …]
/PHP-7.0/sapi/cli/tests/
H A D015.phpt2 CLI long options
34 Usage: %s [options] [-f] <file> [--] [args...]

Completed in 62 milliseconds

12345678910>>...19