Home
last modified time | relevance | path

Searched refs:options (Results 26 – 50 of 427) sorted by relevance

12345678910>>...18

/PHP-7.4/ext/phar/
H A Dstream.h22 …* phar_parse_url(php_stream_wrapper *wrapper, const char *filename, const char *mode, int options);
25 …url(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **op…
26 …p_stream_wrapper *wrapper, const char *url_from, const char *url_to, int options, php_stream_conte…
27 static int phar_wrapper_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_strea…
H A Dstream.c70 if (!(options & PHP_STREAM_URL_STAT_QUIET)) { in phar_parse_url()
76 if (!(options & PHP_STREAM_URL_STAT_QUIET)) { in phar_parse_url()
113 if (!(options & PHP_STREAM_URL_STAT_QUIET)) { in phar_parse_url()
122 if (!(options & PHP_STREAM_URL_STAT_QUIET)) { in phar_parse_url()
133 if (!(options & PHP_STREAM_URL_STAT_QUIET)) { in phar_parse_url()
145 if (!(options & PHP_STREAM_URL_STAT_QUIET)) { in phar_parse_url()
198 php_stream_wrapper_log_error(wrapper, options, "%s", error); in phar_wrapper_open_url()
214 …if (context && Z_TYPE(context->options) != IS_UNDEF && (pzoption = zend_hash_str_find(HASH_OF(&con… in phar_wrapper_open_url()
241 if (!*internal_file && (options & STREAM_OPEN_FOR_INCLUDE)) { in phar_wrapper_open_url()
314 php_stream_wrapper_log_error(wrapper, options, "%s", error); in phar_wrapper_open_url()
[all …]
/PHP-7.4/ext/filter/tests/
H A D013.phpt29 var_dump(filter_var("6", FILTER_VALIDATE_INT, array("options" => array("min_range"=>1, "max_range"=…
30 var_dump(filter_var("6", FILTER_VALIDATE_INT, array("options" => array("min_range"=>0, "max_range"=…
31 var_dump(filter_var(-1, FILTER_VALIDATE_INT, array("options" => array("min_range"=>1, "max_range"=>…
32 var_dump(filter_var(-1, FILTER_VALIDATE_INT, array("options" => array("min_range"=>-4, "max_range"=…
34 var_dump(filter_var("", FILTER_VALIDATE_INT, array("options" => array("min_range"=>-4, "max_range"=…
35 var_dump(filter_var("", FILTER_VALIDATE_INT, array("options" => array("min_range"=>2, "max_range"=>…
36 var_dump(filter_var("", FILTER_VALIDATE_INT, array("options" => array("min_range"=>-5, "max_range"=…
37 var_dump(filter_var(345, FILTER_VALIDATE_INT, array("options" => array("min_range"=>500, "max_range…
H A D055.phpt9 array("01-23-45-67-89-ab", array("options" => array("separator" => "-"))),
10 array("01-23-45-67-89-ab", array("options" => array("separator" => "."))),
11 array("01-23-45-67-89-ab", array("options" => array("separator" => ":"))),
20 array("01-23-45-67-89-ab", array("options" => array("separator" => "--"))),
21 array("01-23-45-67-89-ab", array("options" => array("separator" => ""))),
H A D037.phpt12 echo filter_input(INPUT_GET, 'a', FILTER_CALLBACK, array("options"=>'myfunc'));
18 echo filter_var($data, FILTER_CALLBACK, array("options"=>'myfunc'));
24 'options' => 'myfunc'
/PHP-7.4/ext/pcntl/tests/
H A D001.phpt21 $options=0;
22 pcntl_waitpid($pid, $status, $options);
36 $options=0;
38 pcntl_waitpid($pid, $status, $options);
58 $options=WUNTRACED;
60 pcntl_waitpid($pid, $status, $options);
/PHP-7.4/ext/standard/tests/password/
H A Dpassword_get_info.phpt23 ["options"]=>
34 ["options"]=>
45 ["options"]=>
54 ["options"]=>
/PHP-7.4/ext/imap/tests/
H A Dimap_fetchbody_variation4.phpt9 …totype : string imap_fetchbody(resource $stream_id, int $msg_no, string $section [, int $options])
15 * Test if FT_UID is set by passing the following as $options argument to imap_fetchbody():
30 $options = array ('1', true,
34 // iterate over each element of $options array to test whether FT_UID is set
37 foreach($options as $option) {
72 Warning: imap_fetchbody(): invalid value for the options parameter in %s on line %d
77 Warning: imap_fetchbody(): invalid value for the options parameter in %s on line %d
H A Dimap_fetch_overview_variation3.phpt9 /* Prototype : array imap_fetch_overview(resource $stream_id, int $msg_no [, int $options])
15 * Test passing a range of values into the $options argument to imap_fetch_overview():
29 $options = array ('1',
37 // iterate over each element of $options array
40 foreach($options as $option) {
75 Warning: imap_fetch_overview(): invalid value for the options parameter in %s on line %d
79 Warning: imap_fetch_overview(): invalid value for the options parameter in %s on line %d
/PHP-7.4/main/streams/
H A Dphp_stream_plain_wrapper.h28 …m_fopen(const char *filename, const char *mode, zend_string **opened_path, int options STREAMS_DC);
31 … *filename, const char *mode, const char *path, zend_string **opened_path, int options STREAMS_DC);
52 PHPAPI FILE * _php_stream_open_wrapper_as_file(char * path, char * mode, int options, zend_string *…
53 …eam_open_wrapper_as_file(path, mode, options, opened_path) _php_stream_open_wrapper_as_file((path)… argument
/PHP-7.4/ext/standard/
H A Dftp_fopen_wrapper.c918 if (options & REPORT_ERRORS) { in php_stream_ftp_unlink()
925 if (options & REPORT_ERRORS) { in php_stream_ftp_unlink()
936 if (options & REPORT_ERRORS) { in php_stream_ftp_unlink()
989 if (options & REPORT_ERRORS) { in php_stream_ftp_rename()
1000 if (options & REPORT_ERRORS) { in php_stream_ftp_rename()
1011 if (options & REPORT_ERRORS) { in php_stream_ftp_rename()
1047 if (options & REPORT_ERRORS) { in php_stream_ftp_mkdir()
1054 if (options & REPORT_ERRORS) { in php_stream_ftp_mkdir()
1140 if (options & REPORT_ERRORS) { in php_stream_ftp_rmdir()
1147 if (options & REPORT_ERRORS) { in php_stream_ftp_rmdir()
[all …]
H A Dphp_fopen_wrapper.c222 if ((options & STREAM_OPEN_FOR_INCLUDE) && !PG(allow_url_include) ) { in php_stream_url_wrap_php()
223 if (options & REPORT_ERRORS) { in php_stream_url_wrap_php()
241 if ((options & STREAM_OPEN_FOR_INCLUDE) && !PG(allow_url_include) ) { in php_stream_url_wrap_php()
242 if (options & REPORT_ERRORS) { in php_stream_url_wrap_php()
301 if (options & REPORT_ERRORS) { in php_stream_url_wrap_php()
307 if ((options & STREAM_OPEN_FOR_INCLUDE) && !PG(allow_url_include) ) { in php_stream_url_wrap_php()
308 if (options & REPORT_ERRORS) { in php_stream_url_wrap_php()
317 php_stream_wrapper_log_error(wrapper, options, in php_stream_url_wrap_php()
329 php_stream_wrapper_log_error(wrapper, options, in php_stream_url_wrap_php()
336 php_stream_wrapper_log_error(wrapper, options, in php_stream_url_wrap_php()
[all …]
/PHP-7.4/ext/xmlrpc/tests/
H A Dbug45556.phpt8 $options = array ();
9 $request = xmlrpc_encode_request ("system.describeMethods", $options);
25 $options = array ('output_type' => 'xml', 'version' => 'xmlrpc');
26 xmlrpc_server_call_method ($server, $request, NULL, $options);
/PHP-7.4/Zend/tests/
H A Dbug74657.phpt12 public $options = [self::FOO => "bar"];
16 var_dump((new C)->options);
19 var_dump((new C)->options);
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_context_set_option_basic.phpt13 // Array of options
14 $options = array(
20 var_dump(stream_context_set_option($context, $options));
/PHP-7.4/ext/zip/examples/
H A Daddpattern.php6 $options = array('remove_path' => '/home/pierre/cvs/gd/libgd/tests', variable
10 $found = $z->addPattern("/(\.png)$/i", "/home/pierre/cvs/gd/libgd/tests", $options);
H A Daddglob.php7 $options = array( variable
11 $found = $z->addGlob("/home/pierre/cvs/gd/libgd/tests/*.png", 0, $options);
/PHP-7.4/ext/sockets/tests/
H A Dsocket_setopt_basic.phpt21 $options = array("sec" => 1, "usec" => 0);
22 $retval_1 = socket_setopt( $socket, SOL_SOCKET, SO_SNDTIMEO, $options);
26 var_dump($retval_2 === $options);
H A Dsocket_set_option_seolinger.phpt24 $options = array("l_onoff" => 1, "l_linger" => 1);
25 $retval_2 = socket_set_option( $socket, SOL_SOCKET, SO_LINGER, $options);
33 var_dump($retval_3["l_linger"] === $options["l_linger"]);
35 var_dump((bool)$retval_3["l_onoff"] === (bool)$options["l_onoff"]);
/PHP-7.4/ext/soap/tests/
H A Dtransport001.phpt13 function __construct($wsdl, $options) {
14 parent::__construct($wsdl, $options);
15 $this->server = new SoapServer($wsdl, $options);
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug28969.phpt14 function __construct($wsdl, $options) {
15 parent::__construct($wsdl, $options);
16 $this->server = new SoapServer($wsdl, $options);
H A Dbug29844.phpt18 function __construct($wsdl, $options) {
19 parent::__construct($wsdl, $options);
20 $this->server = new SoapServer($wsdl, $options);
H A Dbug42692.phpt15 function __construct($wsdl, $options) {
16 parent::__construct($wsdl, $options);
17 $this->server = new SoapServer($wsdl, $options);
/PHP-7.4/ext/bz2/
H A Dphp_bz2.h51 …pen(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **op…
55 …p_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper), (path),… argument
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_match.c86 PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, in pcre2_jit_match() argument
95 (void)options; in pcre2_jit_match()
115 if ((options & PCRE2_PARTIAL_HARD) != 0) in pcre2_jit_match()
117 else if ((options & PCRE2_PARTIAL_SOFT) != 0) in pcre2_jit_match()
130 arguments.options = options; in pcre2_jit_match()

Completed in 59 milliseconds

12345678910>>...18