Home
last modified time | relevance | path

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

1234567891011

/PHP-7.2/ext/mbstring/tests/
H A Dmb_ereg_replace_error.phpt10 …: proto string mb_ereg_replace(string pattern, string replacement, string string [, string option])
23 $option = '';
25 var_dump( mb_ereg_replace($pattern, $replacement, $string, $option, $extra_arg) );
H A Dmb_ereg_match_error1.phpt10 /* Prototype : bool mb_ereg_match(string $pattern, string $string [,string $option])
26 $option = 'string_val';
28 var_dump( mb_ereg_match($pattern, $string, $option, $extra_arg) );
H A Dmb_ereg_replace_variation3.phpt10 …: proto string mb_ereg_replace(string pattern, string replacement, string string [, string option])
21 $option = '';
96 var_dump( mb_ereg_replace($pattern, $replacement, $input, $option) );
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.2/scripts/dev/generate-phpt/src/texts/
H A Dhelp.txt12 -k skipif key..................... Skipif option, only used if -s skipif is used.
13 -x extension.......................Skipif option, specify extension to check for
/PHP-7.2/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.2/ext/curl/tests/
H A Dcurl_basic_011.phpt9 /* Prototype : bool curl_setopt(resource ch, int option, mixed value)
10 * Description: Set an option for a cURL transfer
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_012.phpt9 /* Prototype : bool curl_setopt(resource ch, int option, mixed value)
10 * 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_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_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
/PHP-7.2/ext/sockets/tests/
H A Dsocket_set_option_error_socket_option.phpt2 Test if socket_set_option() returns 'unable to set socket option' failure for invalid options
33 Warning: socket_set_option(): unable to set socket option [%d]: Permission denied in %s on line %d
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.2/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.2/ext/standard/
H A Dsyslog.c138 zend_long option, facility; in PHP_FUNCTION() local
143 Z_PARAM_LONG(option) in PHP_FUNCTION()
154 openlog(BG(syslog_device), option, facility); in PHP_FUNCTION()
/PHP-7.2/ext/mbstring/oniguruma/doc/
H A DAPI58 OnigOptionType option, OnigEncoding enc, OnigSyntaxType* syntax,
69 4 option: compile time options.
71 ONIG_OPTION_NONE no option
173 ci->option: compile time option.
231 7 option: search time option
239 OnigRegion* region, OnigOptionType option)
252 6 option: search time option
260 OnigRegion* region, OnigOptionType option,
275 5 option: search time option
468 if option ONIG_OPTION_DONT_CAPTURE_GROUP == ON
[all …]
H A DFAQ5 You can execute longest match by using ONIG_OPTION_FIND_LONGEST option
/PHP-7.2/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

Completed in 35 milliseconds

1234567891011