Home
last modified time | relevance | path

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

12345678910>>...20

/PHP-7.2/ext/pcntl/tests/
H A D001.phpt18 $options=0;
19 pcntl_waitpid($pid, $status, $options);
33 $options=0;
35 pcntl_waitpid($pid, $status, $options);
55 $options=WUNTRACED;
57 pcntl_waitpid($pid, $status, $options);
/PHP-7.2/ext/phar/
H A Dstream.h24 …* phar_parse_url(php_stream_wrapper *wrapper, const char *filename, const char *mode, int options);
27 …url(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **op…
28 …p_stream_wrapper *wrapper, const char *url_from, const char *url_to, int options, php_stream_conte…
29 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()
111 if (!(options & PHP_STREAM_URL_STAT_QUIET)) { in phar_parse_url()
120 if (!(options & PHP_STREAM_URL_STAT_QUIET)) { in phar_parse_url()
131 if (!(options & PHP_STREAM_URL_STAT_QUIET)) { in phar_parse_url()
143 if (!(options & PHP_STREAM_URL_STAT_QUIET)) { in phar_parse_url()
196 php_stream_wrapper_log_error(wrapper, options, "%s", error); in phar_wrapper_open_url()
212 …if (context && Z_TYPE(context->options) != IS_UNDEF && (pzoption = zend_hash_str_find(HASH_OF(&con… in phar_wrapper_open_url()
240 if (!*internal_file && (options & STREAM_OPEN_FOR_INCLUDE)) { in phar_wrapper_open_url()
313 php_stream_wrapper_log_error(wrapper, options, "%s", error); in phar_wrapper_open_url()
[all …]
/PHP-7.2/ext/standard/tests/password/
H A Dpassword_get_info.phpt23 ["options"]=>
34 ["options"]=>
45 ["options"]=>
54 ["options"]=>
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregposix.c138 OnigOptionType options; in regcomp() local
143 options = syntax->options; in regcomp()
145 ONIG_OPTION_ON(options, ONIG_OPTION_IGNORECASE); in regcomp()
147 ONIG_OPTION_ON( options, ONIG_OPTION_NEGATE_SINGLELINE); in regcomp()
148 ONIG_OPTION_OFF(options, ONIG_OPTION_SINGLELINE); in regcomp()
155 options, OnigEncDefaultCharEncoding, syntax, in regcomp()
172 OnigOptionType options; in regexec() local
174 options = ONIG_OPTION_POSIX_REGION; in regexec()
175 if ((posix_options & REG_NOTBOL) != 0) options |= ONIG_OPTION_NOTBOL; in regexec()
176 if ((posix_options & REG_NOTEOL) != 0) options |= ONIG_OPTION_NOTEOL; in regexec()
[all …]
/PHP-7.2/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.2/ext/standard/
H A Dftp_fopen_wrapper.c919 if (options & REPORT_ERRORS) { in php_stream_ftp_unlink()
926 if (options & REPORT_ERRORS) { in php_stream_ftp_unlink()
937 if (options & REPORT_ERRORS) { in php_stream_ftp_unlink()
990 if (options & REPORT_ERRORS) { in php_stream_ftp_rename()
1001 if (options & REPORT_ERRORS) { in php_stream_ftp_rename()
1012 if (options & REPORT_ERRORS) { in php_stream_ftp_rename()
1048 if (options & REPORT_ERRORS) { in php_stream_ftp_mkdir()
1055 if (options & REPORT_ERRORS) { in php_stream_ftp_mkdir()
1141 if (options & REPORT_ERRORS) { in php_stream_ftp_rmdir()
1148 if (options & REPORT_ERRORS) { in php_stream_ftp_rmdir()
[all …]
H A Dphp_fopen_wrapper.c230 if ((options & STREAM_OPEN_FOR_INCLUDE) && !PG(allow_url_include) ) { in php_stream_url_wrap_php()
231 if (options & REPORT_ERRORS) { in php_stream_url_wrap_php()
249 if ((options & STREAM_OPEN_FOR_INCLUDE) && !PG(allow_url_include) ) { in php_stream_url_wrap_php()
250 if (options & REPORT_ERRORS) { in php_stream_url_wrap_php()
309 if (options & REPORT_ERRORS) { in php_stream_url_wrap_php()
315 if ((options & STREAM_OPEN_FOR_INCLUDE) && !PG(allow_url_include) ) { in php_stream_url_wrap_php()
316 if (options & REPORT_ERRORS) { in php_stream_url_wrap_php()
325 php_stream_wrapper_log_error(wrapper, options, in php_stream_url_wrap_php()
337 php_stream_wrapper_log_error(wrapper, options, in php_stream_url_wrap_php()
344 php_stream_wrapper_log_error(wrapper, options, in php_stream_url_wrap_php()
[all …]
/PHP-7.2/main/streams/
H A Dphp_stream_plain_wrapper.h30 …m_fopen(const char *filename, const char *mode, zend_string **opened_path, int options STREAMS_DC);
33 … *filename, const char *mode, const char *path, zend_string **opened_path, int options STREAMS_DC);
54 PHPAPI FILE * _php_stream_open_wrapper_as_file(char * path, char * mode, int options, zend_string *…
55 …eam_open_wrapper_as_file(path, mode, options, opened_path) _php_stream_open_wrapper_as_file((path)… argument
/PHP-7.2/ext/filter/tests/
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.2/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.2/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.2/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.2/ext/zip/examples/
H A Daddglob.php7 $options = array( variable
11 $found = $z->addGlob("/home/pierre/cvs/gd/libgd/tests/*.png", 0, $options);
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);
/PHP-7.2/ext/bz2/
H A Dphp_bz2.h53 …pen(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **op…
57 …p_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper), (path),… argument
/PHP-7.2/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);
H A Dbug46419.phpt13 function __construct($wsdl, $options) {
14 parent::__construct($wsdl, $options);
15 $this->server = new SoapServer($wsdl, $options);
/PHP-7.2/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.2/ext/sockets/tests/
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.2/ext/curl/tests/
H A Dcurl_copy_handle_variation2.phpt2 Test curl_copy_handle() add options to the handles
12 but this can only check on a limited amount of options...
15 echo "*** Testing curl_copy_handle(): add options after copy ***\n";
39 *** Testing curl_copy_handle(): add options after copy ***

Completed in 43 milliseconds

12345678910>>...20