Home
last modified time | relevance | path

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

12345678910>>...18

/PHP-7.4/ext/soap/tests/bugs/
H A Dbug31695.phpt14 function __construct($wsdl, $options=array()) {
15 parent::__construct($wsdl, $options);
16 $this->server = new SoapServer($wsdl, $options);
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.4/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-mb.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_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-mb.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.4/ext/standard/tests/http/
H A Dbug76342.phpt12 $options = [
18 $ctx = stream_context_create($options);
H A Dbug80838.phpt18 $options = [
24 $ctx = stream_context_create($options);
H A Dbug65634.phpt12 $options = [
19 $options['http']['header'] = "Connection: $connection";
22 $ctx = stream_context_create($options);
/PHP-7.4/main/streams/
H A Dplain_wrapper.c1011 if (options & STREAM_USE_GLOB_DIR_OPEN) { in php_plain_files_dir_opener()
1049 int persistent = options & STREAM_OPEN_PERSISTENT; in _php_stream_fopen()
1057 if (options & STREAM_ASSUME_REALPATH) { in _php_stream_fopen()
1087 if (options & STREAM_OPEN_FOR_INCLUDE) { in _php_stream_fopen()
1106 if (options & STREAM_OPEN_FOR_INCLUDE) { in _php_stream_fopen()
1125 if (options & STREAM_USE_BLOCKING_PIPE) { in _php_stream_fopen()
1150 return php_stream_fopen_rel(path, mode, opened_path, options); in php_plain_files_stream_opener()
1191 if (options & REPORT_ERRORS) { in php_plain_files_unlink()
1306 int ret, recursive = options & PHP_STREAM_MKDIR_RECURSIVE; in php_plain_files_mkdir()
1371 if (options & REPORT_ERRORS) { in php_plain_files_mkdir()
[all …]
H A Dstreams.c1829 if (options & IGNORE_URL) {
1879 if (options & REPORT_ERRORS) {
1918 if (options & REPORT_ERRORS) {
1932 if (options & REPORT_ERRORS) {
2097 if (options & USE_PATH) {
2103 options &= ~USE_PATH;
2165 (options & STREAM_WILL_CAST)
2184 if (options & REPORT_ERRORS) {
2191 options ^= REPORT_ERRORS;
2254 ZVAL_UNDEF(&context->options);
[all …]
/PHP-7.4/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.4/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) );
H A Dimap_close_basic.phpt9 /* Prototype : bool imap_close(resource $stream_id [, int $options])
21 $options = CL_EXPUNGE;
30 var_dump( imap_close($stream_id, $options) );
/PHP-7.4/ext/gmp/tests/
H A Dgmp_export.phpt10 // format is [output, size, options, expected]
63 // Invalid options
79 Warning: gmp_export(): Invalid options: Conflicting word orders in %s on line %d
82 Warning: gmp_export(): Invalid options: Conflicting word endianness in %s on line %d
/PHP-7.4/ext/standard/
H A Dhttp_fopen_wrapper.c120 const char *path, const char *mode, int options, zend_string **opened_path, in php_stream_url_wrap_http_ex() argument
155 php_stream_wrapper_log_error(wrapper, options, "Redirection limit reached, aborting"); in php_stream_url_wrap_http_ex()
226 stream = php_stream_xport_create(transport_string, transport_len, options, in php_stream_url_wrap_http_ex()
235 php_stream_wrapper_log_error(wrapper, options, "%s", ZSTR_VAL(errstr)); in php_stream_url_wrap_http_ex()
352 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()
728 php_stream_wrapper_log_error(wrapper, options, "HTTP request failed!"); in php_stream_url_wrap_http_ex()
802 if (!(options & STREAM_ONLY_GET_HEADERS)) { in php_stream_url_wrap_http_ex()
914 wrapper, new_path, mode, options, opened_path, context, in php_stream_url_wrap_http_ex()
939 if (options & STREAM_WILL_CAST) in php_stream_url_wrap_http_ex()
[all …]
/PHP-7.4/ext/iconv/tests/
H A Dbug48289.phpt8 $options = array(
15 echo iconv_mime_encode('Subject', $text, $options);
/PHP-7.4/ext/mysqli/tests/
H A Dbug50772.phpt14 $db1->options(MYSQLI_OPT_CONNECT_TIMEOUT, 3);
24 $db2->options(MYSQLI_OPT_CONNECT_TIMEOUT, 3);
/PHP-7.4/ext/zlib/
H A Dzlib_fopen_wrapper.c108 …am *php_stream_gzopen(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, in php_stream_gzopen() argument
116 if (options & REPORT_ERRORS) { in php_stream_gzopen()
128 …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.4/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) {
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug_50323.phpt29 $options = $old_options;
31 $options[$k] = $v;
34 foreach ($options as $k => $v)

Completed in 40 milliseconds

12345678910>>...18