Home
last modified time | relevance | path

Searched refs:option (Results 51 – 75 of 223) sorted by relevance

123456789

/PHP-7.4/ext/curl/tests/
H A Dcurl_basic_013.phpt9 /* Prototype : bool curl_setopt(resource ch, int option, mixed value)
10 * Description: Set an option for a cURL transfer
H A Dcurl_basic_002.phpt10 /* Prototype : bool curl_setopt(resource ch, int option, mixed value)
11 * Description: Set an option for a cURL transfer
H A Dcurl_basic_005.phpt10 /* Prototype : bool curl_setopt(resource ch, int option, mixed value)
11 * Description: Set an option for a cURL transfer
H A Dcurl_basic_004.phpt10 /* Prototype : bool curl_setopt(resource ch, int option, mixed value)
11 * Description: Set an option for a cURL transfer
H A Dcurl_basic_006.phpt10 /* Prototype : bool curl_setopt(resource ch, int option, mixed value)
11 * Description: Set an option for a cURL transfer
H A Dbug55767.phpt9 /* Prototype : bool curl_setopt(resource ch, int option, mixed value)
10 * Description: Set an option for a cURL transfer
H A Dcurl_basic_003.phpt10 /* Prototype : bool curl_setopt(resource ch, int option, mixed value)
11 * Description: Set an option for a cURL transfer
H A Dbug48203_multi.phpt62 foreach($options_to_check as $option) {
63 checkForClosedFilePointer($target_url, constant($option), $option);
H A Dcurl_basic_018.phpt9 /* Prototype : bool curl_setopt(resource ch, int option, mixed value)
10 * Description: Set an option for a cURL transfer
/PHP-7.4/ext/imap/tests/
H A Dimap_fetchheader_variation3.phpt2 Test imap_fetchheader() function : usage variations - FT_UID option
36 foreach($options as $option) {
38 if(is_string(imap_fetchheader($stream_id, $msg_uid, $option))) {
H A Dimap_fetchbody_variation4.phpt2 Test imap_fetchbody() function : usage variations - FT_UID option
37 foreach($options as $option) {
39 if(is_string(imap_fetchbody($stream_id, $msg_uid, $section, $option))) {
H A Dimap_fetchheader_basic.phpt25 foreach ($options as $key => $option) {
29 var_dump(imap_fetchheader($stream_id, $msg_uid, $option));
31 var_dump(imap_fetchheader($stream_id, $msg_no, $option));
/PHP-7.4/ext/sockets/tests/
H A Dsocket_set_option_bindtodevice.phpt2 Test if socket_set_option() works, option:SO_BINDTODEVICE
36 Warning: socket_set_option(): unable to set socket option [19]: No such device in %s on line %d
/PHP-7.4/ext/pcre/tests/
H A Drequest47456.phpt2 Request #47456 (Missing PCRE option 'J')
4 The J modifier is supposed to be identical to the internal option (?J), so we're
/PHP-7.4/ext/standard/tests/serialize/
H A Dmax_depth.phpt107 …ceeded. The depth limit can be changed using the max_depth unserialize() option or the unserialize…
114 …ceeded. The depth limit can be changed using the max_depth unserialize() option or the unserialize…
121 …ceeded. The depth limit can be changed using the max_depth unserialize() option or the unserialize…
128 …ceeded. The depth limit can be changed using the max_depth unserialize() option or the unserialize…
134 …ceeded. The depth limit can be changed using the max_depth unserialize() option or the unserialize…
142 …ceeded. The depth limit can be changed using the max_depth unserialize() option or the unserialize…
/PHP-7.4/ext/date/tests/
H A Ddefault-timezone-1.phpt6 putenv('TZ='); // clean TZ so that it doesn't bypass the ini option
H A Ddefault-timezone-2.phpt6 putenv('TZ='); // clean TZ so that it doesn't bypass the ini option
/PHP-7.4/ext/mbstring/tests/
H A Dbug43301.phpt2 …b_ereg*_replace() crashes when replacement string is invalid PHP expression and 'e' option is used)
21 Deprecated: mb_ereg_replace(): The 'e' option is deprecated, use mb_ereg_replace_callback instead i…
/PHP-7.4/sapi/phpdbg/tests/
H A Dbug73615.phpt2 Bug #73615 (phpdbg without option never load .phpdbginit at startup)
/PHP-7.4/ext/xml/tests/
H A Dxml_parser_set_option_variation3.phpt11 /* Prototype : proto int xml_parser_set_option(resource parser, int option, mixed value)
28 $option = 1;
94 var_dump( xml_parser_set_option($parser, $option, $value) );
/PHP-7.4/Zend/tests/multibyte/
H A Dbug68665.phpt6 die("skip Requires configure --enable-zend-multibyte option");
H A Dmultibyte_encoding_002.phpt6 die("skip Requires configure --enable-zend-multibyte option");
/PHP-7.4/ext/ldap/tests/
H A Dldap_set_option_reqcert_error.phpt2 ldap_option_reqcert_basic() - Error test for TLS require cert ldap option
H A Dldap_set_option_crlcheck_error.phpt2 ldap_set_option() - Error test for TLS CRL check ldap option
/PHP-7.4/ext/filter/tests/
H A Dbug73054.phpt2 Bug #73054 (default option ignored when object passed to int filter)

Completed in 38 milliseconds

123456789